Overfitting

What is overfitting? when you are preparing a machine learning solution, you work basically with data sets that contains: Data: relevant and/or important data. Noise: inrelevant and/or non important data. With this data you want to identify a trigger, a signal that responds to your target pattern you want that your code identifies. So you … Read more

Understanding machine learning

I have watched this video from @TessFerrandez: Machine Learning for Developers. The video explains how the process of building a machine learning solution is. She explains it in plain English and with very nice examples easy to remind the concepts. The video helped me to link a lot of technical ideas explained in the courses with … Read more

Patterns of Conflict, by John Boyd

The importance of John Boyd’s “Patterns of Conflict” cannot be overstated. It changed the military, the business world, and even sports forever. John Boyd was the most influential military thinker the United States ever produced. He delivered this brief hundreds of times in the 1970’s and 1980’s to lawmakers, military officials, legislative staffers, and anyone … Read more

Modum.io

What is Modum.io? modum.io offers a passive monitoring solution, ensuring GDP compliance and auditability by using blockchain and IoT technology. Modum’s tested solution offers a significant cost savings over the active-cooling methods currently used. An additional benefit provided, through the use of cutting-edge technology, is that valuable data can be created to drive continuous improvement … Read more

Learning Solidity with cryptozombies.io

Solidity is a contract-oriented programming language for writing smart contracts. It is used for implementing smart contracts on various blockchain platforms. It was created by the Etherium team. Remix is the official Solidity IDE. How to learn about it? there are already so many places where you can learn about it. I’m testing https://cryptozombies.io Cryptozombies.io I … Read more

Bubbles

This picture simplifies the theorical stages of a bubble: If you look for bitcoin bubble versus other bubbles you will find so many of draws done to compare this bubble with the other ones. The funny thing is that depending of the message the newspaper/blog/author wants to sell to you, you will find a different … Read more

AWS Machine Learning for enterprises

Today I attended this webinar to introduce the main components that AWS offers for working on Machine Learning. I like this picture that explains in plain english what is Deep Learning, machine learning and Artificial Inteligence. The main component of the overall solution is SageMaker, which is an integrated deep learning development and deployment platform, launched … Read more