Pinned Repositories
Charachter_Level_LSTM
Character-level LSTM with PyTorch. The network will train character by character on some text, then generate new text character by character.
image-classifier
An image classifier that can be trained on your database of choice, and can predict the label of your images using a deep neural network.
ImageSynthesis_DCGAN
Generating new images (Image Synthesis) based on a datasets of images using Deep Convolutional Generative Adversarial Network (DCGAN) algorithm.
neuro4ml.github.io
Neuroscience for machine learners course
Pix2Pix
Style_Transfer_CNN
Transfering a style of an image to another image using CNNs
UnityBanana_DQN
A deep Q model to solve bannana enviroment in Unity
UnityCrawler_PPO
Solving Unity's Crawler enviroment using PPO algorithm
UnityReacher_DDPG
An actor-critic deep reinforcement model (DDPG) to solve reacher enviroment in Unity.
UnityTennis_MADDPG
A Multi-Agent actor-critic deep reinforcement model (MADDPG) to solve tennis enviroment in Unity.
riley-mld's Repositories
riley-mld/UnityCrawler_PPO
Solving Unity's Crawler enviroment using PPO algorithm
riley-mld/Style_Transfer_CNN
Transfering a style of an image to another image using CNNs
riley-mld/Charachter_Level_LSTM
Character-level LSTM with PyTorch. The network will train character by character on some text, then generate new text character by character.
riley-mld/image-classifier
An image classifier that can be trained on your database of choice, and can predict the label of your images using a deep neural network.
riley-mld/ImageSynthesis_DCGAN
Generating new images (Image Synthesis) based on a datasets of images using Deep Convolutional Generative Adversarial Network (DCGAN) algorithm.
riley-mld/neuro4ml.github.io
Neuroscience for machine learners course
riley-mld/Pix2Pix
riley-mld/UnityBanana_DQN
A deep Q model to solve bannana enviroment in Unity
riley-mld/UnityReacher_DDPG
An actor-critic deep reinforcement model (DDPG) to solve reacher enviroment in Unity.
riley-mld/UnityTennis_MADDPG
A Multi-Agent actor-critic deep reinforcement model (MADDPG) to solve tennis enviroment in Unity.