Skip to content
View Bejmo's full-sized avatar

Highlights

  • Pro

Block or report Bejmo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Bejmo/README.md

Hi, I'm Joan.

I'm a Computer Science student at FIB-UPC in Barcelona, passionate about Software Engineering, AI, and solving complex technical problems.

🛠️ Technologies I've worked with

cplusplus python java sql git


🚀 Main Projects

  • Neural Network from Scratch: Deep Learning implementation in pure Java for Fashion MNIST classification.
  • Moonkey - Grade Predictor: Android app developed with Python & Kivy to forecast academic results.
  • Product Management: Optimization of supermarket shelf layouts using different algorithms in Java.

📫 Connect with me:

Pinned Loading

  1. neural-network-from-scratch neural-network-from-scratch Public

    A from scratch MLP implementation in Java. Solves Fashion-MNIST using custom matrix math, backpropagation, and SGD with Momentum with no external ML libraries.

    Java

  2. gestio-de-productes gestio-de-productes Public

    Forked from geniscarretero/Gestio_de_Productes

    Aplicació de gestió de productes en Java. Genera disposicions de botiga òptimes i subòptimes mitjançant algorismes de força bruta, greedy i aproximació del TSP.

    Java

  3. car-plate-detector car-plate-detector Public

    Python-based Car License Plate Detection and OCR pipeline using Computer Vision (Morphology) and Machine Learning (HOG + SVM).

    Python