MachineLearningWithPython
ML-Algorithms
| MachineLearningWithPython | ML-Algorithms | |
|---|---|---|
| 1 | 1 | |
| 144 | 5 | |
| - | - | |
| 0.0 | 6.0 | |
| about 4 years ago | about 1 year ago | |
| Jupyter Notebook | Jupyter Notebook | |
| - | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
MachineLearningWithPython
-
Machine Learning with Python | FULL course | 15 lessons with 15 projects | Material available (see in comments) | First lesson: k-Nearest Classifier | Apply model on real data: weather data
GitHub for material: https://github.com/LearnPythonWithRune/MachineLearningWithPython
ML-Algorithms
-
Machine Learning from Scratch: A Beginner-Friendly Open-Source Repo 🧠
💬 Join the conversation: Share your thoughts, ask questions, and contribute ideas in the GitHub Discussions.
What are some alternatives?
Tic-Tac-Toe-Gym - This is the Tic-Tac-Toe game made with Python using the PyGame library and the Gym library to implement the AI with Reinforcement Learning
Diabetes-Prediction-Using-SVM - In this case, we train our model with several medical informations such as the blood glucose level, insulin level of patients along with whether the person has diabetes or not so this act as labels whether that person is diabetic or non-diabetic so this will be label for this case.
Soevnn - A neural net with a terminal-based testing program.
machine-learning-refined - Master the fundamentals of machine learning, deep learning, and mathematical optimization by building key concepts and models from scratch using Python.
nlp-class - A Natural Language Processing course taught by Professor Ghassemi
knn-cat-dog-demo - KNN algorithm from scratch for cat vs dog image classification using Python. Machine learning, distance-based classification, and computer vision experiment.