8bitstar.hashnode.devFormal Understanding Biometric AuthenticationBiometrics is the most suitable means of identifying and authenticating individuals in a reliable and fast way through unique biological characteristics. Biometric systems can be used in two distinct modes as follows: Verification (1-1): determining...Apr 30, 2021·4 min read
8bitstar.hashnode.devUnderstanding Perceptron & Implementation using TensorflowIn 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...Mar 30, 2021·9 min read
8bitstar.hashnode.devRecurrent Neural Networks (RNN) using TensorflowIn 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...Mar 27, 2021·8 min read
8bitstar.hashnode.devTensorflow House Prediction Using Linear RegressionIn 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...Mar 25, 2021·10 min read
8bitstar.hashnode.devTensor and their FundamentalsIn 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...Mar 23, 2021·10 min read