Posts by Soham Das
Author Biographical Info: Not available
If you have ever tried to train a neural network, you probably have encountered a situation where you try to load a dataset but there is not enough memory in your machine. This pro.... Read More
Here in this tutorial, we use CNN(Convolutional Neural Networks) to classify cats and dogs using the infamous cats and dogs dataset. You can find the dataset here We are going to .... Read More
In this tutorial, we are going to learn how to check if a number is a Peterson number or not using Python. But first, what is a Peterson number? Peterson number is that number whos.... Read More
In this tutorial, we will build a spam classifier in Python using Apache Spark which can tell whether a given message is spam or not! I have used a classic spam-ham dataset from th.... Read More
In this era of Big Data, knowing only some machine learning algorithms wouldn’t do. One has to have hands-on experience in modeling but also has to deal with Big Data and uti.... Read More