All Projects → aswinzz → Machine-Learning-Algorithms

aswinzz / Machine-Learning-Algorithms

Licence: other
All Machine Learning Algorithms

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Machine-Learning-Algorithms

Orange3
🍊 📊 💡 Orange: Interactive data analysis
Stars: ✭ 3,152 (+13033.33%)
Mutual labels:  clustering, regression
Uci Ml Api
Simple API for UCI Machine Learning Dataset Repository (search, download, analyze)
Stars: ✭ 190 (+691.67%)
Mutual labels:  clustering, regression
Ml
A high-level machine learning and deep learning library for the PHP language.
Stars: ✭ 1,270 (+5191.67%)
Mutual labels:  clustering, regression
Data mining
The Ruby DataMining Gem, is a little collection of several Data-Mining-Algorithms
Stars: ✭ 10 (-58.33%)
Mutual labels:  clustering, machine-learning-algorithms
Tiny ml
numpy 实现的 周志华《机器学习》书中的算法及其他一些传统机器学习算法
Stars: ✭ 129 (+437.5%)
Mutual labels:  clustering, regression
Tribuo
Tribuo - A Java machine learning library
Stars: ✭ 882 (+3575%)
Mutual labels:  clustering, regression
Lda Topic Modeling
A PureScript, browser-based implementation of LDA topic modeling.
Stars: ✭ 91 (+279.17%)
Mutual labels:  clustering, machine-learning-algorithms
Moa
MOA is an open source framework for Big Data stream mining. It includes a collection of machine learning algorithms (classification, regression, clustering, outlier detection, concept drift detection and recommender systems) and tools for evaluation.
Stars: ✭ 409 (+1604.17%)
Mutual labels:  clustering, machine-learning-algorithms
Ml Dl Scripts
The repository provides usefull python scripts for ML and data analysis
Stars: ✭ 119 (+395.83%)
Mutual labels:  clustering, machine-learning-algorithms
Mlr
Machine Learning in R
Stars: ✭ 1,542 (+6325%)
Mutual labels:  clustering, regression
Machine Learning Octave
🤖 MatLab/Octave examples of popular machine learning algorithms with code examples and mathematics being explained
Stars: ✭ 637 (+2554.17%)
Mutual labels:  clustering, regression
Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (+9054.17%)
Mutual labels:  clustering, regression
Smile
Statistical Machine Intelligence & Learning Engine
Stars: ✭ 5,412 (+22450%)
Mutual labels:  clustering, regression
Mlj.jl
A Julia machine learning framework
Stars: ✭ 982 (+3991.67%)
Mutual labels:  clustering, regression
Tensorflow Book
Accompanying source code for Machine Learning with TensorFlow. Refer to the book for step-by-step explanations.
Stars: ✭ 4,448 (+18433.33%)
Mutual labels:  clustering, regression
Machine learning code
机器学习与深度学习算法示例
Stars: ✭ 88 (+266.67%)
Mutual labels:  clustering, regression
Alink
Alink is the Machine Learning algorithm platform based on Flink, developed by the PAI team of Alibaba computing platform.
Stars: ✭ 2,936 (+12133.33%)
Mutual labels:  clustering, regression
R
All Algorithms implemented in R
Stars: ✭ 294 (+1125%)
Mutual labels:  clustering, regression
Neuroflow
Artificial Neural Networks for Scala
Stars: ✭ 105 (+337.5%)
Mutual labels:  clustering, regression
Machine Learning Projects
This repository consists of all my Machine Learning Projects.
Stars: ✭ 135 (+462.5%)
Mutual labels:  clustering, regression

Machine-Learning-Algorithms

Codes for all Machine Learning Algorithms

How To Proceed?

  • Create a folder for the algorithm (if it does not exist already),for example for Multiple Linear Regression Code create a folder named Regression
  • Create a subfolder with the name of the algorithm ( In this case Multiple Linear Regression)
  • Add the code into the respective folder.
  • Add the dataset which is being used.
  • Add a md file with the same name which contains the steps to run your code .

Algorithms

Following Machine Learning Algorithm are available in this repository

  • Clustering-KMeans
  • Logistic Regression
  • Support Vector Machine
  • Random Forest
  • Naive Bayes Classifier
  • KNN
  • ID3
  • Kernel Principal Component Analysis
  • Neural Network (one hidden layer)
  • Dimensionality Reduction - Principal Component Analysis(PCA)
  • Dimensionality Reduction - Linear Discriminant Analysis(LDA)
  • Reinforcement Learning - Thompson Sampling
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].