Skip to content

MrLeylo/dl_notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run this Notebook

Prerequisites

You will need Python 3 to run it. Validated with Python 3.6.4 and pip 18.0. Validated with Windows 7.

  1. Install matplotlib (v2.2.2)
    pip install matplotlib==2.2.2
    
  2. Install tensorflow (v1.9.0)
    pip install tensorflow==1.9.0
    
  3. Install keras(v2.2.2)
    pip install keras==2.2.2
    
  4. Install jupyter(v1.0.0)
    pip install jupyter==1.0.0
    
  5. Install sympy(v1.2)
    pip install sympy==1.2
    

Run notebook

  1. Command:
    jupyter notebook
    

About

Summary on why is DL so hot topic right now

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published