francisquintallauzon / bluebook

Code for ift6266h15 class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bluebook

Code developped IFT6266 Deep Learning class at the university of Montreal. It is a wrapper for theano (https://github.com/Theano) symbolic math library to simplify development of deep learning models. It is strongly geared for computer vision applications.

It is split in two libraries

  1. libutils contains utilities for finding files in folders, displaying results.
  2. liblearn contains the theano wrapper code to make creation of deep nets.

Use dispatch.py for creating and dispatching experiments.

About

Code for ift6266h15 class


Languages

Language:Python 100.0%