Month: March 2019

Introduction To Network Filters – Linux

One of the great advantages of Linux is its networking features. Many networking products such as routers, switches  are based on Embedded Linux operating system. Linux is open source so you can see and change the code (under the licensing limitations) and fit it to your needs. Network filtering is a great infrastructure in Linux […]

Read more

Linear Regression With Numpy

One of the simplest models of machine learning is linear regression When there is a linear relationship between the features and the target variable, all we need to find is the equation of the straight line in the multidimensional space For example, we have  real estate sales data: apartment size, floor, area code, distance from […]

Read more