Skip to content

wildtreetech/deep-image-class

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Learning Class

A three day course on deep learning.

The repository will be updated during the course so make sure to check it every morning.

Setup

You will need a conda environment with Python 3.6 and the following packages:

  • scikit-learn
  • keras=2.1.6
  • tensorflow=1.5.1
  • matplotlib
  • numpy
  • jupyter

Where no version is specified the latest version of the package on conda-forge should work.

Create a new conda environment with conda create -n deep-image-class python=3.6, then activate it and install the packages with conda install -c conda-forge <packagename>.

We will install additional libraries during the course.

Slides

Click here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published