top of page
Search

Complete Machine Learning pipeline for NLP tasks
End-to-end Machine Learning pipeline for Named Entity Recognition in emails with basic implementation The pipeline architecture...
The Tech Platform
Jan 6, 2022

How to Deploy Machine Learning Models?
Machine learning models have become an integral part of many businesses and industries. With the increasing amount of data available, it...
The Tech Platform
Jan 4, 2022

Recurrent Neural Networks by Example in Python
Recurrent means the output at the current time step becomes the input to the next time step. At each element of the sequence, the model...
The Tech Platform
Dec 29, 2021

What is Text Summarization using the TextRank Algorithm (with Python implementation)?
Text Summarization is one of those applications of Natural Language Processing (NLP) which is bound to have a huge impact on our lives....
The Tech Platform
Dec 17, 2021

Illustrated Guide to LSTM’s and GRU’s: A step by step explanation
Recurrent Neural Networks suffer from short-term memory. If a sequence is long enough, they’ll have a hard time carrying information from...
The Tech Platform
Dec 10, 2021


MACHINE LEARNING AS A SERVICE (MLAAS)
To truly benefit from AI, companies must use machine learning as a service (MLaaS) offerings. Machine learning is set to change the...
The Tech Platform
Dec 4, 2021

PCA using Python
Original image (left) with Different Amounts of Variance Retained To understand the value of using PCA for data visualization, the first...
The Tech Platform
Nov 24, 2021

Decision Tree in Machine Learning
A decision tree is a flowchart-like structure in which each internal node represents a test on a feature (e.g. whether a coin flip comes...
The Tech Platform
Nov 22, 2021

AUC - ROC Curve in Machine Learning
In Machine Learning, performance measurement is an essential task. So when it comes to a classification problem, we can count on an AUC -...
The Tech Platform
Nov 9, 2021

What is the difference between Data Science and Machine Learning?
Data Science Data science is a multidisciplinary approach to extracting actionable insights from the large and ever-increasing volumes of...
The Tech Platform
Nov 3, 2021
bottom of page