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

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

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.