Code Monkey home page Code Monkey logo

reinforcement-learning-building-recommender-systems's Introduction

Reinforcement Learning: Building Recommender Systems

Powered by Jupyter Logo

This project contains the Jupyter Notebooks and the associated Dockerfile for Matthew Kirk's Reinforcement Learning: Building Recommender Systems. It contains both the exercises (/notebooks) and the solutions (/solutions), as well as any data or files needed (/data).

The notebooks can be run here.

This is a public repository so there is no need to create an account to download its contents. To download the source code from this page, click the 'Cloud' icon on the top right hand, above where the latest commit is detailed.

To download via git from your preferred terminal application, type:

git clone https://resources.oreilly.com/live-training/reinforcement-learning-building-recommender-systems

Running Jupyter Locally via Docker

We've shared the same Dockerfile we use for our JupyterHub session in this repository, to make sure you can run all of these notebooks in your own time, on your own machine. This isn't required during class, but can be useful for learning once the session is over.

You will need to have Docker installed on your system to create images and run containers. You can find the installation steps for all platforms on the company's website .

  1. Clone the repository for the class either using the UI or your terminal (see above)..

  2. Once you have Docker installed, type the following on your terminal to create a Docker image: docker build -t NAME . (replace NAME, here and in next step, with what you want to call it. Note the period)

  3. That will take a little while to create a Docker image, but once completed, you can run your server with the following: docker run -p 8888:8888 NAME

  4. Head to localhost:8888 in your browser and you will be able to access the Jupyter Notebooks.

reinforcement-learning-building-recommender-systems's People

Contributors

dwizda avatar esztiorm avatar hexgnu avatar

Watchers

 avatar  avatar

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.