Skip to content
View msokoloff1's full-sized avatar
Block or Report

Block or report msokoloff1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Asynchronous-Advantage-Actor-Critic Asynchronous-Advantage-Actor-Critic Public

    Algorithm for learning how to perform tasks with only pixels and rewards as the agents understanding of the environment. The agent can learn how to play various atari games.

    Python 3

  2. Neural-Art Neural-Art Public

    Artistic style transfer using backpropogation.

    Python 3 1

  3. Q-Learning Q-Learning Public

    Basic q-learning algorithm for navigating through a maze. The agent has no prior knowledge of danger (red blocks) or the objective location (yellow block), it learns exclusively through experiencin…

    Java 2

  4. Real-Time-Style-Transfer Real-Time-Style-Transfer Public

    Style transfer using pre-trained generator network.

    Python 6

  5. Adversarial-Neural-Cryptography Adversarial-Neural-Cryptography Public

    Explores adversarial networks for cryptography

    Python 4 3

  6. Neural-Network Neural-Network Public

    Mnist digit classification neural network written in java without using any libraries.

    Java