21 followers
Hi, I'm Rahul Singh ๐งโโ๏ธ, a passionate self-taught Backend Developer & Machine Learning Enthusiast from India ๐ฎ๐ณ.
Subscribe to my newsletter and never miss my upcoming articles
In the previous article on the TensorFlow series, we have read about Recurrent Neural Network(RNN) with some examples. If you haven't read here the link -> In this tutorial, we are going to cover: What is Perceptron? History of Perceptron Types o...
In the previous article, we have read about Linear Regression and seen examples of linear regression and at last, we have trained Price predicting model using Linear. If you haven't read here the link -> In this tutorial, we are going to cover: In...
In the previous article, we have read in-depth about depth in tensors their rank & data type. We have also built a simple computation graph and under tensor basic operation. If you haven't read the article here's the link. In this tutorial we are go...
In the previous article, we have read in-depth about TensorFlow history, how it works, Architecture, and algorithm supported by Tensorflow. If you haven't read the article here's the link. As the preparations for the conference gain momentum letโs m...
From AI assistants to self-driving cars, tech companies are in a race to launch products and enhance the User Experience by exploring the capabilities of Artificial Intelligence. Machine learning creates algorithms that enable machines to learn and ...
In JavaScript, almost "everything" is an object. Booleans can be objects (if defined with the new keyword) Numbers can be objects (if defined with the new keyword) Strings can be objects (if defined with the new keyword) Dates are always objects Mat...