govinda takstudy-pcaclassification-breast-cancer.hashnode.dev·Nov 28, 2024Comparative Study: PCA & Classification in Breast Cancer DetectionPCA-Based Classification for Breast Cancer Detection Early detection of breast cancer can significantly improve patient outcomes, making accurate diagnostic tools essential. Machine learning (ML) has revolutionized medical diagnostics by providing p...Discuss·1 likeMachine Learning
Anix Lynchanixblog.hashnode.dev·Nov 26, 2024How AI can classify customer queries like a pro?In this blog, we’re diving into how AI can classify customer queries like a pro, ensuring that each request gets routed to the right department. Whether your customer needs help with billing 💳, technical support 💻, or just wants some product info �...Discussopenai
Yash Chaudhariyash-chaudharis-blog.hashnode.dev·Nov 11, 2024Error Metrics in Regression and ClassificationHi there, in this post, I will discuss the metrics that are used to evaluate how accurate machine learning models are. I hope that helps. You can use this page as a cheat sheet. At its core, what we all do when deriving a machine learning model is ma...Discuss#MSE
Kevin Loggenbergblog.thecodesmith.co.za·Nov 7, 2024I fine-tuned a BERT model to give trading insightsOverview Hardware I used: i5 (11th gen) 24 GB Ram (Can get away with less) RTX 3050 (Helps but is definitely not necessary) The use case I trained my model on was as an insight provider for trading stocks. This involves predicting the best actio...DiscussAI
Fatima Jannetmahia.hashnode.dev·Nov 6, 2024ML classification model selectionWelcome to the final section of Part Three: Classification. Classification model selection One common question in data science is which classification model to choose for a dataset. This section will show you how to quickly and efficiently select the...Discuss·1 like·78 readsMachine Learning (Python)classification
Fatima Jannetmahia.hashnode.dev·Nov 1, 2024ML Classification 3.4: Kernel SVMHello and welcome back to machine learning. Previously we learned about linear support vector machine algorithm. Today we’ll learn the kernel support vector algorithm. Let’s start Kernel SVM Intuition As you can recall, in the support vector machine ...Discuss·1 like·62 readsMachine Learning (Python)Machine Learning
Fatima Jannetmahia.hashnode.dev·Oct 29, 2024ML Classification: K-NN (K-Nearest Neighbor)Hello and welcome back to the ML blogs. Today we will learn about the K nearest neighbor. Let’s get started! Intuition Let’s say you have a plot where you have two types of category, red data and green data. Now, if a new data point appears where sho...Discuss·29 readsMachine Learning (Python)K-NN
Fatima Jannetmahia.hashnode.dev·Oct 29, 2024ML Classification: Logistic RegressionWelcome to part 3! In regression we used to predict a continuous number. But in classification, we will predict a categorical value. Wide variety of classification models are used in machine, marketing, business medicine; such as: Logistic regression...Discuss·1 like·63 readsMachine Learning (Python)Python
David Adenusidavidmide02.hashnode.dev·Oct 15, 2024Machine learning classificationMachine Learning Classification: A Brief Overview Machine learning classification is a supervised learning task where the goal is to predict the class or category of an input based on its features. In classification problems, the data is labeled, mea...DiscussMachine Learning
Muhammad Fahad Bashirmfahadbashir.hashnode.dev·Sep 21, 2024Evaluating Classification Models: A Comprehensive Guide to Key MetricsEvaluating the performance of a model is a crucial step in any machine-learning project. Evaluation metrics help us assess how well our model performs, whether we can rely on its predictions, and how it will behave with new, unseen data. Without prop...DiscussMachine Learning