top of page


Save and Extract Model using TensorFlow
There are many ways to build machine learning models and we have to do many experiments with those models, it is very impotent to save...
Sumit Dey
Apr 11, 20223 min read
10 views
0 comments


Time series forecasting with TensorFlow
Time series problems deal with data over time. Such as the number of staff members in a company over 15-years, sales of computers for the...
Sumit Dey
Apr 5, 202228 min read
155 views
0 comments


Natural Language Processing with TensorFlow
Language processing(Natural) is used for computers to understand the human natural language. The main goal of natural language processing...
Sumit Dey
Mar 29, 202225 min read
14 views
0 comments


Transfer Learning(Fine-tuning) with TensorFlow(Part 2)
This blog is the continuation of Transfer Learning Part 1 In the previous blogs, we observed transfer learning is getting far better...
Sumit Dey
Mar 20, 202215 min read
16 views
0 comments


Transfer Learning with TensorFlow(Part 1)
In our previous blogs, we've built a bunch of convolutional neural networks from scratch and they all seem to be learning, however, there...
Sumit Dey
Mar 11, 202210 min read
13 views
0 comments


Computer Vision and Convolutional Neural Networks(CNN) with TensorFlow(Part 2)
This part is the continuation of Computer Vision and Convolutional Neural Networks(CNN) with TensorFlow(Part 1) In our previous part...
Sumit Dey
Mar 8, 20227 min read
171 views
0 comments


Computer Vision and Convolutional Neural Networks(CNN) with TensorFlow(Part 1)
Convolutional Neural Networks(CNN) is used for computer vision, which is detecting patterns of the visual data. For example, If we want...
Sumit Dey
Mar 5, 202212 min read
77 views
1 comment


Neural Network Classification Problem with TensorFlow (Predict Image)
Now we are moving from regression problem to classification problem. Generally, classification problems predict whether something is one...
Sumit Dey
Feb 26, 20225 min read
53 views
0 comments


Neural Network Regression Problem with TensorFlow(Part 2)
Continue after Part 1 Create a little bit of a bigger dataset and a new model we'll create a little bit of a bigger dataset(using NumPy)...
Sumit Dey
Feb 24, 20225 min read
73 views
0 comments


Neural Network Regression Problem with TensorFlow(Part 1)
What is TensorFlow? TensorFlow is a free and open-source end-to-end machine learning library for preprocessing data, modeling data, and...
Sumit Dey
Feb 23, 20224 min read
74 views
0 comments
Technology Blog - Python - Graph API and SharePoint
bottom of page