Posts by Mrityunjay Tripathi

Author Biographical Info: Not available

Handling large datasets with HDF5

By Mrityunjay Tripathi

In this tutorial, we will focus on how to handle large dataset with HDF5 in Python. HDF5 helps to store and manipulate large amount of numerical data. Let’s have a look at it.... Read More

Binary Classification using Neural Networks

By Mrityunjay Tripathi

This article will help you to understand binary classification using neural networks. ( Only using Python with no in-built library from the scratch ) Neural Network Definition : A .... Read More

basics of TensorFlow with examples

By Mrityunjay Tripathi

TensorFlow is a Machine Learning library released in 2015 by Google Brain Team to provide ease in implementing Machine Learning Algorithms. I will not delve much inside it’s .... Read More

Prepare your own data set for image classification in Machine learning Python

By Mrityunjay Tripathi

There is large amount of open source data sets available on the Internet for Machine Learning, but while managing your own project you may require your own data set. Today, letR.... Read More

Related Posts