- London, UK
Highlights
- Pro
Stars
Python programs, usually short, of considerable difficulty, to perfect particular skills.
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
The "Python Machine Learning (1st edition)" book code repository and info resource
Recipes for using Python's pandas library
Repository of teaching materials, code, and data for my data analysis and machine learning projects.
Acceptance rates for the major AI conferences
An automatic evaluator for instruction-following language models. Human-validated, high-quality, cheap, and fast.
UNet is a fully convolutional network(FCN) that does image segmentation. Its goal is to predict each pixel's class. It is built upon the FCN and modified in a way that it yields better segmentation…