kvlsky / deep-learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Punkte

Aufgabe Punkte
7 14.5/24
8 17.5/22
9

Übung 4 links:

  1. http://cs231n.github.io/convolutional-networks/
  2. https://wiseodd.github.io/techblog/2016/07/16/convnet-conv-layer/
  3. https://towardsdatascience.com/building-convolutional-neural-network-using-numpy-from-scratch-b30aac50e50a

Classifier:

  1. install all packages pip -r install requirements.txt
  2. download data from https://drive.google.com/drive/folders/1MYGsij12XWBKV5UpOSpzXIoJKv6MRNj0
  3. unzip Images.tar using tar -xvzf Images.tar (git bash/mingw/etc.) in classifier root directory

Tasks:

  1. RUN ON GPU https://stackoverflow.com/questions/45662253/can-i-run-keras-model-on-gpu
  2. save classification model in keras format - h5 [done]
  3. create classification report [-]
  4. create confusion matrix [done]
  5. save plots:
    • accuracy plot [done]
    • report as heatmap [-]
    • confusion matrix [done]

Run on GPU:

  1. https://www.tensorflow.org/install/gpu
  2. pip install tensorflow-gpu
  3. run python
  4. sess = tf.Session(config=tf.ConfigProto(log_device_placement=True))

About


Languages

Language:Python 100.0%