Picture of Pablo Blanco

Pablo Blanco

Articles by this author

What is supervised learning and how does it work?

Supervised learning is an approach implemented in the creation of artificial intelligence in which an algorithm is trained on previously classified data. The aim is to get them to associate a series of implicit patterns with a specific output.

How to make a calculator in Python?

Calculators are fundamental tools in the world of computing and programming. What's more, we can point out that they are useful for both simple tasks and more complex calculations. That being said, we will now tell you how to make a calculator in Python, a

Scroll to Top