Code Monkey home page Code Monkey logo

machine-learning-study-outline's Introduction

Outline of Machine Learning Study

Pre-studied basic knowledge: Linear Algebra, Pattern Recognition, Computer Vision

week 1: Introduction of Deep Learning

Followed [the course of Machine Learning] http://speech.ee.ntu.edu.tw/~tlkagk/courses_ML17_2.html by Professor Hungyi Lee:

Three Steps for Deep Learning:

  1. Neural network: decide the network structure to let a good function in your function set.
  2. Goodness of function: make the loss of all samples as small as possible.
  3. Pick the best function: find network parameters that minimize the total loss.

Neural Networks

DNN (Deep)

CNN (Convolution): to simplify the network for image input.

R-CNN (Region-based CNN): localize the region first, then input into CNN.

Fast R-CNN: improve R-CNN's performance by better design and strategies.

Faster R-CNN: RPN (Region Proposal Networks) + Fast R-CNN, and these two parts share some CNN layers.

// details

Goodness

Use the loss (sum of the error of each output) to evaluate the goodness.

Pick the Best

Use Gradient Descent to train the network parameters (weights and biases) to get a minimal total loss.

Use Back Propagation (Forward Pass & Backward Pass) to calculate the partial derivative needed in Gradient Descent.

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.