Pinned Repositories
adversarial_attack_experiment
An experiment on adversarial attacks using evolutionary algorithms
CharacterRecognition
A simple project to demonstrate and compare different techniques of machine learning for character (currenlty only digits) recognition.
doorsGameSimulator
A simple simulator for doors games, explained in Sutton's paper for RL with options
hackernews_ml
A hobby project on my beloved HN
LangLearnCopilot
A copilot to help learning a "human" language
Language-Analysis
portland-atlas
A simple way to to fetch and convert open datatsets involving Portland, Oregon.
Sequence-Generation-Pytorch
This is an attempt to familiarize myself with PyTorch. In this example, the target to generate a sequence of continuous data (sine waves or mix of them) using LSTM
osm3000's Repositories
osm3000/Sequence-Generation-Pytorch
This is an attempt to familiarize myself with PyTorch. In this example, the target to generate a sequence of continuous data (sine waves or mix of them) using LSTM
osm3000/hackernews_ml
A hobby project on my beloved HN
osm3000/LangLearnCopilot
A copilot to help learning a "human" language
osm3000/adversarial_attack_experiment
An experiment on adversarial attacks using evolutionary algorithms
osm3000/Language-Analysis
osm3000/text_generation_rnn_tutorial
This is a small tutorial on text generation using RNN (and its derivatives), using PyTorch framework
osm3000/arcade
Easy to use Python library for creating 2D arcade games.
osm3000/awesome-deep-learning-papers
The most cited deep learning papers
osm3000/code_issues
osm3000/connexion
Swagger/OpenAPI First framework for Python on top of Flask with automatic endpoint validation & OAuth2 support
osm3000/cuddly-octo-fiesta
Evolutionary simulators and algorithms, to study emergent phenomena
osm3000/data-dashboard
Feeling for the dashboard building with awesome streamlit
osm3000/docker.github.io
Source repo for Docker's Documentation
osm3000/docker_cheatsheet
osm3000/dotfiles
@holman does dotfiles
osm3000/grid_world_simulator
A grid world simulator, very useful to test my ideas about reinforcement learning and agent learning. Super light and super fast!
osm3000/handwriting_style_extraction
This is the code for the paper 'Towards End-to-End Style Extraction and Transfer for Handwritten English Letters'
osm3000/lectures
Oxford Deep NLP 2017 course
osm3000/LLCDashboard
osm3000/MLops
Examples on performing ML-Ops, for self training
osm3000/osm3000.github.io
A personal webpage for me + a blog
osm3000/phd_manuscript
my lovely phd manuscript
osm3000/playground
PlayGround: AI Research into Multi-Agent Learning.
osm3000/PyRobo2D
A light weight 2-D robot simulator
osm3000/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
osm3000/self-driving-car-sim
A self-driving car simulator built with Unity
osm3000/test_project
osm3000/unifai-tech-test
Technical test for Unifai
osm3000/visdom
A flexible tool for creating, organizing, and sharing visualizations of live, rich data. Supports Torch and Numpy.
osm3000/write-rnn-tensorflow
Generative Handwriting using LSTM Mixture Density Network with TensorFlow