All Projects → srafay → Machine_learning_a Z

srafay / Machine_learning_a Z

Licence: unlicense
Learning to create Machine Learning Algorithms

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Machine learning a Z

Statistical-Learning-using-R
This is a Statistical Learning application which will consist of various Machine Learning algorithms and their implementation in R done by me and their in depth interpretation.Documents and reports related to the below mentioned techniques can be found on my Rpubs profile.
Stars: ✭ 27 (-74.04%)
Mutual labels:  machine-learning-algorithms, datascience, logistic-regression
SGDLibrary
MATLAB/Octave library for stochastic optimization algorithms: Version 1.0.20
Stars: ✭ 165 (+58.65%)
Mutual labels:  machine-learning-algorithms, logistic-regression
AgePredictor
Age classification from text using PAN16, blogs, Fisher Callhome, and Cancer Forum
Stars: ✭ 13 (-87.5%)
Mutual labels:  machine-learning-algorithms, datascience
Data-Scientist-In-Python
This repository contains notes and projects of Data scientist track from dataquest course work.
Stars: ✭ 23 (-77.88%)
Mutual labels:  machine-learning-algorithms, datascience
xgboost-smote-detect-fraud
Can we predict accurately on the skewed data? What are the sampling techniques that can be used. Which models/techniques can be used in this scenario? Find the answers in this code pattern!
Stars: ✭ 59 (-43.27%)
Mutual labels:  machine-learning-algorithms, datascience
GDLibrary
Matlab library for gradient descent algorithms: Version 1.0.1
Stars: ✭ 50 (-51.92%)
Mutual labels:  machine-learning-algorithms, logistic-regression
Anomaly Detection
anomaly detection with anomalize and Google Trends data
Stars: ✭ 38 (-63.46%)
Mutual labels:  machine-learning-algorithms, datascience
Boostaroota
A fast xgboost feature selection algorithm
Stars: ✭ 165 (+58.65%)
Mutual labels:  datascience, machine-learning-algorithms
neptune-examples
Examples of using Neptune to keep track of your experiments (maintenance only).
Stars: ✭ 22 (-78.85%)
Mutual labels:  machine-learning-algorithms, datascience
Notebooks Statistics And Machinelearning
Jupyter Notebooks from the old UnsupervisedLearning.com (RIP) machine learning and statistics blog
Stars: ✭ 270 (+159.62%)
Mutual labels:  datascience, machine-learning-algorithms
Machine learning basics
Plain python implementations of basic machine learning algorithms
Stars: ✭ 3,557 (+3320.19%)
Mutual labels:  machine-learning-algorithms, logistic-regression
25daysinmachinelearning
I will update this repository to learn Machine learning with python with statistics content and materials
Stars: ✭ 53 (-49.04%)
Mutual labels:  machine-learning-algorithms, logistic-regression
Heart disease prediction
Heart Disease prediction using 5 algorithms
Stars: ✭ 43 (-58.65%)
Mutual labels:  machine-learning-algorithms, logistic-regression
vlainic.github.io
My GitHub blog: things you might be interested, and probably not...
Stars: ✭ 26 (-75%)
Mutual labels:  machine-learning-algorithms, datascience
100 Days Of Ml Code
A day to day plan for this challenge. Covers both theoritical and practical aspects
Stars: ✭ 172 (+65.38%)
Mutual labels:  datascience, machine-learning-algorithms
Handwritten-Digits-Classification-Using-KNN-Multiclass Perceptron-SVM
🏆 A Comparative Study on Handwritten Digits Recognition using Classifiers like K-Nearest Neighbours (K-NN), Multiclass Perceptron/Artificial Neural Network (ANN) and Support Vector Machine (SVM) discussing the pros and cons of each algorithm and providing the comparison results in terms of accuracy and efficiecy of each algorithm.
Stars: ✭ 42 (-59.62%)
Mutual labels:  machine-learning-algorithms, logistic-regression
Machine Learning Models
Decision Trees, Random Forest, Dynamic Time Warping, Naive Bayes, KNN, Linear Regression, Logistic Regression, Mixture Of Gaussian, Neural Network, PCA, SVD, Gaussian Naive Bayes, Fitting Data to Gaussian, K-Means
Stars: ✭ 160 (+53.85%)
Mutual labels:  machine-learning-algorithms, logistic-regression
Machine learning
Estudo e implementação dos principais algoritmos de Machine Learning em Jupyter Notebooks.
Stars: ✭ 161 (+54.81%)
Mutual labels:  machine-learning-algorithms, logistic-regression
genie
Genie: A Fast and Robust Hierarchical Clustering Algorithm (this R package has now been superseded by genieclust)
Stars: ✭ 21 (-79.81%)
Mutual labels:  machine-learning-algorithms, datascience
100 Days Of Ml Code
100 Days of ML Coding
Stars: ✭ 33,641 (+32247.12%)
Mutual labels:  machine-learning-algorithms, logistic-regression

Machine Learning A-Z

A step towards Data Science and Machine Learning

Contains the code and implementation of the following topics and techniques:

  1. Data Preprocessing

    • Importing the dataset
    • Dealing with missing data
    • Splitting the data into test set and training set
    • Feature Scalling
  2. Regression

    • Simple Linear Regression
    • Multiple Linear Regression
    • Polynomial Linear Regression
    • Support Vector Regression (SVR)
    • Decision Tree Regression
    • Random Forest Regression
  3. Classification

    • Logistic Regression
    • K-Nearest Neighbors (K-NN)
    • Support Vector Machine (SVM)
    • Kernel SVM
    • Naive Bayse
    • Decision Tree Classifiers
    • Random Forest Classifiers
  4. Clustering

    • K-Means Clustering
    • Hierarchical Clustering
  5. Association Rule Learning

    • Apriori
  6. Deep Learning

    • Artifial Neural Networks (ANN)
    • Convolutional Neural Networks (CNN)
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].