Code Monkey home page Code Monkey logo

machine-learning-from-scratch-codingchallenge's Introduction

Machine Learning-CodingChallenge

I am conducting a coding challenge session , objective here is to solve problems using Machine Learning from Scratch(just using numpy).

Session 1 : Linear Regression

About : In this part of this exercise, you will implement linear regression with gradient desent to predict the brain weight based on Gender, Age and head size.

Link of Work: Commit

References: Commit

Session 2 - Logistic Regression

About : In this exercise, we will implement logistic regression and apply it to two different datasets. One in which data is linear and other in which data is non linear. Here we also see regularization and apply polynomial features to handle non linear dataset

Link of Work: Code

References: Code

Session 3 - Logistic Regression For Multi-Class Classification

About : In this execise, we will implement logistic regression for Multi-class classification influenced by concept provided by ndrew ng on one-vs-all. Here we will recognize handwritten digits(from 0 - 9). Here we will extend our previous implemen- tion of logistic regression and apply it to one-vs-all classification.

Link of Work: Code

Session 4 - Neural Networks From Scratch

About : Objective here is to simple neural network using numpy to predict with simple Toy Dataset and create a object model like CNTK, Pytorch so that neural network can created with ease.

Link of Work: Code

Session 5 - Neural Networks From Scratch To Recognize Handwritten Number

About : It is an extention to the neural network which we built in last session and this includes creation of multiple activation/loss functions, regularization and create a model to predict handwritten digits(0-9)

Link of Work: Code

References: Code

Session 6 - With DropOut - Neural Networks From Scratch

About : In this session, we will discuss dropout in detail and compare it with ensemble or bagging techniques. Extend our neural network which we builded before to support Dropout.

Link of Work: Code

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.