iOS Development – Week 3
That was the end of week 3 – yes I am a bit late posting this… We continued learning Swift, this time it was all about functions, types, closures and advanced swift features. I think… Read More »iOS Development – Week 3
Artificial Intelligence, Machine Learning and Data Science, Data Visualisation
That was the end of week 3 – yes I am a bit late posting this… We continued learning Swift, this time it was all about functions, types, closures and advanced swift features. I think… Read More »iOS Development – Week 3
So, you have a machine learning model! Congratulations! Now what? Well, as I always remind colleagues, there is no such thing as a perfect model, only good enough ones. Ensuring that your machine learning model… Read More »Building Robust Models with Cross-Validation
As I mentioned last time, I have enrolled in an iOS bootcamp to reinforce my iOS and Swift skills. As part of the bootcamp we are asked to choose a project to develop into a… Read More »iOS Development – Jelly Belly
I am very excited to say that I have decided to join an iOS development bootcamp to reinforce and improve my Swift skills and get further experience with frameworks such as SwiftUI, networking, data and… Read More »iOS Development Bootcamp
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
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
When you are fundraising, it’s AI. When you are hiring, it’s ML. When you are implementing, it’s logistic regression – Everyone
Surely you have heard of many fantastic applications where Deep Learning is being employed. There are a few options for us to implement deep learning methods: TensorFlow, PyTorch, Caffe Keras and MXNet. In my recent… Read More »Tensorflow, PyTorch or Keras for Deep Learning