Machine_learning_a Z

Learning to create Machine Learning Algorithms
Alternatives To Machine_learning_a Z
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Nni12,65382218 hours ago51June 22, 2022285mitPython
An open source AutoML toolkit for automate machine learning lifecycle, including feature engineering, neural architecture search, model compression and hyper-parameter tuning.
Python Machine Learning Book11,645
7 months ago11mitJupyter Notebook
The "Python Machine Learning (1st edition)" book code repository and info resource
Mlalgorithms8,809
a year ago8mitPython
Minimal and clean examples of machine learning algorithms implementations
Learn Data Science For Free4,899
2 months ago5gpl-3.0
This repositary is a combination of different resources lying scattered all over the internet. The reason for making such an repositary is to combine all the valuable resources in a sequential manner, so that it helps every beginners who are in a search of free and structured learning resource for Data Science. For Constant Updates Follow me in Twitter.
Machine_learning_basics3,754
5 months ago2mitJupyter Notebook
Plain python implementations of basic machine learning algorithms
Igel2,964
a year ago34November 19, 20215mitPython
a delightful machine learning tool that allows you to train, test, and use models without writing code
Papers Literature Ml Dl Rl Ai1,798
a month ago1mit
Highly cited and useful papers related to machine learning, deep learning, AI, game theory, reinforcement learning
Sod1,449
2 years ago4otherC
An Embedded Computer Vision & Machine Learning Library (CPU Optimized & IoT Capable)
Machine Learning Flappy Bird1,443
5 years ago6mitJavaScript
Machine Learning for Flappy Bird using Neural Network and Genetic Algorithm
Machine_learning_refined1,247
12 days ago1otherPython
Notes, examples, and Python demos for the 2nd edition of the textbook "Machine Learning Refined" (published by Cambridge University Press).
Alternatives To Machine_learning_a Z
Select To Compare


Alternative Project Comparisons
Readme

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 Bayes
    • 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)
Popular Machine Learning Algorithms Projects
Popular Neural Network Projects
Popular Machine Learning Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Neural Network
Data Science
Svm
Machine Learning Algorithms
Linear Regression
Logistic Regression
Data Processing