Skip to content

Lung X-rays models (MATLAB .mat format)

Latest
Compare
Choose a tag to compare
@risklogical risklogical released this 04 Jun 13:48
b54edfc

Collection of Deep Learning Neural Network models for analysing lung X-ray images as described in this blog article http://flylogical.blogspot.com/2020/04/deep-learning-analysis-of-covid-19-lung.html (and subsequent articles referenced therein). The models were created using the technique of Transfer Learning using MATLAB Version: 9.8.0.1380330 (R2020a) Update 2.

To access a given model in MATLAB, simply load the mat file and inspect the workspace for the variable containing the network.

The models are named and organised as follows:

Those with "Example1" in their names refer to those models presented in Example 1 in https://flylogical.blogspot.com/2020/04/deep-learning-analysis-of-covid-19-lung_28.html

Those with "Example2" in their names refer to those models presented in Example 2 in https://flylogical.blogspot.com/2020/04/deep-learning-analysis-of-covid-19-lung_28.html

Those with "Example3" in their names refer to those models presented in Example 3 in https://flylogical.blogspot.com/2020/04/deep-learning-analysis-of-covid-19-lung_28.html

Those with "Model4Class" in their names refer to those models presented in Example 4 in https://flylogical.blogspot.com/2020/04/deep-learning-analysis-of-covid-19-lung_28.html

Those with "Example5" in their names refer to those models presented in https://flylogical.blogspot.com/2020/05/deep-learning-analysis-of-covid-19-lung_30.html