Category Archives: Uncategorized

Introduction to Machine Learning: Decision Trees

Today I will briefly cover an introduction into the idea of decision trees will delve into exactly what they are and why they are used. What are decision trees? Decision trees are a type of machine learning model that can … Continue reading

Posted in Uncategorized | Leave a comment

Basics of Machine learning series: Loss Functions

Hello! Today I will be writing a post to give a brief overview of loss functions and what purpose they serve in the world of machine learning and optimization. Loss functions are something I had briefly covered in my post … Continue reading

Posted in Uncategorized | Leave a comment

Basics of Machine Learning Series: Gradient Descent

Hello Everyone! In today’s post I would like to discuss one of the basics of machine learning and something that I had a little bit of trouble understanding when I was first learning it: Gradient Descent. Gradient Descent is the … Continue reading

Posted in Uncategorized | Leave a comment

Why does Javascript seem to have asynchronous execution?

Javascript is a synchronous, interpreted and dynamically typed programming language that is generally used to make browsers/html more interactive. When I first learned this, I was a little confused to say the least. How is Javascript synchronous? Doesn’t Javascript allow … Continue reading

Posted in Uncategorized | Leave a comment

Euler’s Identity

In the last post, we talked about imaginary numbers and how they were defined. We said that the imaginary number i was defined as the square root of -1 and using i we could express all imaginary numbers. However, there … Continue reading

Posted in Uncategorized | Leave a comment

Complex Numbers

Hey guys, today I will be making a brief summary of complex numbers and the concepts surrounding complex numbers. First, we will start off with the basic concept behind complex numbers, what are they? In order to understand complex numbers … Continue reading

Posted in Uncategorized | Leave a comment

Welcome to my site

Hello All, I am Kumar Vaibhav Jha and I welcome you all to my site. Regards, Kumar Vaibhav

Posted in Uncategorized | 1 Comment