10 Awesome Raspberry Pi Project Ideas
Introduction The Raspberry Pi is an awesome little piece of hardware. It is essentially a minicomputer that costs less than 60$. Some older versions even cost around…
Introduction The Raspberry Pi is an awesome little piece of hardware. It is essentially a minicomputer that costs less than 60$. Some older versions even cost around…
Introduction Chances are, you are in quarantine right now and the reason for that is the coronavirus, also known as COVID-19. Now I am not a medical…
Introduction At the moment we can choose out of thousands of programming languages to learn. We have so many different choices that we get into paralysis by…
Introduction Recurrent neural networks are very useful when it comes to the processing of sequential data like text. In this tutorial, we are going to use LSTM…
Introduction Python is the number one language for machine learning and data science right now. For the most part this is because of the powerful external libraries,…
Introduction One of the most powerful and most popular libraries for machine learning out there is Tensorflow. It allows us to easily build, train and use neural…
Introduction Classification is a supervised learning process that categorizes data into classes. One of the most popular classification algorithms in machine learning is the K-Nearest Neighbors classification. As…
Introduction In this tutorial we are going to write a penetration-testing script, namely a DDOS script, in Python. This program will allow us to flood a server…
Introduction Python is a great programming language for computer networking. It allows us to create solid applications very fast and easily. In this tutorial, we are going…
Introduction One of the most basic machine learning models is the Linear Regression. The purpose of linear regression is to take a bunch of data points and…