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.
- Host: GitHub
- URL: https://github.com/petrroll/npfl-dl
- Owner: petrroll
- License: other
- Created: 2018-02-27T10:18:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-23T15:20:00.000Z (over 6 years ago)
- Last Synced: 2025-05-29T13:10:57.515Z (about 1 year ago)
- Topics: deep-learning, machine-learning, school-assignment, tensorflow
- Language: Python
- Size: 241 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.