Giter Site home page Giter Site logo

colinprize / practicaldl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vadikus/practicaldl

0.0 0.0 0.0 3.38 MB

A Practical Guide to Deep Learning with TensorFlow 2.0 and Keras materials for Frontend Masters course

Home Page: https://frontendmasters.com/courses/practical-machine-learning/

License: Apache License 2.0

Jupyter Notebook 100.00%

practicaldl's Introduction

github.com/Vadikus/practicalDL

Class link: https://frontendmasters.com/courses/practical-machine-learning/

Educational materials for Frontend Masters course "A Practical Guide to Deep Learning with TensorFlow 2.0 and Keras"

Setup

Prerequisite: Python

To use Jupyter Notebooks on your computer - please follow the installation instructions. Note: Anaconda installation is recommended if you are not familiar with other Python package management systems.

Guided Steps

  • Install dependencies

    pip install -r requirements.txt
  • Run jupyter notebook

    jupyter notebook

Agenda/Curriculum

00) Introductions:

  • πŸ™‹β€β™‚οΈ About myself
  • About this course/workshop - quick demo & tools overview
    • 🎨 Whiteboard drawings
    • πŸ“ Jupyter Notebooks
    • πŸ‘¨πŸ»β€πŸ’» Terminal commands (pip, jupyter -> !cmd, pyenv & conda)
    • πŸ’» GitHub repos (for class, TFJS -> πŸŽ₯ pose demo πŸ•Ί, books repos, TF/Keras demos)
    • πŸ•Έ Websites (TF, TF-hub)
    • πŸ“š Books: books
      • "Deep Learning with Python" by FranΓ§ois Chollet
      • "Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems" by AurΓ©lien GΓ©ron
      • "Hands-On Neural Networks with TensorFlow 2.0" by Paolo Galeone
  • (plot) What is the difference between Statistics / Machine Learning / Deep Learning / Artificial Intelligence? @matvelloso. Shoes size example. Information reduction.
  • (plot) Compute + Algorithm + IO
  • (plot) Why now, AI? Chronological retrospective.
  • (plot) Hardware advances: SIMD, Tensor Cores, TPU, FPGA, Quantum Computing
  • (plot) HW, compilers, TensorFlow and Keras -> computational graph, memory allocation

0) Don't be scared of Linear Regressions - it does not "byte"!.. Basic Terminology:

  • Linear regression Notebook
  • 🐡🧠 (plot) What is neuron? What is activation function?

1) πŸ‘€ Computer Vision:

  • ✍🏻 Handwritten digits (MNIST) recognized with fully connected neural network
  • πŸ“Έ (plot) One-hot encoding
  • πŸ‘ Information theory and representation: MNIST Principal Component Analysis
  • πŸ™ˆ (plot) Fully connected vs. convolutional neural network
  • πŸ“· (plot + Notebook) Convolutions, pooling, dropouts
  • πŸ›’ (plot) Transfer learning and different topologies
  • 🎨 Style transfer
  • 🧐 (Convolutional) Neural Network attention - ML explainability

2) Text Analytics - Natural Language Processing (NLP):

  • 🀬 Toxicity demo
  • πŸ“ (plot) How to represent text as numbers? Text vectorization: one-hot encoding, tokenization, word embeddings
  • πŸ™Š IMDB movies review dataset prediction with hot-encoding in Keras
  • 🀯 Word embeddings and Embedding Projector
  • πŸ—’ Embedding vs hot-encoding and Fully Connected Neural Network for IMDB
  • πŸ“’ Can LSTM guess the author?

3) Can Robot juggle? Reinforcement Learning:

  • 🎭 (plot) Actors and environment
  • Reinforcement learning

4) Operationalization, aka "10 ways to put your slapdash code into production..."

  • (plot) Data - Training - Deployment aka MLOps or CI/CD for Data Scientists

5) Summary

  • Quick recap what we learned so far

practicaldl's People

Contributors

vadikus avatar vakarpus avatar empeje 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.