Learn Python
Learn Data Structure & Algorithm
Learn Numpy
Learn Pandas
Learn Matplotlib
Learn Seaborn
Learn Statistics
Learn Math
Learn MATLAB
Learn Machine learning
Learn Github
Learn OpenCV
Introduction
Setup
ANN
Working process ANN
Propagation
Bias parameter
Activation function
Loss function
Overfitting and Underfitting
Optimization function
Chain rule
Minima
Gradient problem
Weight initialization
Dropout
ANN Regression Exercise
ANN Classification Exercise
Hyper parameter tuning
CNN
CNN basics
Convolution
Padding
Pooling
Data argumentation
Flattening
Create Custom Dataset
Binary Classification Exercise
Multiclass Classification Exercise
Transfer learning
Transfer model Basic template
RNN
How RNN works
LSTM
Bidirectional RNN
Sequence to sequence
Attention model
Transformer model
Bag of words
Tokenization & Stop words
Stemming & Lemmatization
TF-IDF
N-Gram
Word embedding
Normalization
Pos tagging
Parser
semantic analysis
Regular expression
Learn MySQL
Learn MongoDB
Learn Web scraping
Learn Excel
Learn Power BI
Learn Tableau
Learn Docker
Learn Hadoop
Deep learning is a subset of machine learning. In deep learning, we feed data to to deep learning model. After
feeding you the model will train itself with those data. After training, if we give input to the model or pass
some new data then according to the previous data it will give a prediction or output.
There are three types of neural network:
1. Architecture of neural network:
2. Convolution neural network:
3. Recurrent Neural Networks:
You can compare deep learning or neural networks with human brain. In human body we have neurons and in neural
networks we also have neurons. In neural networks, at first we have input layer then the hidden layers and
then the output layers. Here each layer contains neurons and each layer is connected with other layers.
Machine learning works well on the small dataset but for big data deep learning works well.