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:
- Host: GitHub
- URL: https://github.com/ryandsilva/machine-learning-starters
- Owner: RyanDsilva
- Created: 2018-11-04T06:36:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T16:25:29.000Z (over 6 years ago)
- Last Synced: 2025-02-03T13:24:52.300Z (8 months ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 7.27 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Support: support_vector_machines/AAPL.csv
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)