Skip to content
Machine Learning Explained, Machine Learning Tutorials

MachineCurve

  • About MachineCurve
  • Articles
    • Deep learning
    • Other ML techniques
    • Frameworks
    • Applied AI
  • Ask Questions
  • Collections
    • About the Collections project
    • Dissecting Deep Learning (work in progress)
    • Mastering TensorFlow & Keras
    • Mastering PyTorch
    • Mastering Scikit-learn
    • Generative Adversarial Networks
    • Transformers
  • Newsletter

Category: Other ML techniques

From vanilla RNNs to Transformers: a history of Seq2Seq learning

From vanilla RNNs to Transformers: a history of Seq2Seq learning

Chris21 December 202029 December 20205 Comments
Machine Learning has been playing an important role in Natural Language Processing over the past few years. Machine summarization, machine...
Read More
Performing OPTICS clustering with Python and Scikit-learn

Performing OPTICS clustering with Python and Scikit-learn

Chris15 December 202015 December 2020Leave a comment
Unsupervised Machine Learning problems involve clustering, adding samples into groups based on some measure of similarity because no labeled training...
Read More
Performing Linear Regression with Python and Scikit-learn

Performing Linear Regression with Python and Scikit-learn

Chris10 December 202011 December 2020Leave a comment
Sometimes, life is easy. There are times when you are building a Machine Learning model for regression and you find...
Read More
DBSCAN clustering tutorial: example with Scikit-learn

DBSCAN clustering tutorial: example with Scikit-learn

Chris9 December 202013 January 20211 Comment
There are many algorithms for clustering available today. DBSCAN, or density-based spatial clustering of applications with noise, is one of...
Read More
Introducing PCA with Python and Scikit-learn for Machine Learning

Introducing PCA with Python and Scikit-learn for Machine Learning

Chris7 December 202011 January 20215 Comments
Training a Supervised Machine Learning model – whether that is a traditional one or a Deep Learning model – involves...
Read More
How to check if your Deep Learning model is underfitting or overfitting?

How to check if your Deep Learning model is underfitting or overfitting?

Chris1 December 202013 January 20212 Comments
Training a Deep Learning model means that you have to balance between finding a model that works, i.e. that has...
Read More
Using Radial Basis Functions for SVMs with Python and Scikit-learn

Using Radial Basis Functions for SVMs with Python and Scikit-learn

Chris25 November 20208 December 20202 Comments
There is a wide variety of Machine Learning algorithms that you can choose from when building a model. One class...
Read More
One-Hot Encoding for Machine Learning with TensorFlow 2.0 and Keras

One-Hot Encoding for Machine Learning with TensorFlow 2.0 and Keras

Chris24 November 202020 January 20214 Comments
When you are training a Supervised Machine Learning model, you are effectively feeding forward data through the model, comparing the...
Read More
One-Hot Encoding for Machine Learning with Python and Scikit-learn

One-Hot Encoding for Machine Learning with Python and Scikit-learn

Chris24 November 202024 November 2020Leave a comment
Machine Learning models work with numbers. That is, they are mathematical models which improve themselves by performing mathematical optimization. It...
Read More
Feature Scaling with Python and Sparse Data

Feature Scaling with Python and Sparse Data

Chris23 November 202025 November 2020Leave a comment
When you are training a Supervised Machine Learning model, scaling your data before you start fitting the model can be...
Read More

Posts navigation

1 2 … 4

Disclaimer

Although we make every effort to always display relevant, current and correct information, we cannot guarantee that the information meets these characteristics.

Privacy Policy

Stay up to date about ML developments 👨‍🎓

We post new blogs every week. Sign up to learn new things and better understand concepts you already know. We send emails every Friday.

By signing up, you consent that any information you receive can include services and special offers by email.

Follow MachineCurve.com

MachineCurve
Proudly powered by WordPress | Theme: refur by Crocoblock.
Show Buttons
Hide Buttons