If you’d like to start to program but you’re afraid AI will steal your job, then this article is definitely for you. Especially if you’re thinking about changing your career to become a Software…
What is it that makes a data science project stand out? At a time when job applicants are expected to have shiny portfolio sites and when data teams need to demonstrate their business value on an…
There are no error messages — that’s what makes them subtle. “6 Embarrassing Sklearn Mistakes You May Be Making And How to Avoid Them” is published by Bex T. in Towards Data Science.
Hyperopt is an open-source hyperparameter optimization tool that I personally use to improve my machine learning projects and have found it to be quite easy to implement. Hyperparameter optimization…
Have you ever struggled with explaining mathematical concepts? 3Blue1Brown is my favourite Youtube channel when it comes to finding cool videos and animations explaining Math and Stats topics. I was…
It was only six months ago when OpenAI released ChatGPT, the mind-blowing player in the large language model (LLM) ecosystem. ChatGPT definitely changed people’s minds on using LLMs. Approximately…
At the time of this writing (May 2023), global CO2 emissions concentration in the atmosphere 425 ppm. This concentration level is the highest in 14 million years and is projected to rise in the…
Deploying a machine learning model once is a straightforward task; repeatedly bringing machine learning models into production is much harder. To address this complex process, the concept of MLOps…
Visualisation is one of the critical tasks we use to understand well log data and the subsurface. This includes viewing data on well log plots, scatter plots and histograms. By doing this, we can…
How to fine-tune a pre-trained NLP transformer XLNet model and ELECTRA model for state-of-the-art accuracy on natural language processing sentiment analysis.