added practicals and solutions for TF

This commit is contained in:
Tanushree Tunstall 2020-01-28 08:49:52 +00:00
parent aeb0bee7e1
commit 8edd4c5b6d
30 changed files with 31 additions and 0 deletions

8
new file Normal file
View file

@ -0,0 +1,8 @@
# link to open notes, etc
python3
import jrpytensorflow as jrtf
jrtf.__file__
<return path>
'/home/tanu/anaconda3/envs/lidoML2/lib/python3.6/site-packages/jrpytensorflow/vignettes'
cd into the path
access files as necessary

23
tensorflow/notes Normal file
View file

@ -0,0 +1,23 @@
#==============================
# Date: 23rd January 2020
# LIDO ML: Tensorflow training
# Day 1
#==============================
v2: Tensorflow
pytorch
keras
# Ben
Wiki and neofetch
# Training and Test sets
nobs can be different
BUT
nfeatures should say the same between training and test sets
# Book
Goodfellow book on ML
# Pej
XGBoost: python library that does Random Forst, Decision trees, etc...(possibly instead of?!)
Lido ML meeting: Friday, 31st Jan in B62, 10-12 @Birkbeck

BIN
tensorflow/practical1 2.pdf Normal file

Binary file not shown.

BIN
tensorflow/practical1 3.pdf Normal file

Binary file not shown.

BIN
tensorflow/practical1 4.pdf Normal file

Binary file not shown.

BIN
tensorflow/practical1 5.pdf Normal file

Binary file not shown.

BIN
tensorflow/practical1.pdf Normal file

Binary file not shown.

BIN
tensorflow/practical2 2.pdf Normal file

Binary file not shown.

BIN
tensorflow/practical2 3.pdf Normal file

Binary file not shown.

BIN
tensorflow/practical2 4.pdf Normal file

Binary file not shown.

BIN
tensorflow/practical2 5.pdf Normal file

Binary file not shown.

BIN
tensorflow/practical2.pdf Normal file

Binary file not shown.

BIN
tensorflow/practical3 2.pdf Normal file

Binary file not shown.

BIN
tensorflow/practical3 3.pdf Normal file

Binary file not shown.

BIN
tensorflow/practical3.pdf Normal file

Binary file not shown.

BIN
tensorflow/practical4.pdf Normal file

Binary file not shown.

BIN
tensorflow/solutions1 2.pdf Normal file

Binary file not shown.

BIN
tensorflow/solutions1 3.pdf Normal file

Binary file not shown.

BIN
tensorflow/solutions1 4.pdf Normal file

Binary file not shown.

BIN
tensorflow/solutions1 5.pdf Normal file

Binary file not shown.

BIN
tensorflow/solutions1.pdf Normal file

Binary file not shown.

BIN
tensorflow/solutions2 2.pdf Normal file

Binary file not shown.

BIN
tensorflow/solutions2 3.pdf Normal file

Binary file not shown.

BIN
tensorflow/solutions2 4.pdf Normal file

Binary file not shown.

BIN
tensorflow/solutions2 5.pdf Normal file

Binary file not shown.

BIN
tensorflow/solutions2.pdf Normal file

Binary file not shown.

BIN
tensorflow/solutions3 2.pdf Normal file

Binary file not shown.

BIN
tensorflow/solutions3 3.pdf Normal file

Binary file not shown.

BIN
tensorflow/solutions3.pdf Normal file

Binary file not shown.

BIN
tensorflow/solutions4.pdf Normal file

Binary file not shown.