Predict traffic sign boards using Deep-Learning Model (Tensorflow)
- Due to my system limitaion I can't create very deep nerural networks
- I can only taken batch_size = 32 (system limitaions)
- Only trained neural networks by 2 epochs (system limitaions)
- Increase depth of nreural networks
- Increase batch_size
- Increase number of epochs
- Experiment with preprocessor
- Python3 (VS Code)
- os
- glob
- shutil
- csv
- sklearn (train-val split)
- Numpy
- Pandas
- Tensorflow
- Keras
- Data Cleaning
- Sequential Layers
- Created generators
- Fitted model using Train Data
- Saved DeepLearning Model in h5 file format
- Load saved Model
- Evalute Test data using using saved Model
- predict Traffic-Sign boards using Model
- Clone project
- Create a branch
- Make changes in Sequential Layers and preprocessor to reduce validation loss
- Fit model by using Train Data
- Save Model in h5 format
- Create a pull request