Pinned Repositories
ArPyLearning
This is a wrapper of Arduino interface and Deep Reinforcement Learning methods in Python
conference_research_papers
Brief summary of research paper approved by certain conference
gym-extensions
This repo is intended as an extension for OpenAI Gym for auxiliary tasks (multitask learning, transfer learning, inverse reinforcement learning, etc.)
my_personal_notes
for myself
offline_policy_evaluation
Collection of implementations in Offline Policy Evaluation
Reinforcement_Learning
Research repo of RL
Road-to-Maths-Degree
Road to Maths Degree!!
SLAM_Robot
Road to SLAM engineer!
TF2_RL
Eagerly Experimentable!!!
TF_RL
Eagerly Experimentable!!!
Rowing0914's Repositories
Rowing0914/ArPyLearning
This is a wrapper of Arduino interface and Deep Reinforcement Learning methods in Python
Rowing0914/Bazel_Tutorial
Repo for playing with Bazel
Rowing0914/Heroku_training_flask
This is a demo application using flask in python deployed on Heroku!
Rowing0914/ppt_creation_python
This is the simple PPT creation tool coded in Python It is flexible and can be more adaptive if you modify a bit! Please feel free to use this for reporting or some tedious tasks
Rowing0914/Screenshot_PDF-in-Python
Take a screenshot of specific page and make it PDF.
Rowing0914/tutorial_c_plusplus
Repo for tutorial of cpp
Rowing0914/udemy_image_search
This is a repo for my Udemy course about Practical Deep Learning
Rowing0914/autoencoders_keras
This is the variants of autoencoders implemented in python using keras.
Rowing0914/DQN_Keras
This is the implementation of DQN in keras, and I have followed this good repo! https://gist.github.com/kkweon/5605f1dfd27eb9c0353de162247a7456#file-dqn-keras-py
Rowing0914/Dynamic_Context_Generative_Model_keras
Dynamic Context Sensitive Model implemented in Python
Rowing0914/flooding_algorithm_python
Python Implementation of Flooding Algorithm(Computer Networking)
Rowing0914/Integer_Image_Search
Using python(keras) to generate the model and the app is running on the server using Express(NodeJs).
Rowing0914/MDP
Markov Decision Process
Rowing0914/multi_language_speech_recognition_python
Sample repo for using speech_recognition in python
Rowing0914/neural_network_cplusplus
This is a simple implementation of NN in C++ following the tutorial video
Rowing0914/WebSocket_python
This is a very simple implementation of Websocket in python.
Rowing0914/fx_prediction_dollar_against_yen
predictive model of dollar against yen
Rowing0914/LSTM_Implementation
Implementation of LSTM of 1997 version in python
Rowing0914/NeuralNetwork_DeepLearning
Repo for neural network from scratch
Rowing0914/rnntest
Simple RNN test with TensorFLow
Rowing0914/simple_CNN_mnist
This is a simple image recognition model using keras and mnist dataset.
Rowing0914/particlefilter
Simple Particle filter implementation in Python