Collection of Python sample code mostly in the area of AI and Deep Learning.
conda create --name demo python=3.12 -y
conda activate demo
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia -y
python -m pip install -U pip
pip install -r requirements.txt
Web scraping and chatgpt are used for document understanding.
Various model architectures are applied to MNIST, CIFAR10 and CIFAR100.
YOLO is used with the Hungarian algorithm to track objects.
YOLO fine tuning and SuperVision annotation.
Udacity speech recognition project.
Demonstration of word vectors.
Example of regression model to detect credit card fraud.