Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sophy8281/ml-agorithms
Implementation of various machine learning algorithms
https://github.com/sophy8281/ml-agorithms
adaline decision-tree-algorithm genetic-algorithm k-means-clustering k-nearest-neighbours naive-bayes-algorithm perceptron-learning-algorithm reinforcement-learning-algorithms
Last synced: 4 days ago
JSON representation
Implementation of various machine learning algorithms
- Host: GitHub
- URL: https://github.com/sophy8281/ml-agorithms
- Owner: Sophy8281
- Created: 2021-06-04T21:48:34.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T17:39:09.000Z (over 3 years ago)
- Last Synced: 2024-05-11T20:40:54.740Z (6 months ago)
- Topics: adaline, decision-tree-algorithm, genetic-algorithm, k-means-clustering, k-nearest-neighbours, naive-bayes-algorithm, perceptron-learning-algorithm, reinforcement-learning-algorithms
- Language: Python
- Homepage:
- Size: 300 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ml-algorithms
This repository contains various machine learning algorithms:-
###### Adaptive Linear Element
###### Decision Tree
###### Genetic
###### K-Means Clustering
###### K-Nearest Neighbours
###### Naive Bayesian
###### Perceptron
###### Reinforcement
###### Self-Organizing Map