Posts by Aastha Saxena
Author Biographical Info: Not available
Hello Readers. In this blog, I will show you how to use the TensorFlow.js library with Node.js as the backend. You must all wonder that to connect your deep learning models with yo.... Read More
Hello Readers! In this blog, we will see how to import the Keras models into TensorFlow.js. You all must have heard the name of TensorFlow.js. TensorFlow.js is a Javascript library.... Read More
Hello Readers, this blog will take you through the basics of the Hidden Markov Model (HMM) using TensorFlow in Python. This model is based on the mathematical topic – probabi.... Read More
Introduction The n-arm bandit problem is a reinforcement learning problem where the agent is given n bandits/arms slot machine. Each of the arms of a slot machine has a different s.... Read More
TensorFlow is an open-source machine learning library. Google owns and maintains it and it is one of the largest machine learning libraries in the world. It is mostly used by every.... Read More