An open API service indexing awesome lists of open source software.

https://github.com/petrroll/npfl-dl

Assignmnents for NPFL-114 deep learning class.
https://github.com/petrroll/npfl-dl

deep-learning machine-learning school-assignment tensorflow

Last synced: about 2 months ago
JSON representation

Assignmnents for NPFL-114 deep learning class.

Awesome Lists containing this project

README

          

# About:
Assignments for [Deep learning class](https://github.com/ufal/npfl114).

# Deep Learning Labs

The tasks are evaluated automatically using the [ReCodEx Code
Examiner](https://recodex.mff.cuni.cz/). The evaluation is
performed using Python 3.4 and TensorFlow 1.5.0.

You can install TensorFlow 1.5.0 either to user packages using
`pip3 install --user tensorflow==1.5.0`, or create a virtual
environment using `python3 -m venv VENV_DIR` and then installing
TensorFlow inside it by running `VENV_DIR/bin/pip3 install tensorflow==1.5.0`.