Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 821 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 821 Bytes

Artificial Neural Network

Developer Names: Tanya Djavaherpour

Date of project start: January 17, 2024

This project is an image classification project using a fully connected Artificial Neural Network trained on CIFAR-10 dataset. It serves as an extension of the previous project.

The folders and files for this project are as follows:

  • docs - Documentation for the project
  • refs - Reference material used for the project, including papers
  • src - Source code
  • test - Test cases
  • etc.