Giter VIP home page Giter VIP logo

mlds-1's Introduction

Homework 1

Decision trees, Bootstrap aggregation and Random forests, feature importance with Breiman's algorithm.

Homework 2

Multinomial and ordinal logistic regression implementation (L-BFGS used for optimizing log-likelihood). MLR coefficient interpretation.

Hoemwork 3

Ridge regression (using the closed form solution with intercept) and Lasso regression (using the Powell method for optimization). Grid search for the best ridge regularization weight on a superconductor dataset.

Homework 4

Kernelized ridge regression and support vector regression implementation. Grid search and model evaluation on a real world dataset with RBF and Polynomial kernels.

Homework 5

Implementation of standard risk estimation techniques: validation set, train-test split, cross-validation. Demonstration and interpretation of risk estimation techniques on a toy DGP (implemented in R).

Homework 6

Implementation of deep neural networks and the backpropagation algorithm. Supported activations per layer are ReLU and sigmoid, but this can easily be extended. Verification of correctness of backpropagation is also present, computed partial derivatives are compared with numerical estimates. Comparison of deep neural networks and machine learning algorithms implemented in previous homeworks on the housing dataset. Hyperparameter optimization on a ~50k records dataset.

SVM Demo

Implementation of hard margin and soft margin SVM using CVXOPT library for quadratic programming. 2D demonstrations added for both algorithms.

PCA Demo

Principal component analysis implementation with numpy, and demonstration using the well-known Iris dataset.

mlds-1's People

Contributors

lukau2357 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.