MRT Map & Dijkstra

Non-technical Introduction of the project During my time in Term 4 of CSD, I was introduced to various Algorithms and I was paprticularly interested in the applications of the graph algorithms to the real world context. This was my motivation for this project. One of the Graph Algorithms that I learnt was Dijkstra’s Algorithm, whereContinue reading “MRT Map & Dijkstra”

The Fundamentals of Deep Learning

Deep Learning at first glance sounds very complicated.What if I tell you, it is not as complicated as you think. This blog will explain to you the basics of how Deep Learning works.You would have to be comfortable with seeing a lot of differential equations and know a little bit of Linear Algebra. Perceptron WhatContinue reading “The Fundamentals of Deep Learning”

What is Gradient Descent?

Gradient descent is an iterative algorithm for finding a local minimum of a differentiable function. This blog post will be a quick explanation of how it works and its application in deep learning. In deep learning, we have something called a loss function and it is defined by how far off the predictions are toContinue reading “What is Gradient Descent?”

BoxPlot VS ViolinPlot VS SwarmPlot

Introduction In this blog post, we are going to compare 3 different types of plots to help you visualize the distribution of data using seaborn. We will also mention advantages and disadvantages of each plot so that you can choose the most suitable plot when you are plotting 😀 For this blog post, we willContinue reading “BoxPlot VS ViolinPlot VS SwarmPlot”

Natural Language Processing (NLP) with Deep Learning

Introduction Natural Language Processing is one of the many branches of computer science that enables the computer’s ability to understand languages. This was my submission for a Kaggle Competition, “Natural Language Processing with Disaster Tweets“. The objective is to determine if a certain tweet is referring to an actual disaster or not. This is aContinue reading “Natural Language Processing (NLP) with Deep Learning”

Design a site like this with WordPress.com
Get started