SlideShare a Scribd company logo
1 of 6
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 03 | Mar 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 137
Identification of Bird Species using Automation Tool
Rose Priyanka1, Aishwarya M S2, Ambika Katta3, Gurupriya Reddy V G4, Keerthana S Gowda5
2,3,4,5 Students, Department of Computer Science & Engineering, T John Institute of Technology, Bengaluru, India
1Asst. Professor, Department of Computer Science & Engineering, T John Institute of Technology, Bengaluru, India
---------------------------------------------------------------------***--------------------------------------------------------------------
ABSTRACT - Now a days bird population is changing
drastically because lots of reasons such as human
intervention, climate change, global warming, forest fires or
deforestation, etc., With the help of automatic bird species
detection using machine learning algorithms, it is now
possible to keep a watch on the population of birds as well as
their behavior. Because manual identification of different bird
species takes a lot of time and effort, an automatic bird
identification system that does not require physical
intervention is developed in this work. To achieve this
objective, Convolutional Neural Network is used as compared
to traditionally used classifiers such as SVM, Random Forest,
SMACPY. The foremost goal is to identify the bird species
using the dataset including vocals of the different birds. The
input dataset will be pre-processed, which will comprise
framing, silence removal, reconstruction, and then a
spectrogram will be constructed, which will be sent to a
convolutional neural network as an input, followed by CNN
modification, testing, and classification. The result is
compared with pre-trained data and output is generated and
birds are classified according to their features (size, colour,
species, etc.)
Key Words: Deep Learning, Automatic Identification,
Artificial neural network, Pre-process, Spectrogram,
Classification
1. INTRODUCTION
The ecosystem of birds is incredibly diverse in terms of
behaviour, size, and shape, but this biological diversity may
be in danger due to human interference in their habitats and
complete habitat destruction, which are also accompanied
by environmental catastrophes like global warming, forest
fires, and other natural disasters. Due to their limited and
shrinking ranges, 1,481 bird species, or 13.5% of all data
sufficient species, are worldwide threatened with extinction
as of 2020.
One of the most essential justifications for bird monitoring
is controlling and evaluating the environment. Certain bird
species are impacted by water and air pollution. Hence,
spotting and avoiding environmental issues can be done
through bird species identification. Since they react quickly
to environmental changes, birds can also help us find
different types of life in the environment. It is, however,
prohibitive because it takes a lot of human labour and is
more expensive to gather and compile information about
bird species. In this case, a reliable system will offer a lot of
information about birds and act as an essential tool for
scientists and government officials.
We propose a deep learning method to identify the species
of bird based on audio recordings to address this issue and
support ecologists. To achieve this, we want to employ the
most recent Artificial Neural Networks model (ANN model)
for automatic bird species identification using audio inputs.
We wanted to improve the current bird species classifier's
classification accuracy in this work. The accuracy for
training was 100%, and the accuracy for validation was
97%, according to this data. As a consequence, we can assert
that ANN can successfully identify the bird species and
easily defeat the existing implementation model.
The method includes the following steps:
1) recording bird singing outdoors;
2) using audio pre-processing techniques to enhance signal
quality since these recordings are frequently made in
loud locations.
3) extracting elements from the audio input and training
4) Model: ANN
5) Predict the type using proposed algorithm
1.1 PROBLEM STATEMENT
The vocal expression of birds is used to communicate a
variety of information. Birds use their vocalizations to
communicate a variety of threats and warnings about
approaching danger, to recognize certain birds or insects
within a flock, and to demarcate and delimit territory. The
call specialization suggests that they are more immediate
and effective vocal emotions.
The problem of recognizing birds using an automated
system with the usage of bird sounds can be defined as the
challenge of differentiating several bird species from their
recorded songs. Experts claim that bird songs, as opposed to
the bird sounds used here, are more melodious and better
able to identify different species. The entire signal is pre-
processed in order to identify the most pertinent portion of
the signal and extract characteristics.
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 138
1.2 LITERATURE SURVEY
Many research papers have been written and published on
the subject of automated bird species recognition over the
course of the preceding few years. Several of them have
been successful in classifying certain species, and each has
advantages and drawbacks of their own
[1] Speedy Image Crowd Counting by Light Weight
Convolutional Neural Network AUTHORS:
Vivekanandam, B.
In image/video analysis, crowds are actively researched,
and their numbers are counted. In the last two decades,
many crowd counting algorithms have been developed for a
wide range of applications in crisis management systems,
largescale events, workplace safety, and other areas. The
precision of neural network research for estimating points
is outstanding in computer vision domain. However, the
degree of uncertainty in the estimate is rarely indicated.
Point estimate is beneficial for measuring uncertainty since
it can improve the quality of decisions and predictions. The
proposed framework integrates Light weight CNN (LWCNN)
for implementing crowd computing in any public place for
delivering higher accuracy in counting. Further, the
proposed framework has been trained through various
scene analysis such as the full and partial vision of heads in
counting. Based on the various scaling sets in the proposed
neural network framework, it can easily categorize the
partial vision of heads count and it is being counted
accurately than other pre-trained neural network models.
[2] Study of Variants of Extreme Learning Machine (ELM)
Brands and its Performance Measure on Classification
Algorithm
AUTHORS: Manoharan, J. Samuel
Recently, the feed-forward neural network is functioning
with slow computation time and increased gain. The weight
vector and biases in the neural network can be tuned based
on performing intelligent assignment for simple generalized
operation. This drawback of FFNN is solved by using various
ELM algorithms based on the applications issues. ELM
algorithms have redesigned the existing neural networks
with network components such as hidden nodes, weights,
and biases. The selection of hidden nodes is randomly
determined and leverages good accuracy than conservative
methods. The main aim of this research article is to explain
variants of ELM advances for different applications. This
procedure can be improved and optimized by using the
neural network with novel feed-forward algorithm. The
nodes will mainly perform due to the above factors, which
are tuning for inverse operation. The ELM essence should be
incorporated to reach a faster learning speed and less
computation time with minimum human intervention. This
research article consists of the real essence of ELM and a
briefly explained algorithm for classification purpose. This
research article provides clear information on the variants
of ELM for different classification tasks. Finally, this
research article has discussed the future extension of ELM
for several applications based on the function
approximation.
[3] Automated Bird Species Identification using Audio
AUTHORS: Chandu B, A. M
In this paper, an automatic bird species recognition system
has been developed and methods for their identification has
been investigated. Automatic identification of bird sounds
without physical intervention has been a formidable and
onerous endeavour for significant research on the taxonomy
and various other sub fields of ornithology. In this paper, a
two-stage identification process is employed. The first stage
involved construction of an ideal dataset which
incorporated all the sound recordings of different bird
species. Subsequently, the sound clips were subjected to
various sound pre-processing techniques like pre-emphasis,
framing, silence removal and reconstruction. Spectrograms
were generated for each reconstructed sound clip. The
second stage involved deploying a neural network to which
the spectrograms were provided as input. Based on the
input features, the Convolutional Neural Network (CNN)
classifies the sound clip and recognizes the bird species. A
Real time implementation model was also designed and
executed for the above-described system.
[4] Bird Sound Identification based on Artificial Neural
Network
AUTHORS: M. M. M. Sukri, U. Fadlilah, S. Saon, A. K.
Mahamad, M. M. Som and A. Sidek
Due to effect of climate changes and count of endangered
animal, many researchers proposed animal species
recognition system to help them for specific study. This
paper proposes to identify bird sound identification using
Artificial Neural Network (ANN). Each bird has a different
tone of sounds. ANN is applied to classify and recognise the
bird sounds using MATLAB software. Firstly, all required
data in term of power spectral density of bird is used in
order to obtain data for each bird types. The next process is
to train ANN to identify species of birds. Only one bird can
identify in one time. Lastly, the graphical user interface
(GUI) of bird sound identification have been developed that
required the user to fed audio input of bird sound in order
to recognise bird species. This project is done successfully
and can be used to identify bird species.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 03 | Mar 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 139
[5] Deep Learning Based Audio Classifier for Bird Species
AUTHORS: Aarti Madhavi, R. P.
The effect of human activities on the environment has
reached a point where it has become necessary to track the
effects before it causes irreparable damage to the
environment. One of the ways to track such effects is to
monitor the breeding behaviour, biodiversity and
population dynamics of animals. Birds are one of the best
species to track as they do tend to be the most reactive ones
for any change in the environment e.g., deforestation or
forest fires.
Till now, the tracking of the birds was done manually by
experts, which is very tedious at the same time consuming
and non-viable method. As a result, to alleviate this issue
and provide assistance to the ecologists we proposing a
machine learning method to recognize the bird's species
based on the audio recordings. To achieve this goal, we
intend to use the state of art convolutional neural network
architecture called the deep residual neural networks as
compared to the traditionally used classifiers like SMACPY,
SVM and other relatively less sophisticated methods. We
leverage methods like data augmentation and the existing
carefully crafted datasets from Neural Information
Processing Scaled for Bioacoustics to showcase the
effectiveness of our method.
2. PROPOSED METHODLOGY
The discussion's main goal is to anticipate bird species
based on their voice/audio. The suggested framework
contains five major phases, as depicted in Figure 1:
Fig – 1 Flowchart of methodology
1. Data is collected from respected dataset.
2. On the dataset, data pre-processing techniques such
as framing and noise removal are used.
3. The data is processed using the Convolutional
Neural Network approach.
4. Model output is displayed on the screen.
A. Dataset
The first step of implementation is gathering data from
dataset which is obtained from XENO-canto/Kaggle. The
audio recordings of the birds in MP3 format are included in
this resource. This dataset contains audio recordings of the
birds in MP3 format. XENO-canto/Kaggle are open websites
dedicated for dataset where users upload their own
recordings. In case of our survey, bird audio related dataset
is required. Genus, species, subspecies, locality, type, color,
size, and bird sound quality are all labelled in this dataset
(from A to E, Where A is the best quality). Since many
features are defined in dataset, combination of them are
used to define class (like genus and species, etc.) and
classify birds according to them.
B. Data/Sound pre-processing
Following data collecting, sound recordings are
preprocessed. The WAV format is used to convert the MP3
files obtained from the dataset. These Wav files are
normalized after being separated into equal-length
segments. Threshold filtering is used to create
chunks/segments with a high amplitude and no noise or
disruption. The waveform was created using power spectral
density (PSD). The PSD was a metric that measured the
amount of power per unit of frequency.
C. Classification with Neural Network
An Artificial Neural Network (ANN) classification algorithm
is a popular method for analyzing and recognizing
.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 03 | Mar 2023 www.irjet.net p-ISSN: 2395-0072
Fig -2: Data Flow Diagram
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 03 | Mar 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 140
bioacoustics signals. As a classification model, the multilayer
perceptron (MLP) is used. The MLP takes a set of
predetermined attributes as input and produces a unique
outcome for each bird species to be identified. Training and
testing are the two steps in this identifying procedure. In the
training process, syllables of specified bird sounds were
utilized to train the multilayer perceptron, resulting in the
right MLP output being triggered. The training process is
carried out by repeatedly delivering known sounds to the
network and then iteratively adjusting the network's
weighting. The goal of this training is to lower the total
between the supplied and expected results till a predefined
error requirement is accomplished.
D. Output
For the output, user can use GUI i.e., Graphical User
Interface to analyze the species of the bird. With the help of
GUI user can record, process and show the outcome.
3. RESULT
The waveform of a bird's voice can be obtained using
MATLAB software. Dataset can be individually captured in
mp3 format, which must be converted to a.wav file, and it is
evident that each bird has a distinctive voice. Through a
process of training, an ANN is tuned for a specific purpose,
such as pattern classification.
4. ADVANTAGES
Systematic recordings of outdoor noises are now possible
thanks to automated audio recorders, which have recently
opened up new opportunities for environmental
conservation and restoration. Due to the fact that many bird
species have extraordinarily high vocal frequency, audio
recordings have become one of the most effective
techniques to do study on them. Biological sounds of birds
can give detailed and standardized data on the dynamics
and distribution of wildlife habitats. Audio research and
surveys are a good tool to analyze the species' density,
abundance, and occupancy because many bird species
produce distinct and consistent sounds. Furthermore,
picturized monitoring is problematic for many small and
sensitive birds, enigmatic species, and species living in
environments that environmentalists find difficult to reach.
Bird audio tracking is also useful for other environmental
operations, such as assessing the impact of wildfires and
determining the extent of forest regeneration.
5. LIMITATION
Audio signals provide much more information about a bird,
as it can be further classified into songs, calls, and sounds so
noise in these various types of audios can be an issue.
Having this kind of extra set of properties and
classifications, also makes identification of birds little
difficult.
6. FEASIBILITY STUDY
An artificial intelligence system called the Convolutional
Neural Network (CNN) has been used to classify bird noises.
Other scholars have tested a range of methods for
identifying bird songs. The following list offers some
applications for automated systems: -
1. Continuous ambient recordings that use automatic
bird sound recognition would significantly advance
ornithology and biology studies. This technology will be
helpful to government organization and investigators
because it takes a lot of time and money to manually identify
different bird species.
2. Since birding is a popular activity in many nations,
such systems have a great deal of potential for profit.
Hardware like the Raspberry Pi can be used to operate the
CNN. These technological advancements can benefit animal
sanctuaries, preservation parks, and environmental parks.
3.Users may utilize their smartphones as tools for bird
sound identification and assessment by designing and
publishing an android application for a variety of mobile
devices.
4. Both a local hard disc and the cloud can be used to store
the collected data. The information acquired will be very
helpful in studies of the demographics, variety, and
migration patterns of birds in a certain area.
Fig -3: Following shows the expected GUI:
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 03 | Mar 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 141
7. FUTURE SCOPE
This method enables the identification and classification of a
larger number of bird species, leading to more precise
results.
If this programming is used well, it may be a very helpful
tool for determining the size of bird populations, identifying
natural habitats, and monitoring a variety of other species. A
user-friendly application can also be advantageous to
environmentalists and wildlife enthusiasts. Additionally, by
employing RNN for classification, accuracy may be
increased because it has internal storage to recall its input.
8. CONCLUSIONS
In this study, an artificial neural network model (ANN
model) for automatic bird species recognition is provided.
Numerous researchers suggested an animal species
recognition system to aid them in conducting particular
research because of the impact of climate change and the
number of endangered species. In this research, we created
a system to recognize bird sounds using an artificial neural
network (ANN). Each bird makes noises with a distinctive
tonality. Python is used to use ANN to categorize and
identify the bird noises. In order to get data for each species
of bird, the necessary information on the power spectral
density of birds is first employed. The next step is to teach
ANN to recognize the different bird species. A bird can just
identify at a time. Finally, a graphical user interface (GUI)
for bird sound identification has been created, requiring
audio input from the user to identify the species of bird.
Successful completion of this project allows for the
identification of several bird species.
1) Develop an iOS or Android app rather than a
website for user convenience.
2) The system might be built utilizing the cloud, which
offers great computational power for processing (in this
case of neural networks) and can store a lot of data for
comparison.
ACKNOWLEDGEMENT
For their support in this work, we would like to thank the
Department of Computer Engineering at the MESCOE
(Wadia Campus) in Pune. We would also like to extend our
thanks to Prof. Rose Priyanka for sharing her insightful
observations there throughout the qualitative research.
REFERENCES
[1] Vivekanandam, B. "Speedy Image Crowd Counting by
Light Weight Convolutional Neural Network." Journal of
Innovative Image Processing 3, no. 3 (2021): 208-222.
[2] Manoharan, J. Samuel. "Study of Variants of Extreme
Learning Machine (ELM) Brands and its Performance
Measure on Classification Algorithm." Journal of Soft
Computing Paradigm (JSCP) 3, no. 02 (2021): 83-95
[3] Chandu B, A. M. (2020). Automated Bird Species
Identification using Audio. 2020 International
Conference on Artificial Intelligence and Signal
Processing (AISP).
[4] M. M. M. Sukri, U. Fadlilah, S. Saon, A. K. Mahamad, M. M.
Som and A. Sidek, "Bird Sound Identification based on
Artificial Neural," IEEE 2020 IEEE Student Conference
on Research and Development (SCOReD), pp. 342-345,
2020.
[5] Aarti Madhavi, R. P. (2018). Deep Learning Based Audio
Classifier for Bird Species. IJSDR
[6] Incze, A., Jancso, H.-B., Szilagyi, Z., Farkas, A., & Sulyok, C.
(2018). Bird Sound Recognition Using Convolutional
Neural Network. IEEE 16th International Symposium on
Intelligent Systems and Informatics, 000295–000300.
[7] Narasimhan, R., Fern, X. Z., & Raich, R. (2017).
Simultaneous Segmentation And Classification Of Bird
Song Using Cnn. IEEE Conference, 146-150.
[8] Indian Birds [Online] https://play.google.com /store
/apps /details ?id = com.kokanes.birds info & hl = en
[9] Bird Watching Apps: Five Useful Apps to Get Started
With Birding [Online]
https://gadgets.ndtv.com/apps/features/bird-
watchingapps-five-useful-apps-to-get-started-with-
birding-1640679
[10] Transfer learning using Alex Net [Online]
https://in.mathworks.com /help /nnet /examples /
transferlearning-usingalexnet.html
[11] Feature extraction using AlexNet [Online]
https://in.mathworks.com /help /nnet /examples /
featureextractionusing-alexnet.html # d119e4167
[12] U.D.Nadimpalli, R.R.Price, S.G.Hall, and P.Bomma,” A
Comparison of image processing techniques for bird
recognition”, Biotechnology Progress, Vol. 22, no. 1,pp.
913,2006.
[13] Toth, B.P. and Czeba, B.,2016, September.
Convolutional Neural Networks for Large-Scale Bird
Song Classification in Noisy Environment. In CLEF
(Working Notes) (pp. 560-568).
[14] Elias Sprengel, Martin Jaggi, Yannic Kilcher, and
Thomas Hofmann. Audio Based Bird Species
Identification using Deep Learning Techniques. 2016.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 03 | Mar 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 142
[15] S. Hacker, MP3: The Definitive Guide, O’Reilly
Publishers, 2000.
[16] B.P. Lathi, Signal Processing and Linear Systems,
2nd. ed. Oxford University Press, 2004. [17] C-H. Lee, C-C
Han and C-C. Chuang, “Automatic Classification of Bird
Species from their Sounds using Two-Dimensional
Cepstral Coefficients”, IEEE Trans. Audio, Speech, Lang.
Process., Vol.16, No.8, pp.1541– 1550,2008.

More Related Content

Similar to Identification of Bird Species using Automation Tool

IRJET- Hybrid Approach to Reduce Energy Utilization in Wireless Sensor Networ...
IRJET- Hybrid Approach to Reduce Energy Utilization in Wireless Sensor Networ...IRJET- Hybrid Approach to Reduce Energy Utilization in Wireless Sensor Networ...
IRJET- Hybrid Approach to Reduce Energy Utilization in Wireless Sensor Networ...IRJET Journal
 
IDENTIFY THE BEEHIVE SOUND USING DEEP LEARNING
IDENTIFY THE BEEHIVE SOUND USING DEEP LEARNINGIDENTIFY THE BEEHIVE SOUND USING DEEP LEARNING
IDENTIFY THE BEEHIVE SOUND USING DEEP LEARNINGijcsit
 
Analysis of Various Cluster Algorithms Based on Flying Insect Wing Beat Sound...
Analysis of Various Cluster Algorithms Based on Flying Insect Wing Beat Sound...Analysis of Various Cluster Algorithms Based on Flying Insect Wing Beat Sound...
Analysis of Various Cluster Algorithms Based on Flying Insect Wing Beat Sound...IRJET Journal
 
A Review of Lie Detection Techniques
A Review of Lie Detection TechniquesA Review of Lie Detection Techniques
A Review of Lie Detection TechniquesIRJET Journal
 
A Review of Lie Detection Techniques.pdf
A Review of Lie Detection Techniques.pdfA Review of Lie Detection Techniques.pdf
A Review of Lie Detection Techniques.pdfWhitney Anderson
 
Applications of Artificial Neural Networks in Cancer Prediction
Applications of Artificial Neural Networks in Cancer PredictionApplications of Artificial Neural Networks in Cancer Prediction
Applications of Artificial Neural Networks in Cancer PredictionIRJET Journal
 
Birds Identification System using Deep Learning
Birds Identification System using Deep LearningBirds Identification System using Deep Learning
Birds Identification System using Deep LearningIRJET Journal
 
IRJET- Artificial Neural Network and Particle Swarm Optimization in Orange Id...
IRJET- Artificial Neural Network and Particle Swarm Optimization in Orange Id...IRJET- Artificial Neural Network and Particle Swarm Optimization in Orange Id...
IRJET- Artificial Neural Network and Particle Swarm Optimization in Orange Id...IRJET Journal
 
Wildlife Detection System using Deep Neural Networks
Wildlife Detection System using Deep Neural NetworksWildlife Detection System using Deep Neural Networks
Wildlife Detection System using Deep Neural NetworksIRJET Journal
 
ANIMAL SPECIES RECOGNITION SYSTEM USING DEEP LEARNING
ANIMAL SPECIES RECOGNITION SYSTEM USING DEEP LEARNINGANIMAL SPECIES RECOGNITION SYSTEM USING DEEP LEARNING
ANIMAL SPECIES RECOGNITION SYSTEM USING DEEP LEARNINGIRJET Journal
 
A Literature Research Review On Animal Intrusion Detection And Repellent Systems
A Literature Research Review On Animal Intrusion Detection And Repellent SystemsA Literature Research Review On Animal Intrusion Detection And Repellent Systems
A Literature Research Review On Animal Intrusion Detection And Repellent SystemsScott Bou
 
IRJET-Sound-Quality Predict for Medium Cooling Fan Noise based on BP Neural N...
IRJET-Sound-Quality Predict for Medium Cooling Fan Noise based on BP Neural N...IRJET-Sound-Quality Predict for Medium Cooling Fan Noise based on BP Neural N...
IRJET-Sound-Quality Predict for Medium Cooling Fan Noise based on BP Neural N...IRJET Journal
 
IRJET- Agricultural Crop Yield Prediction using Deep Learning Approach
IRJET-  	  Agricultural Crop Yield Prediction using Deep Learning ApproachIRJET-  	  Agricultural Crop Yield Prediction using Deep Learning Approach
IRJET- Agricultural Crop Yield Prediction using Deep Learning ApproachIRJET Journal
 
Potato Leaf Disease Detection Using Machine Learning
Potato Leaf Disease Detection Using Machine LearningPotato Leaf Disease Detection Using Machine Learning
Potato Leaf Disease Detection Using Machine LearningIRJET Journal
 
ORGANIC PRODUCT DISEASE DETECTION USING CNN
ORGANIC PRODUCT DISEASE DETECTION USING CNNORGANIC PRODUCT DISEASE DETECTION USING CNN
ORGANIC PRODUCT DISEASE DETECTION USING CNNIRJET Journal
 
IRJET- A Review on Machine Learning Algorithm Used for Crop Monitoring System...
IRJET- A Review on Machine Learning Algorithm Used for Crop Monitoring System...IRJET- A Review on Machine Learning Algorithm Used for Crop Monitoring System...
IRJET- A Review on Machine Learning Algorithm Used for Crop Monitoring System...IRJET Journal
 
Motor Imagery Recognition of EEG Signal using Cuckoo Search Masking Empirical...
Motor Imagery Recognition of EEG Signal using Cuckoo Search Masking Empirical...Motor Imagery Recognition of EEG Signal using Cuckoo Search Masking Empirical...
Motor Imagery Recognition of EEG Signal using Cuckoo Search Masking Empirical...ijtsrd
 

Similar to Identification of Bird Species using Automation Tool (20)

IRJET- Hybrid Approach to Reduce Energy Utilization in Wireless Sensor Networ...
IRJET- Hybrid Approach to Reduce Energy Utilization in Wireless Sensor Networ...IRJET- Hybrid Approach to Reduce Energy Utilization in Wireless Sensor Networ...
IRJET- Hybrid Approach to Reduce Energy Utilization in Wireless Sensor Networ...
 
IDENTIFY THE BEEHIVE SOUND USING DEEP LEARNING
IDENTIFY THE BEEHIVE SOUND USING DEEP LEARNINGIDENTIFY THE BEEHIVE SOUND USING DEEP LEARNING
IDENTIFY THE BEEHIVE SOUND USING DEEP LEARNING
 
Identify the Beehive Sound using Deep Learning
Identify the Beehive Sound using Deep LearningIdentify the Beehive Sound using Deep Learning
Identify the Beehive Sound using Deep Learning
 
Analysis of Various Cluster Algorithms Based on Flying Insect Wing Beat Sound...
Analysis of Various Cluster Algorithms Based on Flying Insect Wing Beat Sound...Analysis of Various Cluster Algorithms Based on Flying Insect Wing Beat Sound...
Analysis of Various Cluster Algorithms Based on Flying Insect Wing Beat Sound...
 
A Review of Lie Detection Techniques
A Review of Lie Detection TechniquesA Review of Lie Detection Techniques
A Review of Lie Detection Techniques
 
A Review of Lie Detection Techniques.pdf
A Review of Lie Detection Techniques.pdfA Review of Lie Detection Techniques.pdf
A Review of Lie Detection Techniques.pdf
 
Applications of Artificial Neural Networks in Cancer Prediction
Applications of Artificial Neural Networks in Cancer PredictionApplications of Artificial Neural Networks in Cancer Prediction
Applications of Artificial Neural Networks in Cancer Prediction
 
Birds Identification System using Deep Learning
Birds Identification System using Deep LearningBirds Identification System using Deep Learning
Birds Identification System using Deep Learning
 
Journal Publication
Journal PublicationJournal Publication
Journal Publication
 
PhD research publications
PhD research publicationsPhD research publications
PhD research publications
 
IRJET- Artificial Neural Network and Particle Swarm Optimization in Orange Id...
IRJET- Artificial Neural Network and Particle Swarm Optimization in Orange Id...IRJET- Artificial Neural Network and Particle Swarm Optimization in Orange Id...
IRJET- Artificial Neural Network and Particle Swarm Optimization in Orange Id...
 
Wildlife Detection System using Deep Neural Networks
Wildlife Detection System using Deep Neural NetworksWildlife Detection System using Deep Neural Networks
Wildlife Detection System using Deep Neural Networks
 
ANIMAL SPECIES RECOGNITION SYSTEM USING DEEP LEARNING
ANIMAL SPECIES RECOGNITION SYSTEM USING DEEP LEARNINGANIMAL SPECIES RECOGNITION SYSTEM USING DEEP LEARNING
ANIMAL SPECIES RECOGNITION SYSTEM USING DEEP LEARNING
 
A Literature Research Review On Animal Intrusion Detection And Repellent Systems
A Literature Research Review On Animal Intrusion Detection And Repellent SystemsA Literature Research Review On Animal Intrusion Detection And Repellent Systems
A Literature Research Review On Animal Intrusion Detection And Repellent Systems
 
IRJET-Sound-Quality Predict for Medium Cooling Fan Noise based on BP Neural N...
IRJET-Sound-Quality Predict for Medium Cooling Fan Noise based on BP Neural N...IRJET-Sound-Quality Predict for Medium Cooling Fan Noise based on BP Neural N...
IRJET-Sound-Quality Predict for Medium Cooling Fan Noise based on BP Neural N...
 
IRJET- Agricultural Crop Yield Prediction using Deep Learning Approach
IRJET-  	  Agricultural Crop Yield Prediction using Deep Learning ApproachIRJET-  	  Agricultural Crop Yield Prediction using Deep Learning Approach
IRJET- Agricultural Crop Yield Prediction using Deep Learning Approach
 
Potato Leaf Disease Detection Using Machine Learning
Potato Leaf Disease Detection Using Machine LearningPotato Leaf Disease Detection Using Machine Learning
Potato Leaf Disease Detection Using Machine Learning
 
ORGANIC PRODUCT DISEASE DETECTION USING CNN
ORGANIC PRODUCT DISEASE DETECTION USING CNNORGANIC PRODUCT DISEASE DETECTION USING CNN
ORGANIC PRODUCT DISEASE DETECTION USING CNN
 
IRJET- A Review on Machine Learning Algorithm Used for Crop Monitoring System...
IRJET- A Review on Machine Learning Algorithm Used for Crop Monitoring System...IRJET- A Review on Machine Learning Algorithm Used for Crop Monitoring System...
IRJET- A Review on Machine Learning Algorithm Used for Crop Monitoring System...
 
Motor Imagery Recognition of EEG Signal using Cuckoo Search Masking Empirical...
Motor Imagery Recognition of EEG Signal using Cuckoo Search Masking Empirical...Motor Imagery Recognition of EEG Signal using Cuckoo Search Masking Empirical...
Motor Imagery Recognition of EEG Signal using Cuckoo Search Masking Empirical...
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdfKamal Acharya
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxpritamlangde
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwaitjaanualu31
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdfKamal Acharya
 
Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)ChandrakantDivate1
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...Amil baba
 
Path loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelPath loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelDrAjayKumarYadav4
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsvanyagupta248
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdfKamal Acharya
 
Post office management system project ..pdf
Post office management system project ..pdfPost office management system project ..pdf
Post office management system project ..pdfKamal Acharya
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptAfnanAhmad53
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...ppkakm
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...drmkjayanthikannan
 
Augmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxAugmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxMustafa Ahmed
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...ssuserdfc773
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiessarkmank1
 

Recently uploaded (20)

Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
Path loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelPath loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata Model
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
Post office management system project ..pdf
Post office management system project ..pdfPost office management system project ..pdf
Post office management system project ..pdf
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .ppt
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
Augmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptxAugmented Reality (AR) with Augin Software.pptx
Augmented Reality (AR) with Augin Software.pptx
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 

Identification of Bird Species using Automation Tool

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 03 | Mar 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 137 Identification of Bird Species using Automation Tool Rose Priyanka1, Aishwarya M S2, Ambika Katta3, Gurupriya Reddy V G4, Keerthana S Gowda5 2,3,4,5 Students, Department of Computer Science & Engineering, T John Institute of Technology, Bengaluru, India 1Asst. Professor, Department of Computer Science & Engineering, T John Institute of Technology, Bengaluru, India ---------------------------------------------------------------------***-------------------------------------------------------------------- ABSTRACT - Now a days bird population is changing drastically because lots of reasons such as human intervention, climate change, global warming, forest fires or deforestation, etc., With the help of automatic bird species detection using machine learning algorithms, it is now possible to keep a watch on the population of birds as well as their behavior. Because manual identification of different bird species takes a lot of time and effort, an automatic bird identification system that does not require physical intervention is developed in this work. To achieve this objective, Convolutional Neural Network is used as compared to traditionally used classifiers such as SVM, Random Forest, SMACPY. The foremost goal is to identify the bird species using the dataset including vocals of the different birds. The input dataset will be pre-processed, which will comprise framing, silence removal, reconstruction, and then a spectrogram will be constructed, which will be sent to a convolutional neural network as an input, followed by CNN modification, testing, and classification. The result is compared with pre-trained data and output is generated and birds are classified according to their features (size, colour, species, etc.) Key Words: Deep Learning, Automatic Identification, Artificial neural network, Pre-process, Spectrogram, Classification 1. INTRODUCTION The ecosystem of birds is incredibly diverse in terms of behaviour, size, and shape, but this biological diversity may be in danger due to human interference in their habitats and complete habitat destruction, which are also accompanied by environmental catastrophes like global warming, forest fires, and other natural disasters. Due to their limited and shrinking ranges, 1,481 bird species, or 13.5% of all data sufficient species, are worldwide threatened with extinction as of 2020. One of the most essential justifications for bird monitoring is controlling and evaluating the environment. Certain bird species are impacted by water and air pollution. Hence, spotting and avoiding environmental issues can be done through bird species identification. Since they react quickly to environmental changes, birds can also help us find different types of life in the environment. It is, however, prohibitive because it takes a lot of human labour and is more expensive to gather and compile information about bird species. In this case, a reliable system will offer a lot of information about birds and act as an essential tool for scientists and government officials. We propose a deep learning method to identify the species of bird based on audio recordings to address this issue and support ecologists. To achieve this, we want to employ the most recent Artificial Neural Networks model (ANN model) for automatic bird species identification using audio inputs. We wanted to improve the current bird species classifier's classification accuracy in this work. The accuracy for training was 100%, and the accuracy for validation was 97%, according to this data. As a consequence, we can assert that ANN can successfully identify the bird species and easily defeat the existing implementation model. The method includes the following steps: 1) recording bird singing outdoors; 2) using audio pre-processing techniques to enhance signal quality since these recordings are frequently made in loud locations. 3) extracting elements from the audio input and training 4) Model: ANN 5) Predict the type using proposed algorithm 1.1 PROBLEM STATEMENT The vocal expression of birds is used to communicate a variety of information. Birds use their vocalizations to communicate a variety of threats and warnings about approaching danger, to recognize certain birds or insects within a flock, and to demarcate and delimit territory. The call specialization suggests that they are more immediate and effective vocal emotions. The problem of recognizing birds using an automated system with the usage of bird sounds can be defined as the challenge of differentiating several bird species from their recorded songs. Experts claim that bird songs, as opposed to the bird sounds used here, are more melodious and better able to identify different species. The entire signal is pre- processed in order to identify the most pertinent portion of the signal and extract characteristics.
  • 2. © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 138 1.2 LITERATURE SURVEY Many research papers have been written and published on the subject of automated bird species recognition over the course of the preceding few years. Several of them have been successful in classifying certain species, and each has advantages and drawbacks of their own [1] Speedy Image Crowd Counting by Light Weight Convolutional Neural Network AUTHORS: Vivekanandam, B. In image/video analysis, crowds are actively researched, and their numbers are counted. In the last two decades, many crowd counting algorithms have been developed for a wide range of applications in crisis management systems, largescale events, workplace safety, and other areas. The precision of neural network research for estimating points is outstanding in computer vision domain. However, the degree of uncertainty in the estimate is rarely indicated. Point estimate is beneficial for measuring uncertainty since it can improve the quality of decisions and predictions. The proposed framework integrates Light weight CNN (LWCNN) for implementing crowd computing in any public place for delivering higher accuracy in counting. Further, the proposed framework has been trained through various scene analysis such as the full and partial vision of heads in counting. Based on the various scaling sets in the proposed neural network framework, it can easily categorize the partial vision of heads count and it is being counted accurately than other pre-trained neural network models. [2] Study of Variants of Extreme Learning Machine (ELM) Brands and its Performance Measure on Classification Algorithm AUTHORS: Manoharan, J. Samuel Recently, the feed-forward neural network is functioning with slow computation time and increased gain. The weight vector and biases in the neural network can be tuned based on performing intelligent assignment for simple generalized operation. This drawback of FFNN is solved by using various ELM algorithms based on the applications issues. ELM algorithms have redesigned the existing neural networks with network components such as hidden nodes, weights, and biases. The selection of hidden nodes is randomly determined and leverages good accuracy than conservative methods. The main aim of this research article is to explain variants of ELM advances for different applications. This procedure can be improved and optimized by using the neural network with novel feed-forward algorithm. The nodes will mainly perform due to the above factors, which are tuning for inverse operation. The ELM essence should be incorporated to reach a faster learning speed and less computation time with minimum human intervention. This research article consists of the real essence of ELM and a briefly explained algorithm for classification purpose. This research article provides clear information on the variants of ELM for different classification tasks. Finally, this research article has discussed the future extension of ELM for several applications based on the function approximation. [3] Automated Bird Species Identification using Audio AUTHORS: Chandu B, A. M In this paper, an automatic bird species recognition system has been developed and methods for their identification has been investigated. Automatic identification of bird sounds without physical intervention has been a formidable and onerous endeavour for significant research on the taxonomy and various other sub fields of ornithology. In this paper, a two-stage identification process is employed. The first stage involved construction of an ideal dataset which incorporated all the sound recordings of different bird species. Subsequently, the sound clips were subjected to various sound pre-processing techniques like pre-emphasis, framing, silence removal and reconstruction. Spectrograms were generated for each reconstructed sound clip. The second stage involved deploying a neural network to which the spectrograms were provided as input. Based on the input features, the Convolutional Neural Network (CNN) classifies the sound clip and recognizes the bird species. A Real time implementation model was also designed and executed for the above-described system. [4] Bird Sound Identification based on Artificial Neural Network AUTHORS: M. M. M. Sukri, U. Fadlilah, S. Saon, A. K. Mahamad, M. M. Som and A. Sidek Due to effect of climate changes and count of endangered animal, many researchers proposed animal species recognition system to help them for specific study. This paper proposes to identify bird sound identification using Artificial Neural Network (ANN). Each bird has a different tone of sounds. ANN is applied to classify and recognise the bird sounds using MATLAB software. Firstly, all required data in term of power spectral density of bird is used in order to obtain data for each bird types. The next process is to train ANN to identify species of birds. Only one bird can identify in one time. Lastly, the graphical user interface (GUI) of bird sound identification have been developed that required the user to fed audio input of bird sound in order to recognise bird species. This project is done successfully and can be used to identify bird species. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 03 | Mar 2023 www.irjet.net p-ISSN: 2395-0072
  • 3. © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 139 [5] Deep Learning Based Audio Classifier for Bird Species AUTHORS: Aarti Madhavi, R. P. The effect of human activities on the environment has reached a point where it has become necessary to track the effects before it causes irreparable damage to the environment. One of the ways to track such effects is to monitor the breeding behaviour, biodiversity and population dynamics of animals. Birds are one of the best species to track as they do tend to be the most reactive ones for any change in the environment e.g., deforestation or forest fires. Till now, the tracking of the birds was done manually by experts, which is very tedious at the same time consuming and non-viable method. As a result, to alleviate this issue and provide assistance to the ecologists we proposing a machine learning method to recognize the bird's species based on the audio recordings. To achieve this goal, we intend to use the state of art convolutional neural network architecture called the deep residual neural networks as compared to the traditionally used classifiers like SMACPY, SVM and other relatively less sophisticated methods. We leverage methods like data augmentation and the existing carefully crafted datasets from Neural Information Processing Scaled for Bioacoustics to showcase the effectiveness of our method. 2. PROPOSED METHODLOGY The discussion's main goal is to anticipate bird species based on their voice/audio. The suggested framework contains five major phases, as depicted in Figure 1: Fig – 1 Flowchart of methodology 1. Data is collected from respected dataset. 2. On the dataset, data pre-processing techniques such as framing and noise removal are used. 3. The data is processed using the Convolutional Neural Network approach. 4. Model output is displayed on the screen. A. Dataset The first step of implementation is gathering data from dataset which is obtained from XENO-canto/Kaggle. The audio recordings of the birds in MP3 format are included in this resource. This dataset contains audio recordings of the birds in MP3 format. XENO-canto/Kaggle are open websites dedicated for dataset where users upload their own recordings. In case of our survey, bird audio related dataset is required. Genus, species, subspecies, locality, type, color, size, and bird sound quality are all labelled in this dataset (from A to E, Where A is the best quality). Since many features are defined in dataset, combination of them are used to define class (like genus and species, etc.) and classify birds according to them. B. Data/Sound pre-processing Following data collecting, sound recordings are preprocessed. The WAV format is used to convert the MP3 files obtained from the dataset. These Wav files are normalized after being separated into equal-length segments. Threshold filtering is used to create chunks/segments with a high amplitude and no noise or disruption. The waveform was created using power spectral density (PSD). The PSD was a metric that measured the amount of power per unit of frequency. C. Classification with Neural Network An Artificial Neural Network (ANN) classification algorithm is a popular method for analyzing and recognizing . International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 03 | Mar 2023 www.irjet.net p-ISSN: 2395-0072 Fig -2: Data Flow Diagram
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 03 | Mar 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 140 bioacoustics signals. As a classification model, the multilayer perceptron (MLP) is used. The MLP takes a set of predetermined attributes as input and produces a unique outcome for each bird species to be identified. Training and testing are the two steps in this identifying procedure. In the training process, syllables of specified bird sounds were utilized to train the multilayer perceptron, resulting in the right MLP output being triggered. The training process is carried out by repeatedly delivering known sounds to the network and then iteratively adjusting the network's weighting. The goal of this training is to lower the total between the supplied and expected results till a predefined error requirement is accomplished. D. Output For the output, user can use GUI i.e., Graphical User Interface to analyze the species of the bird. With the help of GUI user can record, process and show the outcome. 3. RESULT The waveform of a bird's voice can be obtained using MATLAB software. Dataset can be individually captured in mp3 format, which must be converted to a.wav file, and it is evident that each bird has a distinctive voice. Through a process of training, an ANN is tuned for a specific purpose, such as pattern classification. 4. ADVANTAGES Systematic recordings of outdoor noises are now possible thanks to automated audio recorders, which have recently opened up new opportunities for environmental conservation and restoration. Due to the fact that many bird species have extraordinarily high vocal frequency, audio recordings have become one of the most effective techniques to do study on them. Biological sounds of birds can give detailed and standardized data on the dynamics and distribution of wildlife habitats. Audio research and surveys are a good tool to analyze the species' density, abundance, and occupancy because many bird species produce distinct and consistent sounds. Furthermore, picturized monitoring is problematic for many small and sensitive birds, enigmatic species, and species living in environments that environmentalists find difficult to reach. Bird audio tracking is also useful for other environmental operations, such as assessing the impact of wildfires and determining the extent of forest regeneration. 5. LIMITATION Audio signals provide much more information about a bird, as it can be further classified into songs, calls, and sounds so noise in these various types of audios can be an issue. Having this kind of extra set of properties and classifications, also makes identification of birds little difficult. 6. FEASIBILITY STUDY An artificial intelligence system called the Convolutional Neural Network (CNN) has been used to classify bird noises. Other scholars have tested a range of methods for identifying bird songs. The following list offers some applications for automated systems: - 1. Continuous ambient recordings that use automatic bird sound recognition would significantly advance ornithology and biology studies. This technology will be helpful to government organization and investigators because it takes a lot of time and money to manually identify different bird species. 2. Since birding is a popular activity in many nations, such systems have a great deal of potential for profit. Hardware like the Raspberry Pi can be used to operate the CNN. These technological advancements can benefit animal sanctuaries, preservation parks, and environmental parks. 3.Users may utilize their smartphones as tools for bird sound identification and assessment by designing and publishing an android application for a variety of mobile devices. 4. Both a local hard disc and the cloud can be used to store the collected data. The information acquired will be very helpful in studies of the demographics, variety, and migration patterns of birds in a certain area. Fig -3: Following shows the expected GUI:
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 03 | Mar 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 141 7. FUTURE SCOPE This method enables the identification and classification of a larger number of bird species, leading to more precise results. If this programming is used well, it may be a very helpful tool for determining the size of bird populations, identifying natural habitats, and monitoring a variety of other species. A user-friendly application can also be advantageous to environmentalists and wildlife enthusiasts. Additionally, by employing RNN for classification, accuracy may be increased because it has internal storage to recall its input. 8. CONCLUSIONS In this study, an artificial neural network model (ANN model) for automatic bird species recognition is provided. Numerous researchers suggested an animal species recognition system to aid them in conducting particular research because of the impact of climate change and the number of endangered species. In this research, we created a system to recognize bird sounds using an artificial neural network (ANN). Each bird makes noises with a distinctive tonality. Python is used to use ANN to categorize and identify the bird noises. In order to get data for each species of bird, the necessary information on the power spectral density of birds is first employed. The next step is to teach ANN to recognize the different bird species. A bird can just identify at a time. Finally, a graphical user interface (GUI) for bird sound identification has been created, requiring audio input from the user to identify the species of bird. Successful completion of this project allows for the identification of several bird species. 1) Develop an iOS or Android app rather than a website for user convenience. 2) The system might be built utilizing the cloud, which offers great computational power for processing (in this case of neural networks) and can store a lot of data for comparison. ACKNOWLEDGEMENT For their support in this work, we would like to thank the Department of Computer Engineering at the MESCOE (Wadia Campus) in Pune. We would also like to extend our thanks to Prof. Rose Priyanka for sharing her insightful observations there throughout the qualitative research. REFERENCES [1] Vivekanandam, B. "Speedy Image Crowd Counting by Light Weight Convolutional Neural Network." Journal of Innovative Image Processing 3, no. 3 (2021): 208-222. [2] Manoharan, J. Samuel. "Study of Variants of Extreme Learning Machine (ELM) Brands and its Performance Measure on Classification Algorithm." Journal of Soft Computing Paradigm (JSCP) 3, no. 02 (2021): 83-95 [3] Chandu B, A. M. (2020). Automated Bird Species Identification using Audio. 2020 International Conference on Artificial Intelligence and Signal Processing (AISP). [4] M. M. M. Sukri, U. Fadlilah, S. Saon, A. K. Mahamad, M. M. Som and A. Sidek, "Bird Sound Identification based on Artificial Neural," IEEE 2020 IEEE Student Conference on Research and Development (SCOReD), pp. 342-345, 2020. [5] Aarti Madhavi, R. P. (2018). Deep Learning Based Audio Classifier for Bird Species. IJSDR [6] Incze, A., Jancso, H.-B., Szilagyi, Z., Farkas, A., & Sulyok, C. (2018). Bird Sound Recognition Using Convolutional Neural Network. IEEE 16th International Symposium on Intelligent Systems and Informatics, 000295–000300. [7] Narasimhan, R., Fern, X. Z., & Raich, R. (2017). Simultaneous Segmentation And Classification Of Bird Song Using Cnn. IEEE Conference, 146-150. [8] Indian Birds [Online] https://play.google.com /store /apps /details ?id = com.kokanes.birds info & hl = en [9] Bird Watching Apps: Five Useful Apps to Get Started With Birding [Online] https://gadgets.ndtv.com/apps/features/bird- watchingapps-five-useful-apps-to-get-started-with- birding-1640679 [10] Transfer learning using Alex Net [Online] https://in.mathworks.com /help /nnet /examples / transferlearning-usingalexnet.html [11] Feature extraction using AlexNet [Online] https://in.mathworks.com /help /nnet /examples / featureextractionusing-alexnet.html # d119e4167 [12] U.D.Nadimpalli, R.R.Price, S.G.Hall, and P.Bomma,” A Comparison of image processing techniques for bird recognition”, Biotechnology Progress, Vol. 22, no. 1,pp. 913,2006. [13] Toth, B.P. and Czeba, B.,2016, September. Convolutional Neural Networks for Large-Scale Bird Song Classification in Noisy Environment. In CLEF (Working Notes) (pp. 560-568). [14] Elias Sprengel, Martin Jaggi, Yannic Kilcher, and Thomas Hofmann. Audio Based Bird Species Identification using Deep Learning Techniques. 2016.
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 03 | Mar 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 142 [15] S. Hacker, MP3: The Definitive Guide, O’Reilly Publishers, 2000. [16] B.P. Lathi, Signal Processing and Linear Systems, 2nd. ed. Oxford University Press, 2004. [17] C-H. Lee, C-C Han and C-C. Chuang, “Automatic Classification of Bird Species from their Sounds using Two-Dimensional Cepstral Coefficients”, IEEE Trans. Audio, Speech, Lang. Process., Vol.16, No.8, pp.1541– 1550,2008.