This reposetory contains various machine learning examples. Most if not all projects in this reposetory have been created with the intent of learning new machine learning concepts and libraries.
Tensorflow CNN for classifying dog and cat photos. Model has been trained using the microsoft data set at the following adress: https://www.microsoft.com/en-us/download/confirmation.aspx?id=54765
- Tensorflow
- Keras
- Pandas
- OpenCV
- Pickle
FNN used to create word embeddings using the CBOW method. The following model based off of the paper https://arxiv.org/pdf/1301.3781.pdf.
- Tensorflow
- Keras
- Pandas
- Numpy
FNN used to create word embeddings using the Skip Gram method. The following model based off of the paper https://arxiv.org/pdf/1301.3781.pdf.
- Tensorflow
- Keras
- Pandas
- Numpy