COVID-19 radiography detectionThis project attempts to detect through the use of data and image analysis tools in the field of Machine Learning, such as convolutional…May 7, 2021May 7, 2021
Something about the Internet of thingsIn 1999 Kevin Ashton proposed the concept of “on the internet of things” in the MIT Auto-Id Center. It is a term that refers to a digital…Mar 10, 2020Mar 10, 2020
Do you know what is machine learning?For some years, “Artificial Intelligence” has been introduced into our society, as a branch of computer science, which aims to systematize…Jan 26, 2020Jan 26, 2020
Python objects, Mutable and Immutable objectsEverything in Python is an object. And what every newcomer to Python should quickly learn is that all objects in Python can be either…Jan 16, 2020Jan 16, 2020
How the ls -l command worksIn the simple shell the command ls lists all the files and directories existing in the current directory that you are placed in the shell.Nov 28, 2019Nov 28, 2019
Steps of compilation with gcc compilerFirts of all I’m going to explain what is a compiler and the gcc compiler. A compiler is a software program that process certain statments…Sep 19, 2019Sep 19, 2019
ls commandls is a basic command used in linux, the function of this commmand is to list files and directories into a current directory, the ls…Sep 18, 2019Sep 18, 2019
Difference between Symbolic Link and Hard Link in Linux settingsFirst of all the differences between the Symbolic links and the Hard links is that the symbolic links are usually an alternative path for…Sep 18, 2019Sep 18, 2019