Skip to content
Python Sansar
  • Home
  • About
  • Blog
    • Machine Learning
    • Python
    • Web Development
  • Privacy Policy

Machine Learning

Six Major Steps in the Machine Learning Process

November 26, 2022May 4, 2022 by pythonSansar
six-major-steps-in-the-machine-learning-process

Machine Learning is a subset of artificial intelligence. It focuses mainly on the designing of systems, thereby allowing them to learn and make predictions based on some experience which is data in the case of machines.

Categories Machine Learning Leave a comment

Regularization in Machine Learning

September 30, 2022August 13, 2021 by pythonSansar
regularization-concept-in-machine-learning

Regularization is a technique that shrinks the coefficient estimates towards zero. This technique adds a penalty to more complex models and discourages learning of more complex models to reduce the chance of overfitting.

Categories Machine Learning Leave a comment

How to do Text Preprocessing using Python NLTK

November 26, 2022July 18, 2021 by pythonSansar
how-to-do-text-preprocessing-using-python-nltk

NLTK(Natural Language Toolkit) is the most popular and widely used python library for doing Natural Language Processing(NLP) or Text Mining.

Categories Machine Learning Leave a comment

Some Important Topics in Machine Learning

November 26, 2022July 10, 2021 by pythonSansar
important-topics-machine-learning

The important topics in machine learning such as bias, variance, overfitting, underfitting, precision, recall, f1-score, and so on.

Categories Machine Learning Leave a comment

How to Handle Imbalance Datasets in Machine Learning

November 26, 2022July 6, 2021 by pythonSansar
how-to-handle-imbalance-datasets-in-machine-learning

Handle imbalance datasets using under-sampling, oversampling, and a mixture of both with SMOT, NeaMiss, RandomOverSampler, and RandomUnderSampler.

Categories Machine Learning Leave a comment

KNN(K-Nearest Neighbor) in Machine Learning

November 26, 2022June 11, 2021 by pythonSansar
k-nearest-neighbor-knn-in-machine-learning

K-Nearest Neighbor(KNN) is a supervised algorithm in machine learning. It is used for classification and regression analysis.

Categories Machine Learning Leave a comment

Implementation of K-Means Clustering in Python

November 26, 2022June 5, 2021 by pythonSansar
implementation-of-k-means-clustering-in-python

k-means clustering is centroid-based clustering in machine learning. It is an easy method for clustering similar data in machine learning

Categories Machine Learning Leave a comment

Hyperparameter Tuning in Machine Learning

August 22, 2022May 22, 2021 by pythonSansar
hyperparameter-tuning

Hyperparameter tuning is an essential term in the field of machine learning. Hyperparameter is a set of parameters that control the learning process of the algorithm.

Categories Machine Learning Leave a comment

How to Perform Feature Scaling in Machine Learning

August 22, 2022May 19, 2021 by pythonSansar
feature-selection-methods-in-machine-learning

Feature scaling in machine learning is a crucial step. Standardization and normalization are the two most common methods to scale the features.

Categories Machine Learning Leave a comment

How to Handle Null Values in Pandas

November 26, 2022May 16, 2021 by pythonSansar
how-to-handle-null-values-in-pandas

Null values in dataset are the empty field represented as NaN(Not a Number). Null value do not mean zero value, actually it is an empty field. Datasets that are available for preparing machine learning model may contain some null values in it.

Categories Machine Learning Leave a comment
Older posts
Newer posts
← Previous Page1 Page2 Page3 Next →

Recent Posts

  • Concept of Correlation in Statistics
  • How to Tabulate JSON in Python
  • How to Remove Image Background in Python
  • How to Zip and Unzip Files in Python
  • Top Python Interview Questions for Freshers
© 2023 Python Sansar • Built with GeneratePress