A 2-Layer Neural Network from scratch without deep learning libraries like TensorFlow or Keras
Uses the CIFAR-10 dataset for image classification
- Python 3.x with numpy and matplotlib
- The CIFAR-10 dataset in a directory called data in the root directory
python3 cifar10-nn.py