Project Two
This project was never completed, but it was an important learning phase for me. I explored AI and machine learning concepts — especially backpropagation — and practiced both Java and Python.
What I learned
- Implementing the forward & backward pass for simple neural networks (from scratch).
- Gradient descent, loss functions, and training loops.
- Data preprocessing basics and debugging vanishing/exploding gradients.
- Writing learning prototypes in Python; translating ideas into Java.