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
Let's understand the file:
In this example we have two different category of strawberry angular leaf spot and leaf spot. In D drive of my
computer I have a folder name data. In this folder I have two different folder named angular_leaf_spot and
leaf_spot. Inside angular_leaf_spot I have a all the strawberry images which are angular spot of strawberry
leaf(different image of strawberry angular leaf spot disease) and in the leaf_spot I have all the images which
are leaf_spot of strawberry leaf(different image of strawberry leaf spot disease). So we can say that we have
two different disease category of strawberry leaf in two different separate folders and this two folder are
present inside data folder present in my D drive. So download image from online and prepare a dataset like I
did.
Look in directory variable we have the path of main folder which contain our two different image folder and in category variable we have the name of those two folders name which contain two different category images. Now we have to connect these two together to access the image. To do this we will use a for loop.