A collection of implementations for deep learning and reinforcement learning algorithms, built with PyTorch.
- Deep Learning: Classic neural network models for tasks like classification and regression.
- Reinforcement Learning: Key algorithms such as Q-Learning and DQN.
- Python 3.x
- PyTorch
- Other dependencies listed in
requirements.txtand Runpip install -r <path>/requirements.txt
Clone the repo and follow the instructions in each algorithm's directory to run examples.
git clone https://github.com/cimorn/DeepLearning.git
cd DeepLearning