Skip to content
544 x 180
  • Gen AI
  • Machine Learning
  • Deep Learning
  • Computer Vision
  • NLP
  • Data Wrangling
    • Python Pandas
    • Python Numpy
  • Gen AI
  • Machine Learning
  • Deep Learning
  • Computer Vision
  • NLP
  • Data Wrangling
    • Python Pandas
    • Python Numpy

Generative AI >>

Top Vector Databases You Should Know
Ankur K.

Top 9 Vector Databases You Should Know

Ankur K. July 29, 2024
Detailed Guide to LangChain Text Splitters with Examples
Ankur K.

Detailed Guide to LangChain Text Splitters with Examples

Ankur K. July 14, 2024
GGUF vs GGML Understanding the Differences
Ankur K.

GGUF vs GGML : Understanding the Differences

Ankur K. April 4, 2024
Create a GPT with GPT Builder for GPT Store
Ankur K.

9 Steps : Create Your Custom GPT with GPT Builder for GPT Store

Ankur K. January 13, 2024
What is LangChain with Examples
Ankur K.

What is LangChain | Introduction to LangChain for Beginners with Examples

Ankur K. November 29, 2023
LLM vs Generative AI - A Comprehensive Comparison
Ankur K.

LLM vs Generative AI: A Comprehensive Comparison

Ankur K. October 8, 2023

Machine Learning >>

Monte Carlo Simulation Program in Python
Ankur K.

3 Examples of Monte Carlo Simulation in Python

Ankur K. January 22, 2024
Decision Tree Regression in Python Sklearn with Example
Ankur K.

Decision Tree Regression in Python Sklearn with Example

Ankur K. February 18, 2023
Random Forest Regression in Python Sklearn with Example
Ankur K.

Random Forest Regression in Python Sklearn with Example

Ankur K. January 31, 2023
Agglomerative Hierarchical Clustering in Python Sklearn & Scipy
Veer Kumar

Agglomerative Hierarchical Clustering in Python Sklearn & Scipy

Veer Kumar June 25, 2022
Tutorial for K Means Clustering in Python Sklearn
Veer Kumar

Tutorial for K Means Clustering in Python Sklearn

Veer Kumar February 27, 2022
Sklearn Feature Scaling with StandardScaler, MinMaxScaler, RobustScaler and MaxAbsScaler
Veer Kumar

Sklearn Feature Scaling with StandardScaler, MinMaxScaler, RobustScaler and MaxAbsScaler

Veer Kumar January 25, 2022

Deep Learning >>

Transformers vs RNN – A Detailed Comparison
Ankur K.

Transformers vs RNN – A Detailed Comparison

Ankur K. June 16, 2024
OpenAI Whisper Tutorial - Both API and Open Source Python
Ankur K.

Ultimate OpenAI Whisper Tutorial – Both API and Open Source

Ankur K. May 9, 2023
Ankur K.

Graph Neural Networks (GNN) Explained for Beginners

Ankur K. April 18, 2023
Complete Tutorial for torch.mean() to Find Tensor Mean in PyTorch
Ankur K.

Complete Tutorial for torch.mean() to Find Tensor Mean in PyTorch

Ankur K. December 25, 2022
How to use torch.gather() Function in PyTorch with Examples
Ankur K.

[Diagram] How to use torch.gather() Function in PyTorch with Examples

Ankur K. November 29, 2022
Complete Tutorial for torch.max() in PyTorch with Examples
Ankur K.

Complete Tutorial for torch.max() in PyTorch with Examples

Ankur K. November 11, 2022

Computer Vision >>

How to Scale and Resize Image in Python with OpenCV cv2.resize()
Ankur K.

How to Scale and Resize Image in Python with OpenCV cv2.resize()

Ankur K. February 13, 2022
Python OpenCV cv2.imread()
Ankur K.

Tips and Tricks of OpenCV cv2.imread() That You Did Not Know

Ankur K. January 9, 2022
Image Rotation in Python
Ankur K.

How to Rotate Image by Angle in Python with OpenCV and imutils Libraries

Ankur K. November 12, 2021
Learn to Flip Image in OpenCV Python Horizontally and Vertically using cv2.flip()
Ankur K.

Learn to Flip Image in OpenCV Python Horizontally and Vertically using cv2.flip()

Ankur K. October 12, 2021
Put Text on Image in OpenCV Python using cv2.putText() with Examples
Ankur K.

Put Text on Image in OpenCV Python using cv2.putText() with Examples

Ankur K. October 8, 2021
Quick Guide for Drawing Circle in OpenCV Python using cv2.circle() with Examples
Ankur K.

Quick Guide for Drawing Circle in OpenCV Python using cv2.circle() with Examples

Ankur K. September 30, 2021

Natural Language Processing >>

Transformers vs RNN – A Detailed Comparison
Ankur K.

Transformers vs RNN – A Detailed Comparison

Ankur K. June 16, 2024
Introduction Tutorial to Hugging Face Datasets Library
Ankur K.

Introduction Tutorial to Hugging Face Datasets Library

Ankur K. August 2, 2023
Calculate Levenshtein Distance in Python or Edit Distance in Python
Ankur K.

3 Ways to Calculate Levenshtein Distance in Python

Ankur K. April 6, 2023
Word2Vec in Gensim Explained for Creating Word Embedding Models
Afham Fardeen

Word2Vec in Gensim Explained for Creating Word Embedding Models (Pretrained and Custom)

Afham Fardeen August 25, 2021
Tutorial on Spacy Part of Speech or POS Tagging
Afham Fardeen

Tutorial on Spacy Part of Speech (POS) Tagging

Afham Fardeen August 13, 2021
Named Entity Recognition (NER) in Spacy Library
Afham Fardeen

Named Entity Recognition (NER) in Spacy Library

Afham Fardeen August 7, 2021

Reinforcement Learning >>

Monte Carlo Simulation Program in Python
Ankur K.

3 Examples of Monte Carlo Simulation in Python

Ankur K. January 22, 2024
Beginner's Guide to What is Policy in Reinforcement Learning
Ankur K.

Beginner’s Guide to Policy in Reinforcement Learning

Ankur K. April 1, 2021
Ankur K.

Basic Understanding of Environment and its Types in Reinforcement Learning

Ankur K. March 24, 2021
Reinforcement Learning Libraries You Should Know
Ankur K.

Top 20 Reinforcement Learning Libraries You Should Know

Ankur K. March 21, 2021
Reinforcement Learning Environments and Platforms You Did Not Know Exist
Palash Sharma

16 Reinforcement Learning Environments and Platforms You Did Not Know Exist

Palash Sharma October 11, 2020
Applications of Reinforcement Learning
Palash Sharma

8 Real-World Applications of Reinforcement Learning

Palash Sharma August 26, 2020

Visualization >>

Tutorial of Line Plot in Base R Language with Examples
Veer Kumar

Tutorial of Line Plot in Base R Language with Examples

Veer Kumar May 6, 2022
Tutorial of Violin Plot in Base R Language with Examples
Veer Kumar

Tutorial of Violin Plot in Base R Language with Examples

Veer Kumar April 29, 2022
Tutorial of Scatter Plot in Base R Language
Veer Kumar

Tutorial of Scatter Plot in Base R Language

Veer Kumar April 6, 2022
Tutorial of Pie Chart in Base R Programming Language
Veer Kumar

Tutorial of Pie Chart in Base R Programming Language

Veer Kumar March 15, 2022
Tutorial of Barplot in Base R Programming Language
Veer Kumar

Tutorial of Barplot in Base R Programming Language

Veer Kumar February 19, 2022
Veer Kumar

Tutorial of Histogram in R Programming Language with Examples

Veer Kumar February 6, 2022

Data Wrangling >>

Ways to Drop Column in Pandas DataFrame
Ankur K.

7 Ways to Drop Column in Pandas DataFrame

Ankur K. January 15, 2024
Pandas iterrows() Method Explained with Examples
Ankur K.

Pandas iterrows() Method Explained with Examples

Ankur K. January 8, 2024
Pandas DataFrame Query() Method Explained with Example
Ankur K.

Pandas DataFrame Query() Method Explained with Example

Ankur K. December 30, 2023
Pandas Cut Function Tutorial - pd.cut() Explained with Examples
Ankur K.

Pandas Cut Function Tutorial | pd.cut() Explained with Examples

Ankur K. December 27, 2023
Pandas DataFrame Copy Function with Examples
Ankur K.

Pandas DataFrame Copy Function with Examples

Ankur K. December 21, 2023
NumPy Log Base 2 Tutorial - numpy.log2() in Python
Ankur K.

NumPy Log Base 2 Tutorial | numpy.log2() in Python

Ankur K. September 24, 2023
NumPy Log Tutorial numpy.log() in Python
Ankur K.

NumPy Log Tutorial | numpy.log() in Python

Ankur K. September 1, 2023
Numpy Power Tutorial - Numpy.power() - np.power()
Ankur K.

Numpy Power Tutorial | Numpy.power() | np.power()

Ankur K. August 29, 2023

MLK is a knowledge sharing platform for machine learning enthusiasts, beginners, and experts. Some links in our website may be affiliate links which means if you make any purchase through them we earn a little commission on it. This helps us to sustain the operation of our website and continue to bring new and quality Machine Learning contents for you.

 

Follow US
Instagram Facebook Twitter Telegram Linkedin

© 2025 machinelearningknowledge.ai

  • Home
  • Privacy Policy
  • Disclaimer
  • Contact Us
  • About Us
Yes I am Curious
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkPrivacy policy