© 2023 Hashnode
#machine-learning
Introduction Conversational AI has come a long way since its inception. From the early days of simple chatbots that could only respond to specific commands, to the current state-of-the-art models that…
Imagine being tasked with the challenge of training machine learning (ML) models in a serverless environment at work. Your boss expects a fast, efficient, and scalable solution to this problem. A key …
I recently started to learn Machine Learning from Professor Andrew Ng's Course on Coursera on Supervised machine learning and finished the first week. In this article I will be covering everything I learnt about Linear Regression, Cost Func…
Intro In this article, I'm going to be talking about supervised learning, its definition, its importance, and its use cases, so sit tight! What is Supervised Learning? Supervised learning is a branch …
Monitoring is a cross-disciplinary endeavor, meaning that different professionals may have different interpretations of what it entails. For data scientists, it may mean one thing, while for DevOps an…
If you haven't read it already, do check out my article Introducing Polars, which goes over what is Polars, who it is for and the differences from Pandas in detail. This article only briefly touches u…
Hey everyone!!! Hope you all are doing great. In this article, we shall be covering Inferential statistics and its types. Inferential statistics is a field of statistics that deals with making inferences about a population based on a sample…
Handwritten digit recognition is already widely used in the automatic processing of bank cheques, postal addresses, etc. Some of the existing systems include computational intelligence techniques such…
If you learning machine learning in python I guarantee one day you think why only learn python there are many languages. in this Blog on How python is the best Machine Learning. Large Community Suppor…
Artificial neural networks (ANNs) are a type of machine learning algorithm that can learn from data and perform tasks such as classification, regression, clustering, anomaly detection, etc. ANNs are inspired by the structure and function of…