An open API service indexing awesome lists of open source software.

https://github.com/ryandsilva/machine-learning-starters

Common Machine Learning Examples :computer:
https://github.com/ryandsilva/machine-learning-starters

decision-trees deep-learning genetic-algorithm keras lightfm machine-learning naive-bayes nlp object-detection opencv pandas python random-forest scikit-learn scikit-surprise svm svr tensorflow textblob tpot

Last synced: 6 months ago
JSON representation

Common Machine Learning Examples :computer:

Awesome Lists containing this project

README

          

# Machine Learning Starters 💻

Basic Machine Learning Examples built as python files `.py` as opposed to Jupyter notebooks.

## Contents

- [Classifiers](https://github.com/RyanDsilva/machine-learning-starters/tree/master/classifiers)
- [Genetic Algorithms](https://github.com/RyanDsilva/machine-learning-starters/tree/master/genetic)
- [Image Classification](https://github.com/RyanDsilva/machine-learning-starters/tree/master/image_classification)
- [Object Detection](https://github.com/RyanDsilva/machine-learning-starters/tree/master/object_detection)
- [Support Vector Machines](https://github.com/RyanDsilva/machine-learning-starters/tree/master/support_vector_machines)
- [Sentiment Analysis](https://github.com/RyanDsilva/machine-learning-starters/tree/master/sentiment_analysis)
- [Speech Recognition](https://github.com/RyanDsilva/machine-learning-starters/tree/master/speech_recogonition)
- [Text Summarization](https://github.com/RyanDsilva/machine-learning-starters/tree/master/summarization)