Content-Based Recommendation System
Introduction How interesting when Youtube, Amazon, Facebook, Spotify, or Netflix give us different s...
Read moreFace verification on Live CCTV IP camera feed using Amazon Rekognition Video and Kinesis Video Streams
Home safety and security is always the highest priority. With the power of Machine Learning and Deep...
Read moreAWS Rekognition: Face detection & analysis of an image
Amazon Rekognition is a deep-learning-powered video analysis service that tracks people, detects act...
Read moreStream CCTV IP camera (RTSP) feed into AWS Kinesis Video Streams
In this tutorial, you will get to know about how to ingest real-time live CCTV IP camera feed into A...
Read moreModel Quantization Methods In TensorFlow Lite
Edge hardware like a mobile device, embedded devices and IoT devices often have a limited computatio...
Read moreIntroduction to TensorFlow Lite
TensorFlow Lite is TensorFlow’s lightweight solution to run TensorFlow models on mobile, embed...
Read moreTensorFlow : Prepare Custom Neural Network Model with Custom Layers
TensorFlow is a Deep Learning library. Generally, Deep Learning practitioner uses Keras Sequential o...
Read moreRegularization Techniques: To avoid Overfitting in Neural Network
Training a deep neural network that works best on train data as well as test data is one of the chal...
Read moreSetting Dynamic Learning Rate While Training the Neural Network
Learning Rate is one of the most important hyperparameter to tune for Neural network to achieve bett...
Read moreNeural Network: Introduction to Learning Rate
Learning Rate is one of the most important hyperparameter to tune for Neural network to achieve bett...
Read moreMathematics behind the Neural Network
Neural Network is a sophisticated architecture consist of a stack of layers and neurons in each laye...
Read moreImplementation of Neural Network from scratch using NumPy
Neural Network is a sophisticated architecture. It consists of the stack of multiple layers and neur...
Read moreHow Neural Network works?
Neural Network has a more sophisticated Neuron structure similar to our brain. Neural Network is the...
Read moreGradient Descent with Momentum in Neural Network
Gradient Descent with momentum works faster than the standard Gradient Descent algorithm. The basic ...
Read moreGradient Descent in Neural Network
The main goal of deep learning algorithms is to minimize the difference between the predicted target...
Read moreActivation Functions in Neural Network
The activation function of a node defines the output of that node given an input or set of inputs in...
Read moreIntroduction to Neural Network
Neural Network has a more sophisticated neurone structure similar to our brain. Neural Networ...
Read moreK-Nearest Neighbors (KNN)
[vc_row][vc_column][vc_column_text]K-Nearest Neighbours(KNN) is a very simple, easy to implement, ve...
Read moreSupport Vector Machine (SVM)
Support vector machine is one of the famous supervised learning algorithm in Machine Learning. The c...
Read moreLogistic Regression
Logistic regression is used when the target variable is categorical. It is a classification algorith...
Read moreLinear Regression
Linear Regression is one of the famous algorithm in Machine Learning. Linear Regression model learns...
Read moreRandom Forest
Random forest is a supervised machine learning algorithm which works by building a series of Decisio...
Read moreDecision Tree
Decision Trees are a non-parametric supervised learning method used for classification and regressio...
Read moreIntroduction to Machine Learning Model
Machine Learning models are mainly used for two tasks such as classification task and regression tas...
Read morePerformance Measurement Metrics to Evaluate Machine Learning Model
Evaluating the performance of a Machine Learning model is a crucial part of building an effective mo...
Read moreEssential Mathematics for Machine Learning
Machine Learning is the set of powerful mathematical operation. Machine Learning is built on mathema...
Read moreApplications of Machine Learning
Machine learning is the kind of programming language which allows computer systems to automatically ...
Read more