27 December 2022
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
21 August 2022
Interpretable Machine Learning: Fundamental Principles and 10 Grand Challenges
Interesting title and abstract. It is a long read of 80 pages.
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:
24 December 2021
08 December 2021
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.
18 November 2021
Subscribe to:
Posts (Atom)