Uptime platform

The reason I like this type of solutions I studied electronic engineering and at the end of the degree I did a project to obtain the grade related to maintenance in an industry factory. I implemented a solution based on Lotus Notes where you could schedule the preventive maintenance activities, track the incidents, the inventory, … Read more

Notes about convolutional neural networks

Let’s start with Wikipedia: In deep learning, a convolutional neural network (CNN, or ConvNet) is a class of deep neural network, most commonly applied to analyze visual imagery. The name “convolutional neural network” indicates that the network employs a mathematical operation called convolution. The convolutional networks are a specialized type of neural networks that use convolution … Read more

Windpower numbers in 2020

I discovered this initiative in 2018 and I would like to check the figures from time to time. The full 2020 report is here: https://windeurope.org/intelligence-platform/product/wind-energy-in-europe-in-2020-trends-and-statistics/#overview

Increasing my knowledge on Machine Learning

This post covers different readings and learnings I’m working to gain knowledge on Machine Learning. At this moment, to me, there are 4 pillars of knowledge that I should gain when talking about Machine Learning. These are: Models & math’s knowledge. Software Programing: python (it’s the one I will use). How the machine learning initiatives … Read more

Introduction to Machine Learning in Kaggle

I’m going through the course “Intro to Machine Learning“, and I would like to keep some notes about it. My first machine learning code Model validation In almost all applications, the relevant measure of model quality is predictive accuracy. In other words, will the model’s predictions be close to what actually happens. Mean Absolute Error (MAE) … Read more

Why is important DevOps for an organization that wants to implement Machine Learning initiatives?

Machine Learning projects come with a lot of complexity in terms of organization and this type of projects are not just to be a challenge for the consumption of infrastructure services, but it’s going to be a challenge to the ability of the organization to deliver in a reasonable speed. Let’s start with some basis … Read more

What is Machine Learning Operations

If you are reading this and you are not me, you should navigate to this link: https://ml-ops.org/ There are so many basis and nice charts that explain What is Machine Learning Operations (or ml-ops). I’m doing a summary for me 🙂 Definition of MLOps The term Machine Learning Operations is defined as “the extension of the … Read more

Changes on the hosting

Today there were a lot of changes on the hosting and I did some actions that I would like to review. PHP settings Ensure the PHP settings have enough memory, 32MBs is the default and it should be more. General review making sure all of WordPress is updated (plugins, themes, version, and php version, make … Read more