Understand Recursion
What about recursion? Probably those of you who are not very familiar with programming may be a concept that does not sound familiar to you or that you know from the part of ...
Pseudocode: From block to code
One of the best ways to approach a programming language is through the so-called Pseudocode and flow diagrams, since these tools will be in charge of offering us ...
Python and the International Space Station
Welcome to this practice where by means of Python programming and contextualizing this learning in the International Space Station (ISS) we will carry out a simple practice, carried out step by step ...
Transfer learning: NLP
Natural Language Process (NLP) An Artificial Intelligence that can understand natural language in its context and is capable of communicating in any language. This does not sound ...
Create Neural Network from mathematics
The objective of this article is to explain what is behind an artificial neural network, those black boxes in which most of the time we simply create structures, ...
We analyze COVID19 with R
We can analyze the world data of reported cases for coronavirus disease (CoViD-19) from the repository of the Johns Hopkins University Center for Science and Systems Engineering (JHU ...
We detect faces with Python
With this article I want to show you how easy it is to do a simple practice with Python to detect faces in real time on a webcam. We will use the powerful library of ...