What’s New In HTML5

What’s New In HTML5

By Paaritosh Sujit | October 19, 2019

In this article, all the new and ready-to-use features of HTML5 are listed and explained. HTML5 is a software solution stack, the latest of its kind, that defines the properties and behaviors of web-page content by implementing a markup-based pattern and syntax to it. HTML5 is the fifth and the newest major version of HTML […] Read More

Generate QR code in JavaScript quickly

Generate QR code in JavaScript quickly

By Faruque Ahamed Mollick |

If you are reading this article, then you must be familiar with the QR code. QR code stands for Quick Response code. It is actually a trademark for a type of matrix barcode. If you are familiar with JavaScript then you may be interested in QR code generation using this programming language on the browser. […] Read More

URL Building in flask explained and how URL Building takes place in flask

By Mridul Goyal

In this tutorial, we are going to learn about the functionalities and features of a URL. We are also going to learn about URL building in Flask and how does the URL building take p.... Read More

K-Fold Cross Validation

By Arijit Roychaudhury

Well if you are an ML enthusiast then you know that what the value of train-test-split in training a model. So, I will tell in brief about the method train-test-split. In this meth.... Read More

Hierarchical Clustering Analysis

By Sai Ram

Hey guys, today in another data science post we will talk about hierarchical clustering. Let’s have a simple definition of clustering first.  Clustering uses techniques that.... Read More

Loss functions in Machine Learning

Loss functions in Machine Learning

By Nilesh and Sapna | October 18, 2019

Loss functions are a crucial part of the machine learning pipeline but knowing which one to use in the artificial neural network could be kind of confusing. In this tutorial, there will be explained the working of loss functions and how to use them. They are easy to understand and how much it is useful […] Read More

Python program to subtract two complex numbers

By Shakshi Parekh

Here in this context, we are going to learn about the Python program to subtract two complex numbers. A complex number is created from two real numbers. Python complex number can b.... Read More

While loop in Python

By Chirag Bhardwaj

In this tutorial, we will learn while loop in Python with simple example programs. If you have some lines of code and you want to run those lines again and again then we make use o.... Read More

Related Posts