Skip to content

wendazhou/advanced-ml-fall-17

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advanced ML (GR5242)

This repository contains useful files for the advanced ML course.

Python tutorial

The material pertaining to the python tutorial may be found in the python folder.

Tensorflow tutorial

The material pertaining to the tensorflow tutorial may be found in the tensorflow folder. It is divided in three files: introduction, example, and example with tensorboard. The data necessary for the tutorial may be found in the data folder.

You will need to update your environment (if you haven't done so) by downloading the environment file and running

conda env update -f AdvML.yml