multiclass

Naive Bayes

Mon, 18 May 2020 by Mrunal Jadhav,Pritish Jadhav / Probability and Statistics

Naive Bayes belongs to the family of probabilistic algorithms that take advantage of Probability Theory and Bayes Theorem to predict the class. Let's learn how it works!!

Read more

Deep Neural Network for Multiclass Classification Using Keras.

Wed, 19 Jun 2019 by Pritish Jadhav, Mrunal Jadhav / Deep Learning

Getting started with deep learning frameworks often involves a steep learning curve. This article is aimed at providing a gentle introduction to building DNN models with Keras which can be scaled and customized as per dataset. The focus will be on understanding the syntax and good practices involved in building a complex DNN model rather than achieving accuracy.

Read more