Vignya Durvasula

Multilayer Perceptron (MLP) – A Sneak Peak

Artificial Neural Networks or simply neural networks-NNs are being used by machine learning engineers for tasks so simple as classifying images using Convolutional Neural Networks(CNN) to using Recurrent Neural Networks (RNN) that can remember past information to deal with time series data. Ever wondered what constitutes these complex architectures? Just as their names suggest(‘neurons’), these

Multilayer Perceptron (MLP) – A Sneak Peak Read More »

Understanding One-Class SVM for Anomaly Detection

The applications of machine learning are endless. Predicting the price of a house or a product(regression), and classifying the customer’s reviews into positive or negative(classification), to even more advanced techniques like anomaly detection, and machine learning algorithms are being used everywhere. When it comes to machine learning algorithms, these can be briefly divided into supervised

Understanding One-Class SVM for Anomaly Detection Read More »

Keras Metrics – A Complete Guide

With the advancements and developments in artificial intelligence and machine learning, it is vital to build and deploy the right models that are considered industry standard and perform well with the best accuracy. Model building or training is a crucial task, but so is assessing the performance of these models right? How would we know

Keras Metrics – A Complete Guide Read More »