TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Machine Learning
FOLLOW
Welcome to Machine Learning section of C# Corner. In this section, you will find various Machine Learning related source code samples, articles, tutorials, and tips.
Articles
(229)
Blogs
(20)
Resources
(0)
Videos
(36)
News
(57)
Articles
Two-Class Logistic Regression
Two-Class Logistic Regression is a statistical method used for binary classification problems, where the outcome variable has two distinct categories. It estimates the probability of a certain clas...
Disha Raval
Jan 22, 2020
Re-training is Fine-tuning: Yes or No?
This content explores the nuances between re-training and fine-tuning in the context of machine learning and neural networks. It examines whether re-training can be considered a form of fine-tuning...
Kautilya Utkarsh
Jul 11, 2024
Fine-Tuning in Machine Learning
This is one of the great techniques in machine learning, because it reused the pre-trained model and made it efficient for a new task with good accuracy. It also reduced the work of training a new ...
Kautilya Utkarsh
Jul 31, 2024
Overfitting and Underfitting in Machine Learning
Overfitting and underfitting are critical concepts in machine learning. Overfitting occurs when a model learns the training data too well, capturing noise and failing to generalize. Underfitting ha...
Lokendra Singh
Jul 26, 2024
Machine Learning and Its types
Machine Learning (ML) is a subset of artificial intelligence (AI) focusing on the development of algorithms that allow computers to learn from and make predictions based on data.
Lokendra Singh
Jul 24, 2024
Understanding Transfer Learning
Transfer learning is a powerful machine learning technique where a pre-trained model from one task is reused for another. This method is effective with limited data or computational resources, sign...
Kautilya Utkarsh
Jul 05, 2024
The Stochastic Gradient Descent
This article delves into Stochastic Gradient Descent (SGD), a cornerstone algorithm in machine learning and optimization. It explains how SGD optimizes model training by iteratively updating parame...
Kautilya Utkarsh
Jun 16, 2024
What Are Small Language Models?
Explore the rise of small language models (SLMs) in AI, offering efficiency and cost-effectiveness. Despite fewer parameters, SLMs like DistilBERT and TinyBERT excel in chatbots, content generation...
Madhu Patel
Jun 13, 2024
Stemming vs Lemmatization in NLP
Explore NLP techniques like stemming and lemmatization for text normalization. Understand their algorithms, applications, and limitations. Learn how to implement them in Python using NLTK and analy...
Madhu Patel
Jun 12, 2024
Heart Disease Prediction In ASP.NET Core Using ML.NET
Develop an ASP.NET Core MVC application for predicting heart disease using ML.NET. Install necessary NuGet packages, define data structure for the ML model, build and train the model. Implement con...
Habibul Rehman
Sep 13, 2019
Batch Gradient Descent: The Key to Machine Learning Optimization
Batch Gradient Descent is a robust and precise optimization technique that forms the backbone of many machine learning algorithms. Its ability to provide stable and deterministic updates makes it a...
Kautilya Utkarsh
Jun 08, 2024
Understanding Gradient Descent: The Backbone of Machine Learning
Gradient descent is a versatile and powerful optimization technique that is central to many machine learning algorithms. Its iterative approach to minimizing cost functions makes it an essential to...
Kautilya Utkarsh
Jun 07, 2024
Principle Component Analysis
Principal Component Analysis is a powerful tool in the arsenal of data scientists and researchers. It simplifies complex datasets, enhances visualization, reduces noise, and improves the efficiency...
Kautilya Utkarsh
Jun 05, 2024
Additional Tokenizer Support in ML.NET
Tokenization is a fundamental component in the preprocessing of natural language text for AI models. Tokenizers are responsible for breaking down a string of text into smaller, often referred to as...
Jitendra Mesavaniya
Jun 03, 2024
The Curse of Dimensionality
Discover SQL's System-Versioned Temporal Tables: Track data changes over time with timestamps, enabling historical analysis and efficient data management. Experience the power of time-traveling...
Kautilya Utkarsh
May 29, 2024
How to Build Air Canvas?
How to Build Air Canvas ?
Kautilya Utkarsh
May 23, 2024
Yeo-Johnson Transform in Machine Learning
In machine learning, data preprocessing is crucial for model performance. The Yeo-Johnson Transform, an extension of Box-Cox, accommodates positive and negative values, enhancing flexibility and no...
Kautilya Utkarsh
May 14, 2024
Boost Data Analysis: Box-Cox Transformation
The Box-Cox Transformation is a statistical technique that optimally adjusts data to achieve normality. It stabilizes variance, reduces outlier impact, and enhances visualization, ensuring more rel...
Kautilya Utkarsh
May 11, 2024
Ordinal & Label Encoding in Machine Learning
Categorical variables in machine learning require numerical conversion. Ordinal Encoding orders data, while Label Encoding assigns unique values. Python code demonstrates encoding techniques for ef...
Kautilya Utkarsh
May 10, 2024
Demystifying One-Hot Encoding
One-hot encoding transforms categorical variables into a binary representation, aiding machine learning models. Implemented in Python, it expands data dimensions, enhancing model performance and ac...
Kautilya Utkarsh
May 09, 2024
No Records Available.
View More
Learn Machine Learning With Python
Challenge yourself
Machine Learning Skill
E-Book Download
Get Certified
React Js