Coder Social home page Coder Social logo

ml-models's Introduction

ML-Models

This repository consists of standard Machine Learning Algorithms
It includes the use of standard libraries scikit_learn, pandas, tensorflow, quandl

  • The Perceptron Model is implementation of a single neuron called Perceptron
    It implements basic gates that is OR, NOR, AND and NAND gates

  • The Linear Regression works on the data of google stocks and using linear regression getting the best fit line
    Then predicting the stock prices for next 30 days

  • The K-Nearest algorithm works on data of breast cancer and classifies them into benign or malignant
    One of it using standard library and other one without using standard library

  • K Means Clustering on Titanic Dataset to predict a person was alive or dead
    One of it using standard library and other one without using standard library

  • Classifier using scikit learn: this implements basic classifier tree.DecisionTreeClassifier() and neural_network.MLPClassifier() to predict, several other classifiers are mentioned as comment in the file

  • Movie Recommender system using dataset of LightFM and predicting top 3 movies and comparing with actual top 3

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.