https://github.com/zaxovaiko/machine-learning
🤖 Repository with machine learning algorithms and implementations
https://github.com/zaxovaiko/machine-learning
data-science deep-learning logistic-regression machine-learning neural-networks python
Last synced: 3 months ago
JSON representation
🤖 Repository with machine learning algorithms and implementations
- Host: GitHub
- URL: https://github.com/zaxovaiko/machine-learning
- Owner: zaxovaiko
- Created: 2020-09-06T20:48:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-26T19:30:39.000Z (over 4 years ago)
- Last Synced: 2025-06-04T23:02:12.094Z (about 1 year ago)
- Topics: data-science, deep-learning, logistic-regression, machine-learning, neural-networks, python
- Language: Jupyter Notebook
- Homepage:
- Size: 986 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Machine Learning Basic Examples
Here I'm using different algorithms of machine learning with libraries such as Tensorflow, NumPy and others.
List of algorithms and models:
- K-Nearest Neighbors
- Naive Bayes
- Linear Regression model (simple and multiple too)
- Logistic Regression (with Gradient Descent)
- Neural Networks
You can find more information inside each Jupyter Notebook.