Linear Regression for share prices in Python
This tutorial shows you how to implement a linear regression algorithm to predict share prices in Python. I am using data from Ericsson AB to… Read More »Linear Regression for share prices in Python
This tutorial shows you how to implement a linear regression algorithm to predict share prices in Python. I am using data from Ericsson AB to… Read More »Linear Regression for share prices in Python
This tutorial will show you how to implement a K-Nearest Neighbors algorithm for classification in Python. We are going to visualize a data set, find… Read More »K-Nearest Neighbors Classification in Python
Machine learning is algorithms that is implemented as models in a way that these models can learn from training data and make predictions on unseen… Read More »What is machine learning?
This tutorial shows you how to implement scheme based autentication and authorization in ASP.NET Core. ASP.NET Core 3.0 is very strict about how authentication and… Read More »Authentication and authorization in ASP.NET Core
This tutorial explains how to install Python and libraries with Visual Studio. I will also show how to install libraries in the command prompt (CMD).… Read More »Install Python and libraries with Visual Studio
This tutorial will show you how to preload CSS stylesheets with HTML and JavaScript. It is recommended to preload and/or inline CSS to improve the… Read More »Preload CSS with HTML and JavaScript
This tutorial shows you how to setup Let’s Encrypt certificates for your web apps in Azure with App Service Acmebot. This service enables you to… Read More »Setup Let’s Encrypt for Azure Web Apps
This tutorial will show you how to defer image loading until the entire document (DOM) has been loaded and until images are intersecting the viewport.… Read More »Defer image loading with pure JavaScript
This tutorial shows you how to conditionally load polyfills in JavaScript, polyfills should only be loaded if they are needed. A polyfill that is loaded… Read More »Conditionally load polyfills in JavaScript
What is a dashboard? The first thing that may come to your mind will be what you usually see in your vehicle just above the… Read More »JavaScript Dashboards, Gauges and Sparklines Demystified