top of page
Search

How to Create Nonlinear Models with Data Projection
Linear models will take you far as a machine learning practitioner — much further than most rookies would expect. I previously wrote that...
The Tech Platform
Jul 26, 2021

LSTM(Long Short Term Memory) Network
Long Short Term Memory networks – usually just called “LSTMs” – are a special kind of RNN, capable of learning long-term dependencies....
The Tech Platform
Jul 24, 2021

Deep Learning vs Machine Learning
With the rapid increase of digital data and computing power, machine learning has become an essential tool for various industries....
The Tech Platform
Jul 23, 2021

What is the Statistics and Machine Learning Toolbox?
The Statistics and Machine Learning Toolbox (SMLT) is a software package developed by MathWorks that provides a range of tools and...
The Tech Platform
Jul 21, 2021

Configuring and Scaling ML with Hydra + Ray
Hydra Hydra, from Facebook AI, is a framework for elegantly configuring complex applications. Since its initial release, Hydra has become...
The Tech Platform
Jul 20, 2021

Clustering-Types of Clustering and Clustering Algorithms used in Data Science and Data Mining
Clustering is a technique that involves grouping a set of data points into subsets or clusters based on their similarity. The objective...
The Tech Platform
Jul 16, 2021

Variance Inflation Factor (VIF)
Variance Inflation Factor (VIF) is used to detect the presence of multicollinearity. Variance inflation factors (VIF) measure how much...
The Tech Platform
Jul 12, 2021

Reusable code snippets in JupyterLab
In this blog post, we will introduce the Elyra code snippet extension, which enables us to reuse arbitrary snippets of code in your...
The Tech Platform
Jun 5, 2021

Linear Algebra To Know For Machine Learning
Linear Algebra deals with linear equations like linear maps (which is a mapping of two different vector spaces which preserve the vector...
The Tech Platform
May 10, 2021


CNN vs. RNN vs. ANN – Analyzing 3 Types of Neural Networks in Deep Learning
The landscape of deep learning has introduced various types of neural networks, such as Convolutional Neural Networks (CNN), Recurrent...
The Tech Platform
Apr 30, 2021
bottom of page