Giter Club home page Giter Club logo

nctu_deeplearning's Introduction

NCTU_DeepLearning

Text Book: https://www.deeplearningbook.org

Mentioned software: python, numpy, sklearn, tensorflow, keras

google colab

Week01-Week02 Introduction and Feedforward networks

slides:

Coursework

submit form: https://docs.google.com/forms/d/e/1FAIpQLScGgaTCzsXwxhuxizLduURIBNGlOgedYCOb5gkJYwsHoAouRA/viewform

Please submit .ipynb files

  • Use nearest neighbor method to do handwritten digit recognition
  • (Optional) Use PCA to speed up the above method
  • Handcraft a feedforward neural network that solves the problem of
    • input a binary representation of a number and classify by it's remainder when divided by 4 (with 100% accuracy)
    • input a binary representation of a number and classify by it's remainder when divided by 3 (with high accuracy)
    • input is a 3x3 board, each cell is either white or black. Check whether there are any 3 white cell are in a row (like the game tic-tac-toe)

See https://github.com/tjwei/CrashCourseML

  • Basic_ML/01-From NumPy to MNIST.ipynb
  • DIY_NN/01-FeedForward-Forward Propagation.ipynb

Week03 Cost function and Gradient Descent

Week04 CNN and Using tensorflow 2.0

  • Train a neural network to classify digits in the MNIST dataset.
  • Train a neural netowork to classify classes in the cifar10 dataset.

Week05 Convolution and convolution transpose

  • Handcraft a CNN network to generate the next step of the game of life.

Week06 More Techniques

Week07 Optimization, RNN

Week09 Applications

Week12 Reinforcement Learning:

Week13 Deep Reinforcement Learning:

Week14 Generative Adversarial Networks

nctu_deeplearning's People

Contributors

tjwei avatar

Watchers

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