Classify Image with Multi-Layer Perceptron
- This is a Image Classification Projcet which classifies 3 pokemon.
- In this project i have used Multi-Layer Perceptron(MLP) as a classifier.
- I have built the MLP model from scratch.
- Python 3.6 or higher version must be installed in the System where you are running.
- Keras, matplotlib, pathlib and numpy need to install before running this code.
- MLP: https://medium.com/@AI_with_Kain/understanding-of-multilayer-perceptron-mlp-8f179c4a135f https://en.wikipedia.org/wiki/Multilayer_perceptron
- Keras: https://keras.io/
- Matplotlib: https://matplotlib.org/
- Pathlib: https://pypi.org/project/pathlib/
- numpy: https://numpy.org/
- Confusion Matrix: https://en.wikipedia.org/wiki/Confusion_matrix