Giter Site home page Giter Site logo

mullerhai / deep_learning_practice Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shiwang0211/deep_learning_practice

0.0 0.0 0.0 56.21 MB

Practice for deep-learning concepts and models; recommendation engine

Jupyter Notebook 99.08% Python 0.92%

deep_learning_practice's Introduction

Deep_Learning_Practice

The purpose of this repository is to practice deep-learning and reinforcement learning.

1. Concepts and Fundamentals

  • Key concepts in NN
    • Activation Functions
    • Weight Initialization
    • Batch Normalization
    • Gradient Descent and Parameter Update
  • CNN
    • Basics/CNN layers
    • Different CNN network architectures
  • RNN
    • Why RNN doesn't work - Gradient Vanishing
    • LSTM
    • GRU
  • Implementation Caveats
  • Collaborative Filtering
    • User and Item based
    • Matrix Factorization
    • Deep Learning, and DL-version of SVD
  • Ranking Algorithms
    • Evaluation metrics (MAP, NDCG, ...)
    • Modelling Approach (Point-wise, Pair-wise)
  • CTR Prediction Model
    • Logistic Regression
    • Factorization Machine
    • Field Factorization Machine
    • GBDT + LR
    • Wide and Deep
    • Deep FM (Implementation here )
    • Neural Factorization Machines
    • Deep Interest Network
    • Entire Space Multitask Model
    • Reinforced Learning
  • Feature Engineering
  • Cold Start

2. Basic Model Applications

  • Build neural network from scratch using numpy without using Tensorflow or Keras.
  • The notebook includes the forward and backward propagation of different layers written in numpy.
    • Basic Activation Functions
    • Fully-connected Layer
    • Different Update/Optimization Methods
    • Batch Normalization Layer
    • Drop-out Layer
    • Convolutional layer
    • Recurrent Layer
  • This notebook includes different applications built from components in Part I (DNN, CNN)
  • Dataset
    • Synthetic data
    • MNIST (2d, 3d)
    • IRIS
  • Gradient check

This notebook includes some practice examples to apply tensorflow to build DL models.

  • Example 1:

    • Methodology: CNN
    • Tool: Tensorflow Estimator API
    • Dataset: MNIST
  • Example 2:

    • Methodology: RNN (LSTM)
    • Tool: Tensorflow Estimator API
    • Dataset: Synthetic
  • Example 3:

    • Methodology: RNN (LSTM)
    • Tool: Tensorflow Lower-level API
    • Dataset: Synthetic
  • Concept Notes on GAN network
  • Practice with an example based on MNIST dataset to generate fake digits.

3. Popular Packages

Practice with Tensorflow package for deep learning models:

  • Eager Execution
  • Estimator API
    • Built-in classifier
    • Customized classifier
  • Dataset API
  • Keras with TF backend
    • Sequential model
    • Model class with functional API (LSTM example)

This notebook works through extensive examples of using opencv for image processing

  • Basics
    • Thresholds
    • Transformations
    • Filtering
    • Detection
    • Hough Line Transformation
  • Example: Traffic Lane Detection

This notebook applies the openface package (http://cmusatyalab.github.io/openface/) on a image similarity calculation problem, and gives some interesting results.

A comparison of computational performance between CPU and GPU

  • Implemented a simple CNN model applied on MNIST dataset
  • Compare computional performance by running the notebook on a GPU instance on Google Cloud Platform (GCP)

deep_learning_practice's People

Contributors

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