A Deep Learning tutorial for university course
First, install dependencies
# clone project
git clone https://github.com/tqlong/deep-learning-tutorial
# install project
cd deep-learning-tutorial
conda create -n tut -f environment.yamlNext, navigate to any file and run it.
# run module (example: mnist as your main contribution)
python src/basic_lvl3.py This project uses Hydra for experiment configurations, see config folder.
@article{TranQuocLong-DLT,
title={Dr.},
author={Tran Quoc Long},
journal={IAI Press},
year={2024}
}