Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-rox authored Jun 16, 2019
1 parent 47f8653 commit 64ba24a
Show file tree
Hide file tree
Showing 59 changed files with 21,152 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ml_workshop/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# ML-Content

This folder contains all the ML content for Campus-Workshops-2019.

17 changes: 17 additions & 0 deletions ml_workshop/Setup_Instructions.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

Instructions for the setup:
---------------------------

# Create a virtual-environment
python3 -m venv Q_workshop


# Acivate the v-env and install jupyter
source Q_workshop/bin/activate
pip install --upgrade jupyter notebook


# Go to the workshop directory and install required packages
cd /path/to/ML-notebooks/
pip install -r requirements.txt

6 changes: 6 additions & 0 deletions ml_workshop/Untitled.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 2
}
Loading

0 comments on commit 64ba24a

Please sign in to comment.