Posts by Prashant Jha
Author Biographical Info: Not available
This tutorial focuses on the invert() function from the NumPy module of Python. In numpy.invert() function, the function returns the bit-wise inversion of each element present in a.... Read More
Problem Explanation Suppose there is a function named unFairCoin() that represents a biased coin. When this function is called then it will return 0 with 70% probability and return.... Read More
In this tutorial, we will know how to load CSV data using tf.data.Dataset in Tensorflow – Python. Here we will load the titanic dataset which is available in tf-datasets and .... Read More
In this tutorial, I will explain what is Tensorflow and how to build, compile and train the models in Tensorflow Python deep learning module. So let’s continue… Basical.... Read More