Redmi Note 7 Pro aka. The 48-Megapixel Beast

Featured

Xiaomi launched one of the most awaited phones of 2019 here in India in Feb, 2019. The phone brings a lot of premium features packed in what Xiaomi says,' an amalgamation of impeccable craftsmanship with retained practicality to deliver an immersive experience', and aggressive pricing with an aim to disrupt the mid-range phones market and take … Continue reading Redmi Note 7 Pro aka. The 48-Megapixel Beast

Diving into Supervised Learning

Featured

In the last post by Vedant Bahel you learnt about what is Supervised Learning. In this post we will dive deeper into supervised learning and discuss the subcategories in which supervised machine learning problems can be divided. Supervised Learning So, basically every supervised learning problem can be divided into these two categories Regression Problem In … Continue reading Diving into Supervised Learning

Supervised Machine Learning

Featured

In the last post by Atharva Peshkar, you learned about Machine Learning in detail. Well, Machine Learning algorithm can be divided into three parts depending upon the type of dataset, rather say on basis of learning approaches which are Supervised, Unsupervised and Reinforcement Machine Learning. But in this section, I will be only discussing 'Supervised … Continue reading Supervised Machine Learning

What is Python and How to use it?

Guido Van Rossum, created a high-level general purpose programming language in 1991 which came to know as Python. Python is very easy to learn and has immense benefits. It is often used for Machine Learning and in Data Science. It is an open source software. How to download Python? Visit https://www.python.org/downloads/ to download the latest version … Continue reading What is Python and How to use it?

Practical Approach to Linear Regression

In the last post by Atharva Peshkar on Linear Regression, you learned what is linear regression. Now let's see how to implement Linear regression in One Variable. Prerequisites: Basic Knowledge of Python Python Software Instead of python software, I recommend you to use Spyder tool by Anaconda which is also an open source software. Click … Continue reading Practical Approach to Linear Regression