Linear Algebra
Linear algebra provides a way of compactly representing and operating on sets of linear equations. For example, consider the following system of equations:
Linear algebra provides a way of compactly representing and operating on sets of linear equations. For example, consider the following system of equations:
Chatbot using seq2seq with attention
Bayesian Deep Learning
Word embedding is one of the most popular representation of document vocabulary. . Rather than build a sparse representation with One hot encoding we can bui...
A variational autoencoder (VAE) provides a probabilistic manner for describing an observation in latent space. Thus, rather than building an encoder which ou...
Unit Testing
Machine learning algorithms build a mathematical model of sample data, known as “training data”, in order to make predictions or decisions without being expl...
Single Shot MultiBox Detector Along with object detection we also want to localize and classify each element within our field of view. The previous architect...
The scale-invariant feature transform (SIFT) is a feature detection algorithm in computer vision to detect and describe local features in images created vy ...
Resnet Introduction
Data types
#Number Representation in Computer
Probability
#Naive Bayes Simple(“naive”) classifica1on method based on Bayes rule. It relies on very simple representa1on of document called the bag of words.
Dynamic Memory Networks
In the last four decades, many widely used public key cryptographic schemes have been designed based on the difficulty of factoring and other similar problem...
Generative Adversarial Networks
While current deep networks are widely used in multiple applications, they do have some issues: Neural networks compute point estimates Neural networks ...
Deep learning is part of a broader family of machine learning methods based on learning data representations, as opposed to task-specific algorithms. Learni...
Sorting
Matrix Calculus
Blockchain With Elliptic Curve Digital Signature (ECDSA)
Active Learning
Iterators
Active Learning
AES Encryption
1D CNN