Skip to content

CatEek/intro_dl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Exercise 2: Introduction to Deep Learning

Setup

Create a conda environment for this exercise and activate it:

conda create -n 02_intro_dl python
conda activate 02_intro_dl

Install the following packages

conda install tensorflow tensorflow-gpu keras matplotlib jupyter

Start Jupyter within this environment:

jupyter notebook

...and continue with the instructions in the notebook.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%