MacJei / deeplearning-hw

Deep learning course homework at SPbAU 7th term

Home Page:http://mit.spbau.ru/sewiki/index.php/Deep_learning_%D0%BE%D1%81%D0%B5%D0%BD%D1%8C_2017

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deeplearning-hw

Deep learning course homework at SPbAU term 7

Installation

Dev

I use python and pipenv as a primary tools for development. See Pipfile, Pipfile.lock, requirements-dev.txt(if any) and requirements.txt for full specification of platform, python and dependency packages.
Basically, to reproduce enviroment, you need to run pip install -r requirements.txt with certain version of python. However, it is recommended to use virtualenv.

Makefile

I provide Makefile for convinient commands implementation.
Run make help for get info on that.

Prerequisites

  • bash for *.sh scripts
  • timidity for seminar10 to play midi files

Usage

make help

Seminars

See particular seminar folder for more info.

License

MIT

About

Deep learning course homework at SPbAU 7th term

http://mit.spbau.ru/sewiki/index.php/Deep_learning_%D0%BE%D1%81%D0%B5%D0%BD%D1%8C_2017

License:MIT License


Languages

Language:Jupyter Notebook 99.3%Language:Python 0.7%Language:Makefile 0.0%Language:Shell 0.0%