Our repository of data generation and CNN training notebooks, used in Google Collaboratory.
- Letter_Generator.ipynb
- Notebook to generate data (representative of actual data the CNN would run inference on) for the CNNs to be trained on. Stores generated data in Google Drive.
- Letter_Recognition.ipynb
- Notebook to train a CNN that can recognize letters and digits using the data generated by
Letter_Generator.ipynb.
- Notebook to train a CNN that can recognize letters and digits using the data generated by
- Binary_Letter_Recognition.ipynb
- Notebook to train a CNN that can differentiate between two icons using the data generated by
Letter_Generator.ipynb.
- Notebook to train a CNN that can differentiate between two icons using the data generated by