Skip to content

This repository contains my personal notes on the main topics I'm interested in. The repo includes, PDFs with the notes and code used to learn the topics.

License

Notifications You must be signed in to change notification settings

DanieleBertagnoli/PersonalKnowledge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PersonalKnowledge

This repository contains my personal notes on the main topics I'm interested in. The repo includes, PDFs with the notes and code used to learn the topics.

Deep Learning 🤖

The Deep Learning folder contains both notes and code about most popular deep learning architectures such as Transformers (and their variations) and CNNs. The Pytorch code was developed starting from online tutorials (mainly Pytorch Full Course video) and modified for self-practice. I strongly reccommend to check both the indicated resources and the official Pytorch Documentation.

To run the main.ipynb code, first run the following commands to create a python virtual environment with the needed libraries:

cd DeepLearning/Pytorch/

# Create the venv
python3 -m venv venv

# Activate the venv
source venv/bin/activate

# Install the libraries
pip install -r requirements.txt

Issues 🚨

Feel free to contact me or open a public issue. Help me improve the project!

About

This repository contains my personal notes on the main topics I'm interested in. The repo includes, PDFs with the notes and code used to learn the topics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published