As Life Evolves....
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.
https://arxiv.org/abs/2103.11251
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:
https://proceedings.neurips.cc/paper/2019/file/f1748d6b0fd9d439f71450117eba2725-Paper.pdf
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)