Code Monkey home page Code Monkey logo

ml-deeplearning--algos's Introduction

Machine-Learning-Algos

Implementation of various Machine Learning, Deep Learning methods. Some of the algorithms are coded from scratch, some are based on available libraries.


0 - Dimensionality Reduction Methods
Comparison between PCA, CCA, KPCA, t-SNE & ISOMAP.


1 - Regression methods (Implemented from scratch)
A. Linear Regression to predict House Prices.
B. Logsitic Regression (Stochastic Gradient Descent) to predict Employement.


2 - Deep Learning
A. Implement Deep Neural Nets (TensorFlow) with RELU activation units to classify MNIST data.
B. Convolutional Neural Nets (TensorFlow) to classify FASHION MNIST data.
C. ARIMA vs. LSTM (Keras) for BitCoin Price prediciton.
C. Deep Ladder Nets (Neural Nets modelled in TensorFlow) to classify MNIST data, given only 1% of the data is labelled. Inspired by https://github.com/CuriousAI/ladder


3 - Twitter Language Model
Predict Language using a Character Level Unigram Markov Model.


4 - Decision Trees (Implemented from scratch)
A. AdaBoost: Coding of algo to predict probability of Breast Cancer.
B. CART: Coding of algo on IRIS dataset.


5 - Ensemble Learning
Prediciton of Survival on TITANIC dataset. The final prediciton was generated using an ensemble of Random Forest, GradBoost, SVM, LogReg, AdaBoost learners that were finally passed through XGBoost.


6 - Expectation Maximization


7 - Generative Adverserial Network:
Implementation of a GAN with fully-connected layers for both Generator and Discriminator to learn a multimodal distribution. The loss used for training was Wasserstein Loss. Inspired by https://github.com/igul222/improved_wgan_training

ml-deeplearning--algos's People

Contributors

nc-uw avatar

Watchers

 avatar

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.