Search here:
-
Recent Posts
- Too big to fail. Or not so big.
- Autoencoders explained in one page
- When should I use Apache Hadoop
- Adaptive Boosting explained in one slide
- Big Data. Everybody knows what it is. Except that nobody actually does.
- The philosophy behind Statistics
- How to export all R packages from home to work (or anywhere else)
- Switch from JAGS to PyMC. Now.
Blogging about
analysis appeal bayesian bayesian statistics big data BUGS chaos combinatorial computer differential equation distribution economy fitting genetics gibbs google graph hypothesis testing inference lasso logistic love math modeling network p-value PCA Principal Component Analysis probability R research science software statistics theoryTwitter
- #python #coding #programming List_of_people_I_like = [] 2 hours ago
- Why Give Away Your Work for Free? — Writing Prompts — Medium buff.ly/1JrS0eR 8 hours ago
- How Twitter lost the stream wars buff.ly/1f8MBBf 3 days ago
Archives
Your opinion about
Follow me
Author Archives: Piggy
Autoencoders explained in one page
Autoencoders represent an amazing trick to learn the structure within the input data. In a neural network, learning the weights of the hidden layer to represent the input is an approach that tries to discover the geometry of the data, … Continue reading
Posted in General
Tagged artificial intelligence, autoencoders, big data, component analysis, deep learning, dimensionality, neural networks, one page, PCA, reduction
1 Comment
When should I use Apache Hadoop
Here is a summary of situations in which you should use Apache Hadoop. And those in which you should not.
Big Data. Everybody knows what it is. Except that nobody actually does.
Big Data is a big thing indeed.The way companies and research institutes are approaching the problem of data analysis with respect to the trends of a few years ago is changing the entire scene of the industry, marketing and clinical … Continue reading
Posted in General
Tagged analytics, big data, business, companies, healthcare, statistics
2 Comments
The philosophy behind Statistics
Sometimes I stop doing math and start doing philosophy. Some other times it’s really hard to distinguish between the two. True fact is that today I am relaxing on two fundamental concepts that gave rise to a very aggressive debate … Continue reading
Posted in General, Statistics and R
Tagged bayesian, dilemma, frequentist, philosophy, statistics
Leave a comment
How to export all R packages from home to work (or anywhere else)
When I change computer, department or workstation, I would like to take my arsenal with me, that usually consists in my skills. Some of the working tools that I need on a regular basis are installed in the form of … Continue reading