This is a small cheat sheet for training neural networks of various types and tasks.
The goal of this project is to compile all the essential cheat sheets for creating AI for the most popular tasks. This will enable users who are not familiar with AI or Python to use ready-made code to train their own model on their own dataset.
- Image classification
- Music genre classification
- Text classification
- Recommendation
- Generative
- Translator
- Transition from local dataset storage to s3 server
- Image classification
- Music genre classification
- Code optimization and debugging
.
├── Cat [1581]
└── Dog [1560]
2 directories
Wait for it to be added in the next commit
Wait for it to be added in the next commit
python fit\pictures\save_in_db.py
Only wav is used
# converter from mp3 to wav
python fit\audio\convert_mp3_in_wav.py
python fit\audio\save_in_db.py
Wait for it to be added in the next commit
python fit\pictures\tensorflow_fit.py
python fit\audio\tensorflow_fit.py
python fit\text\train_model.py
python fit\pictures\use_pictures_model.py
python fit\audio\use_audio_model.py
python fit\text\use_model.py
I'm not a professional in AI; I'm just starting to learn. If you have suggestions on how to optimize the model, constructive criticism is always welcome.