27 August 2022

docker startup command

VOLS="-v /etc/passwd:/etc/passwd:ro -v /etc/group:/etc/group:ro " # add any other mounts you want
echo Exported paths $VOLS
docker run -it --user $(id -u):$(id -g) --rm --gpus all --ipc=host --net=host $VOLS projectmonai/monai:latest bash

05 August 2022

Bland Altman Analysis

A nice paper on Bland Altman analysis.
Understanding Bland-Altman Analysis, Davide Gavarina, Biochemia Medica, 2015

Label Smoothing Analysis link

Label smoothing introduced by the Inception authors.
A decent analysis seems to be in this work:

05 December 2021

A Small collection on the ROC curve analysis

Here is a list of links i have found useful regarding the ROC curve.
This is a very readable link on ROC curve and selection of operating point.
Just today, i saw that Tom Fawcett had died in 2020 of a freak bicycle accident. A tribute article from his collaborator.
The classical article by Tom Fawcett here and here. For the latter article, one has to pay for it. But a search on any search engine may lead to other sources of information.