Code Monkey home page Code Monkey logo

byfnn-workshop's Introduction

Build your first neural network workshop

Pre-reqs

Install Python

If you don't yet have Python 3 on your machine, I recommend installing the Anaconda distribution. It comes packed with lots of fun goodies including Jupyter notebook.

If you already have Python but not Anaconda, you'll need to install Jupyter notebook. In your terminal, enter: pip install jupyter

Clone this project, and install its dependencies

If you installed Anaconda on Windows, open Anaconda Prompt. For everyone else open your normal terminal.

Navigate to where you want the files to go and enter:

git clone https://github.com/tamera-lanham/byfnn-workshop.git
cd byfnn-workshop
pip install -r requirements.txt
jupyter notebook

At the end it should display a URL for you to paste to your browser where you can get to Jupyter notebook.

If the above didn't work, try installing with Docker

If you couldn't get Python working on your machine, you can still install the project using Docker.

First, download and install Docker

Once Docker is installed and running, download the Dockerfile and use your terminal to navigate to the download location. Then enter:

docker build . -t workshop
docker run -it -p 8888:8888 workshop

If you're still having trouble, it's no big deal. Just come to the workshop with what you have and we'll help you out!

Additional materials

There's tons of ways to learn more about neural networks, from books to courses to online tutorials. These are a couple of links to fill in some of the gaps in the workshop, but don't be afraid to go out and learn more on your own!

byfnn-workshop's People

Contributors

tamera-lanham avatar

Watchers

James Cloos avatar Rajeshram Jagannathan 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.