7 followers
AI Engineer | Trainer | Freelancer | Blogger
Subscribe to my newsletter and never miss my upcoming articles
Now before understanding why AI? Let us first understand what is AI. Artificial Intelligence is a way of making a computer, a computer-controlled robot, or software think intelligently, in the similar manner the intelligent humans think. AI is accomp...
Logging in Python Logging is a very important and useful tool in any programming language and while building an application. It can help develop a better and neat understanding of the flow of the program. Logs provide developers an extra debugging e...
How to make a simple CHAT-BOT using TensorFlow No doubt, a chatbot is a very good solution for many problems like QnA, FAQ, Basic Conversation, and having a chatbot in every solution also helps the business answer the customer in an innovative way co...
How to compare ML Models in Simple Steps Whenever building a Machine Learning Model, it is always preferred and advised to compare different models for accuracy and which model works best in a given scenario. And to be honest, remembering all the ML...
How to Use a Simple-Transformer to Answer a Question Simple Transformer is a Package for using the Transformer in a very simple way. The Simple Transformers provides Built-in support for Text Classification Token Classification Question Answering ...
Linear Regression Linear regression attempts to model the relationship between two variables by fitting a linear equation to observed data. One variable is said to be independent and the other one is said to be dependent. y=mx + c The core concept i...