Blog

Intent Classification using LSTM

Building a Deep Learning Model for Intent Classification    Photo by Jakub Jezovic 🦔 on Dribbble What is intent? Intent is the aim behind a specific action or set of actions. Aim To develop a Deep Learning Model for Intent Classification using Python programming Language and Keras on Cainvas Platform. Prerequisites Before getting started, you should have […]

Intent Classification using LSTM Read More »

Prediction of Remaining Useful Life (RUL) of JET engine

Photo by Mario Jacome on Dribbble The main goal of this post is to detail my development of a model for doing predictive maintenance on commercial turbofan engines. The predictive maintenance method utilized here is a data-driven method, which means that data from the operating jet engine is used to simulate predictive maintenance. The project’s goal

Prediction of Remaining Useful Life (RUL) of JET engine Read More »

Neural Style Transfer

Photo by Infographic Paradise Design on Dribbble This article presents a guide to Neural Style Transfer using Deep Learning. Neural Style Transfer is a technique of composing images in the style of another image. Neural Style Transfer takes three images as input, namely the image you want to stylise: the Content Image, a Style image, and

Neural Style Transfer Read More »

Hit Song Prediction

Photo by Benny on Dribbble Can you predict the success of a song, just by listening to it? I know! at least we try to do it many times, and a lot of times our predictions do turn out to be true. While we do consider many things and most importantly the emotions involved. Can we

Hit Song Prediction Read More »

Facial Emotion Classification

Photo by Lewis Osborne on Dribbble Human beings do have a lot of emotions and we as humans are able to distinguish between all of them. What if I tell you that we can expect some sort of same results from an ‘emotion-less machine. KERAS In this article, we will be talking about the use of

Facial Emotion Classification Read More »