Skip to content

Axect/DeepLearning_Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Learning Tutorial

Pre-requisites

Install dependencies

# Sync requirements.txt
uv pip sync requirements.txt

# Or fresh install 
uv pip install -U numpy polars wandb torch matplotlib scienceplots

Generate data

cd data
cargo run --release

data

Train & Test

# Activate virtual environment
source .venv/bin/activate

# Train & Draw a plot
python main.py

plot

About

Basic PyTorch Function Regression Tutorial

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published