b74b7ac4f0eb459beeca13a6f1834b7ae9c27327
Changes:
- Added /Scripts/Experiments/Queries to keep track
of important queries, once set
- Added /Scripts/Experiments/Tmp to run quick experiments
when still unsure while explorating datasets
NanoSocrates
This is the work project for the DeepLearning exam of 16th September 2025
Index
Setup
Create and activate you Conda enviroment with:
conda env create -f environment.yaml
conda activate deep_learning
Now install dependencies on pip:
pip install -r requirements.txt