© 2022 Hashnode
#tensorflow
The comment section has been an interesting part of many applications or websites since long ago. It enables the users to express their ideas freely. However, without moderation, the comment section w…
Python libraries Python is the sea of libraries you must learn. There are lots of python libraries nowadays on the internet. Following are some important libraries. TensorFlow Scikit-Learn Numpy Kera…
what are training and test data sets ! The 3 test set means you should split your data into 3 different sets. Training set →the model learns from this data, which is typically 70–80 % of the total data you have available. Validation set → t…
Introduction A content-based recommender is a type of system that makes recommendations to users based on their preferences and considers product attributes. This sounds very much like the Amazon "if …
Hi fellows, Here we are going to build basic pattern recognition models using neural networks. Neural Networks are a more advanced topic in machine learning that belongs to deep learning but in this b…
In this blog, I'll show you how to train a neural network model using the MNIST dataset, as well as how to predict the digits in them using images. Make sure you have the Tensorflow package installed,…
1 Introduction 1.1 What are Convolutional neural networks (CNN)? Convolutional neural network (CNN), are a class of artificial neural networks that has become dominant in various computer vision tasks, it is attracting interest across a var…
Originally posted at Serverless on July 24th, 2018 Deep and machine learning is becoming essential for a lot of businesses, be it for internal projects or external ones. The data-driven approach allow…
Intro The use of GPUs is incredibly helpful for many activities related to Machine Learning and Data Science, but correctly setting up your environment to leverage the processing power of these device…
Introduction During one of my projects, I ran across an issue installing the TensorFlow package. I tried my hardest but was unsuccessful at the beginning. What is TensorFlow? Google TensorFlow is an end-to-end platform that makes it easy fo…