Computer Science Notes

Computer Science Notes

CS Notes is a simple blog to keep track about CS-related stuff I consider useful.

20 Aug 2020

Double Descent in Deep Learning

The U-shape observed when measuring model performance on testset as a function of its flexibility does not hold during training deep learning models. (WHAT!!!?????. Is the world going mad?. Not really.)
13 Aug 2020

COVID-19 Resources for the Amateur Epidemiologist

Some useful resources for playing with epidemic models (Mostly COVID-19 of course). From an explanation of the dificulties behind building an epidemic models to the different approaches followed by researchers and enthusiasts (me) here in my home town, Mendoza City.
06 Aug 2020

Features Selection Resources

Beware of Random Forest GINI index for feature importance. Some other resources related with feature selection such as how to use PCA and the problems (or not) behind colinearity.
04 Aug 2020

Statistical Rethinking Book [and other resources]

A book about Bayesian thinking with examples in R and STAN [and other resources]
01 Aug 2020

Graph Neural Networks

Graphs meets Deep Learning!