News

Linear Block Code algorithm implemented in Python. First exercise (vaja5b.py): Write a program that will determine and list all possible replacements M = {xi} the code specified by the given matrix ...
A python code to estimate the b0 and b1 co-efficients of a linear regression using least squares. The aim is to create a linear regression model from first principles and only using the in-built ...
SciPy is a free and open-source Python library (built on top of Numpy) used for scientific computing and technical computing. SciPy contains modules for optimization, linear algebra, integration, ...
I use Python 3 and Jupyter Notebooks to generate plots and equations with linear regression on Kaggle data. I checked the correlations and built a basic machine learning model with this dataset.