Skip to content

Commit

Permalink
added machine learning lesson
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed Jul 4, 2021
1 parent 731c7a7 commit 62b9459
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 66 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,14 @@ If you have any questions, please use the anonymous etherpad (see email) or open
* [Functional parameters in python](http://github.com/BiAPoL/Bio-image_Analysis_with_Python/blob/main/python_basics/12_functional_parameters.ipynb)
* Block 10 - Hypothesis testing
* [Follow up: Handling NaNs in Pandas DataFrames](http://github.com/BiAPoL/Bio-image_Analysis_with_Python/blob/main/biostatistics/Handling_NaNs_in_Pandas_DataFrames.ipynb)
* [Hypotheses in the statistical sense](http://github.com/BiAPoL/Bio-image_Analysis_with_Python/blob/main/biostatistics/Stats3_without_pictures.pdf)
* [Testing statistics](http://github.com/BiAPoL/Bio-image_Analysis_with_Python/blob/main/biostatistics/stats3.ipynb)
* Block 11 - Big data and data visualization
* [Non-parametric testing](http://github.com/BiAPoL/Bio-image_Analysis_with_Python/blob/main/biostatistics/Stats4.pdf)
* [Nonparametric testing](http://github.com/BiAPoL/Bio-image_Analysis_with_Python/blob/main/biostatistics/stats4.ipynb)
* Block 12 - Machine learning I
* [Introduction to Machine Learning](http://github.com/BiAPoL/Bio-image_Analysis_with_Python/blob/main/machine_learning/Machine_Learning_for_BioImage_Analysis.pdf)
* [Pixel classification using Scikit-learn](http://github.com/BiAPoL/Bio-image_Analysis_with_Python/blob/main/machine_learning/scikit_learn_random_forest_pixel_classifier.ipynb)
* Block 13 - Machine learning II
* Block 14 - Summary

Expand Down
Binary file added data/BBBC038/0bf4b1.tif
Binary file not shown.
Binary file added data/BBBC038/0bf4b1_binary.tif
Binary file not shown.
Binary file added data/BBBC038/0bf4b1_weka_classifier.model
Binary file not shown.
Binary file not shown.
134 changes: 68 additions & 66 deletions machine_learning/scikit_learn_random_forest_pixel_classifier.ipynb

Large diffs are not rendered by default.

0 comments on commit 62b9459

Please sign in to comment.