Skip to content

A repository to host materials for the SB Hacks workshop hosted by Logmein.

Notifications You must be signed in to change notification settings

EveChen/sbhacks_mnist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNIST With Not-So-Deep Neural Networks

UCSB Hacks 2018, LogMeIn Machine Learning Workshop

Setup Instructions

  1. Clone the workshop resources from Github with git clone https://github.com/frankwang95/sbhacks_mnist
  2. Get the Anaconda Python distribution.
    1. Download:
      • Mac: curl https://repo.continuum.io/archive/Anaconda3-5.0.1-MacOSX-x86_64.sh -o anaconda_install.sh
      • Linux: wget https://repo.continuum.io/archive/Anaconda3-5.0.1-Linux-x86_64.sh -O anaconda_install.sh
      • Windows: Come back after you install Linux.
    2. Install:
chmod +x anaconda_install.sh
./anaconda_install.sh
  1. Create a new virtual environment and switch to it.
conda create --name mnist --clone root
source activate mnist
  1. Install Tensorflow and Plotly with pip install tensorflow plotly
  2. Start a Jupyter Notebook with jupyter notebook
  3. Hit up localhost:8888 in your browser if it doesn't go there itself.

About

A repository to host materials for the SB Hacks workshop hosted by Logmein.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 50.6%
  • Python 49.4%