Skip to content

A collection of implementations for deep learning and reinforcement learning algorithms, built with PyTorch.

Notifications You must be signed in to change notification settings

cimorn/MachineLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A collection of implementations for deep learning and reinforcement learning algorithms, built with PyTorch.

What's Included

  • Deep Learning: Classic neural network models for tasks like classification and regression.
  • Reinforcement Learning: Key algorithms such as Q-Learning and DQN.

Requirements

  • Python 3.x
  • PyTorch
  • Other dependencies listed in requirements.txt and Run pip install -r <path>/requirements.txt

Usage

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

About

A collection of implementations for deep learning and reinforcement learning algorithms, built with PyTorch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published