Code Monkey home page Code Monkey logo

manifold_learning's Introduction

manifold_learning

Getting the code

Clone this repository. From your preferred directory execute:

git clone https://github.com/dhudsmith/manifold_learning.git

Docker

Install Docker on your machine. You can find installation instructions for various operating systems on the Docker website.

Once docker is installed, download the docker container image for this project by executing the command below from a terminal (current working directory does not matter). The docker images is very large, so this will take a while. Go make yourself a cup of coffee (or tea).

docker pull nvcr.io/nvidia/pytorch:19.06-py3

If operating on Windows, before testing your docker setup, go into Docker Settings->Shared Drives and click the checkbox next to the drive holding the cloned/downloaded code repository. A more detailed walkthrough can be found in this tutorial.

Test your environment

Test your docker setup by navigating into the manifold_learning directory that you cloned above and executing the following command:

sh run_docker_shell.sh

This command starts a bash terminal within the Docker environment. You should now be able to execute commands within the docker environment. Make sure that you can view the manifold_learning code.

You can exit docker with exit from the terminal.

Running jupyter notebooks

Run your jupyter notebook server by navigating into the manifold_learning directory and executing the command below.

sh run_docker_jupyter.sh

This script internally spins up docker and hosts a jupyter notebook server which you can access via your browser at http://localhost:8888. Copy and paste the token from the command line output.

You can learn the basics of jupyter notebooks here: https://realpython.com/jupyter-notebook-introduction/. Use shift+enter to execute a cell.

manifold_learning's People

Contributors

dhudsmith avatar

Watchers

James Cloos 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.