Deep Learning with TensorFlow 2.0 Tutorial – Building Your First ANN with TensorFlow 2.0

Deep learning with Tensorflow # pip install tensorflow==2.0.0-rc0 # pip install tensorflow-gpu==2.0.0-rc0 Watch Full Lesson Here: Objective Our objective for this code is to build to an Artificial neural network for classification problem using tensorflow and keras libraries. We will try to learn how to build a nerual netwroks model Read more…

NLP Tutorial – Spam Text Message Classification using NLP

Spam Ham text classification Watch Full Video Here Objective Our objective of this code is to classify texts into two classes spam and ham. What is Natural Language Processing Natural Language Processing (NLP) is the field of Artificial Intelligence, where we analyse text using machine learning models Application of NLP Read more…