Code Monkey home page Code Monkey logo

machine_learning's Introduction

Spring 2017 NYU Shanghai - Machine Learning Assignments

This is a git repo deidicated to track my assignment submission for the Spring 2017 course of Machine Learning and Data Mining. A total of seven assignments will be completed this semester that are meant to be introductions to various machine learning algorithms. Below are the brief descriptions of the programs taken from the instruction sheet. For detailed instructions, please navigate to the repository of a given assignment.

HW1 - Spam Email Classification with Perceptron Algorithm

In this problem set you will implement the Perceptron algorithm and apply it to the problem of e-mail spam classification.

HW2 - Housing Price Prediction with Linear Regression

Suppose you are selling your house and you want to know what a good market price would be. One way to do this is to first collect information on recent houses sold and make a model of housing prices. The file housing.txt contains a training set of housing prices in Portland, Oregon. The first column is the size of the house (in square feet), the second column is the number of bedrooms, and the third column is the price of the house. (...)

HW3 - Hand-written Digit Recognition with Support Vector Machines

The MNIST dataset is a database of handwritten digits. This problem will apply SVMs to automatically classify digits; the US postal service uses a similar optical character recognition (OCR) of zip codes to automatically route letters to their destination. The original dataset can be downloaded at http://yann.lecun.com/exdb/mnist/. For this problem, we randomly chose a subset of the original dataset. We have provided you with two data files, mnist_train.txt, mnist_test.txt. (...)

HW4 - Hand-written Digit Recognition with Neural Networks

You are given a data set with 5000 handwritten digits and their corresponding labels. Each training example is a 20 pixel by 20 pixel grayscale image of the digit. Each pixel is represented by a number indicating the grayscale intensity at that location. Thus, your neural network will have 400 inputs. Your network will have 3 layers: an input layer with 400 inputs, output layer with 10 outputs (corresponding to the ten digits), and a hidden layer with 25 units. You will add bias units at the first and second layers. Thus between the first and second layers there are 401*25 = 10,025 weights. Between the second and third layers there are 260 weights. The total number of weights is therefore 10, 285. You are also provided with the set of weights to use for this assignment. (...)

machine_learning's People

Contributors

noelkonagai avatar

Watchers

James Cloos avatar  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.