Throughout this project I implemented a Feed-Forward Neural Network and Backpropagation from Scratch on make moons dataset, a Convolutional Neural Network with Keras on MNIST dataset and finally I classified the images made with webcam with Pre-trained Networks(VGG16, MobileNet2).
- Update and clean the notebooks
- Explore further the hyperparameters of the networks
The project involved the following tasks:
See the notebook/supermarket_data_wrangling.ipynb.
See the notebook/supermarket_EDA.ipynb.
See the notebook/customer_transition_matrix.ipynb.
See the notebook/customer_class.ipynb.
See the simulation/customer_class_one_customer_ simulation_ES.py.
See the simulation/one_script.py.
- Visualization of the supermarket layout and the simulation of the customer behaviour based on the transition probabilities
- Displaying the avatars at the exit location
- Displaing path of the avatars' move between the locations
Data source: Kaggle: Titanic - Machine Learning from Disaster.
Data source: Kaggle: Bike Sharing Demand.
- Text pre-processing, word-tokenizer and word-lemmatizer of Natural Language Toolkit (NLTK) in order to "clean" the extracted texts
- Debug CLI
Data source: European Climate Assessment Dataset.
This project refers to a movie recommender built with a web interface. The movie recommender is based on the NMF approach, and creates predictions for movies from their ratings average to recommend movies that would most likely be appreciated by that new similar user. Trained on 'small' dataset of MovieLens.
- Finish and clean the code for the flask app
- Use Streamlit to re-create the app
**All projects were developed under the scope of Data Science Bootcamp of Spiced Academy.