Code Monkey home page Code Monkey logo

learn's Introduction

learn

A personal, experimental dive learning how to build C++ based machine learning systems.

Motivation

  • I ultimately want to explore the use of deep reinforcement learning to democratise the manufacturing domain
  • I'm fascinated by the work of Deepmind / David Silver (loved his UCL lecture series)
  • I'm enjoying reading Reinforcement Learning: An Introduction: Sutton, Barto (2018)
  • I'm enjoying reading Deep Reinforcement Learning Hands-On: Maxim Lapan (2018)
  • I think that https://gym.openai.com/ is cool
  • I like bullet as a simulation environement, maybe even try godot?
  • I learn by doing e.g. re-writing things from python -> C++
  • PyTorch now has a wonderful C++ API
  • I want my GPU to do something interesting
  • I want to build the whole thing as a container native / ready to scale

Attribution

Plan

Startup

  • git clone (this repo)
  • git submodule update --init --recursive
  • Open directory in VSCode
  • Follow the 'Reopen in container prompt'
  • Enable things that pop up - like allowing C++ intellisense to use CMake

Build

  • VSCode command pallette (ctrl+shft+p)
  • CMake: Configure
  • Choose kit GCC for x86_64-linux-gnu 7.5.0
  • Cmake: Build
  • The target selection, debug and run commands are available at the bottom of the screen in VSCode

Architecture Notes

learn-library-structure

learn's People

Contributors

thomas-gale avatar

Stargazers

Jacob Harris avatar

Watchers

 avatar

learn's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.