Skip to content

Machine Learning Prague 2018 workshop repository.

Notifications You must be signed in to change notification settings

gaussalgo/MLP_2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# MLP_2018

Task 00 - Initialization

  • File 00_init.py
  • Install requirements (may need to restart session)
  • Download data

Task 01 - Image classification

  • open 01_image_classification.py
  • go through the process description comments
  • run the script
  • check that it works

Task 02 - Image similarity search

  • open 02_image_similarity.py
  • go through the process description comments
  • run 02_image_similarity.py on single thread (as is)
  • check results

Task 03 - Parallelization of image preprocessing

  • open 03_01_is_master.py
  • go through the process description comments
  • run 03_01_is_master.py on 3 threads (workers)
  • run 02_image_similarity.py
  • check results and compare speed of processing with task 02

Task 04 - Flask server and similarity of uploaded image upload and similarity

About

Machine Learning Prague 2018 workshop repository.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages