RFU Podcast Feed
Yet again an opportunity to fix the RFU podcast feed… This used to be a page in the site, but with the recent revamp it seemed better to have the entry as a post. I… Read More »RFU Podcast Feed
Yet again an opportunity to fix the RFU podcast feed… This used to be a page in the site, but with the recent revamp it seemed better to have the entry as a post. I… Read More »RFU Podcast Feed
Apple published a nearly 60-page report that outlines the range of health related features they manage, including also some mentions to the partnerships they have with medical institutions. This is highlights the importance that the company places… Read More »Apple + Healthcare
If the mention of “Transformers” brings to mind the adventures of autonomous robots in disguise you are probably, like me, a child of the 80s. However, a different kind of transformers is what a lot of people… Read More »Transformers – Self-Attention to the rescue
I am very pleased to announce that the final draft of my book “Statistics and Data Science with Python” has been completed. It has been a pleasure to write and use examples referencing some of… Read More »Statistics and Data Visualisation with Python – Final Draft
Now Reading: The Fabric of Civilization by Virgina Postrel From Paleolithic flax to 3D knitting, this book covers a global history of textiles and the world they made driving technology, business, politics, and culture. The… Read More »Now Reading: The Fabric of Civilization
It is sometimes needed to restart the Finder or Doc in macOS. Usually you can do this with the following command in the terminal: Some times you may get the following response “No matching processes… Read More »Restarting Finder or Dock in macOS
I received a notification that my “Data Science and Analytics with Python” book is now available in Chinese. Great news and 谢谢! You can take a look at the English versions (here and here) The Chinese version… Read More »Data Science and Analytics with Python – Now in Chinese
Surely you have heard of clustering as a way to help organising data into different groups depending on the features at hand. Clustering algorithms are part of unsupervised machine learning. In my post in the Domino… Read More »Getting started with k-means clustering in Python