Parasai-powered-personal-assistants.hashnode.dev·Nov 14, 2024Supervised Learning: The Backbone of Modern Machine Learning ModelsIn the era of artificial intelligence and machine learning, supervised learning stands out as a fundamental approach for building powerful and efficient models. Whether it’s predicting stock prices, diagnosing diseases, or enabling facial recognition...Discuss·1 likeSupervised learning
Deepak Kumar Mohantykumarblog-1.hashnode.dev·Oct 26, 2024Finding the Best-Fit Line in Linear Regression – Manual Minimization vs. Gradient DescentWhen working with linear regression, the goal is to identify the best-fit line that captures the relationship between your input (independent) variable x and output (dependent) variable y. This line, represented by the equation: $$h_{\theta}(x) = \th...Discussbest fit line
HowAiWorksblog.howai.works·Oct 21, 2024Machine LearningArtificial intelligence has been the subject of much hype in recent years. The reason for this is the progress made in the field of machine learning. This article gives an overview of the topic and is suitable for beginners and advanced users. Types ...Discuss·35 readsMachine Learning
Utkal Kumar Dasukc.hashnode.dev·Oct 18, 2024Understanding Random Forest Regression: A Comprehensive GuideIntroduction Random Forest Regression is a powerful and versatile machine learning technique used for predictive modeling. It is an extension of the Random Forest algorithm, which is primarily used for classification. In the context of regression, Ra...Discuss·1 likeRandomForest
Indu Jawlacoders.hashnode.dev·Oct 14, 2024Understanding Machine Learning: Key Concepts and TechniquesMachine learning, a subfield of artificial intelligence, empowers computers to learn from data and make decisions without being explicitly programmed. It is typically categorized into two main types: supervised learning and unsupervised learning. Sup...DiscussMachine Learning
S.S.S DHYUTHIDHARsudheendra.hashnode.dev·Oct 10, 20246 Essential Steps to Building a Supervised Learning Model: A Beginner’s GuideHey Guys! This is Dhyuthidhar, Welcome to my Blog. If you don’t know me...", you could say "Hi, I’m Dhyuthidhar, and if you're new here, welcome! I love writing about all things Computer Science, especially in the realm of Machine Learning. Here is y...DiscussMachine Learning
Sai Prasanna Maharanasaimaharana.hashnode.dev·Oct 6, 2024What are the types of performance metrics for Supervised and Unsupervised Machine learning ?Supervised Learning Metrics Supervised learning involves training a model on a labelled dataset where the outcome is known. The goal is to predict the outcome for new, unseen data. The performance metrics for supervised learning are divided into two ...DiscussData PreprocessingSupervised learning
Aakashi Jaiswalaakashi.hashnode.dev·Oct 1, 2024Technologies used by OpenAI?OpenAI uses a combination of multiple advanced technologies to train its AI model, particularly Generative Pre-trained Transformers (GPT). In machine learning technologies, key technologies are Deep learning and Natural language processing. Here are ...Archana Prusty and 1 other are discussing this2 people are discussing thisDiscuss·2 likesopenai
Ajay Kumar Prajapatipythoninnerwork.hashnode.dev·Sep 25, 2024Machine LearningWhat is Machine Learning? Machine learning (ML) is a modern software development technique, and a type of artificial intelligence (AI), that enables computers to solve problems by using examples of real-world data. It allows computers to automaticall...Discuss·37 readsMachine Learning
Riya Boseblogbyriyabose.hashnode.dev·Sep 25, 2024Mastering Classification Models: Advanced Techniques and Best PracticesPart - I https://blogbyriyabose.hashnode.dev/diving-deeper-into-machine-learning-a-detailed-exploration-of-regression-classification-and-clustering Part-II Classification models are essential tools in the machine learning arsenal, widely used across ...Discuss#ClassificationModels