This is a simple example of image processing with ANN. The goal is to classify images of Fruits. The dataset Fruits-360 is used.
also calculate the accuracy of the model.
you can find project description in perisan here
- Python 3.6
- Jupyter Notebook
- Clone the repository
- Install the requirements
- Run the notebook
- project.ipynb - main notebook
- BackPropagation.py - BackPropagation class for training the model with feedforward and backpropagation
- FeedForward.py - Feedforward class just Train with feedforward method
- Vectorization.py - Vectorization class for vectorize BackPropagation method
- main.py - main file for run the project same as project.ipynb
- ANN_report.pdf - report of the project in Persian