SlideShare ist ein Scribd-Unternehmen logo
1 von 12
Slide3
ABSTRACT
 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 endeavor for significant research on the taxonomy and various other sub fields of
ornithology.
 In this paper, a two-stage identification process is employed
1) The first stage in- volved construction of an ideal dataset which incorporated all the sound
recordings of different bird species. . Subsequently, the sound clips were subjected to
various sound preprocessing techniques like pre-emphasis, framing, silence removal and
reconstruction.
2) The second stage involved deploying a neural network to which the spectrograms were
provided as input. Based on the input features, the Convolution Neural Network (CNN)
classifies the sound clip and recognizes the bird species.
Slide2
INTRODUCTION
 On large scale, accurate bird recognition is essential for avian biodiversity conservation.
 The main Problem is to create a solution for counting and identifying different species of birds
present in an area and classify them into categories.
 Automatic identification of bird calls from continuous recordings gathered from the environment
would be significant addition to the research methodology in ornithology and biology.
 Often these recordings are clipped or contain noise due to which reliable methods of automated
techniques have to be used instead of manual conventional methods.
 There is a significant commercial potential for such systems because bird watching is a popular
hobby in many countries.
 An approach to accurately recognize Birds species using audio signal processing and neural
networks.
Slide2
LITERATURE SURVEY
John Martinsson et al (2017) [1], presented the CNN algorithm and deep residual neural networks to detect
an image in two ways i.e., based on feature extraction and signal classification. They did an
experimental analysis for datasets consisting of different images. But their work didn’t consider the
background species. In Order to identify the background species larger volumes of training data are
required, which may not be available.
Juha Niemi, Juha T Tanttu et al (2018) [2], proposed a Convolutional neural network trained with deep
learning algorithms for image classification. It also proposed a data augmentation method in which
images are converted and rotated in accordance with the desired color. The final identification is based
on a fusion of parameters provided by the radar and predictions of the image classifier.
Li Jian, Zhang Lei et al (2014)[3], proposed an effective automatic bird species identification based on the
analysis of image features. Used the database of standard images and the algorithm of similarity
comparisons.
Slide2
LITERATURE SURVEY
Madhuri A. Tayal, Atharva Magrulkar et al (2018)[4], developed a software application that is used to simplify
the bird identification process. This bird identification software takes an image as an input and gives the
identity of the bird as an output. The technology used is transfer learning and MATLAB for the
identification process.
Andreia Marini, Jacques Facon et al (2013) [5], proposed a novel approach based on color features extracted
from unconstrained images, applying a color segmentation algorithm in an attempt to eliminate background
elements and to delimit candidate regions where the bird may be present within the image. Aggregation
processing was employed to reduce the number of intervals of the histograms to a fixed number of bins. In
this paper, the authors experimented with the CUB-200 dataset and results show that this technique is more
accurate.
Marcelo T. Lopes, Lucas L. Gioppo et al (2011) [6], focused on the automatic identification of bird species from
their audio recorded song. Here the authors dealt with the bird species identification problem using signal
processing and machine learning techniques with the MARSYAS feature set. Presented a series of
experiments conducted in a database composed of bird songs from 75 species out of which problem obtained
in performance with 12 species.
5
EXISTING SYSTEM
To identify the bird species there are many websites produces the results using different technologies.
But the results are not accurate. For suppose if we will give an input in those websites and android
applications it gives us multiple results instead of single bird name. It shows us the all bird names which
are having similar characteristics. So, we aimed to develop a project to produce better and accurate
results. In order to achieve this, we have used Convolutional Neural Networks to classify the bird
species.
PROBLEM IDENTIFICATION
1. The systems is a need in current age of development 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.
2. There are a number of birds , and hence creating a audio detection model that can be successful
everywhere is a challenging problem. To avoid this problem we have used machine learning
algorithms have been used.
3. Machine Learning is a sub-area of artificial intelligence, whereby the term refers to the ability of IT
systems to independently find solutions to problems by recognizing patterns in databases. In other
words: Machine Learning enables IT systems to recognize patterns on the basis of existing algorithms
and data sets and to develop adequate solution concepts.
Slide 4
OBJECTIVES
‱ The system is able to classify bird species based on the spectrogram image generated from their sounds
Convolution Neural Network (CNN) classifies the sound clip and recognizes the bird species. The
present study investigated a method to identify the bird species for classification of audio.
‱ The generated system is connected with a user-friendly website where user will upload or record audio
for identification purpose and it gives the desired output. The proposed system works on the principle
based on detection of a part and extracting CNN features from multiple convolution layers.
‱ These features are aggregated and then given to the classifier for classification purpose. On basis of the
results which has been produced, the system has provided.
Slide 5
8
Architecture
Methodology
Slide 6
‱ In this project, different bird species are identified. The approach involved pre-processing of the
bird sounds followed by the spectrogram generation of the same and these were used to train the
model for classification.
‱ The system was able to classify bird species based on the spectrogram image generated from their
sounds with high accuracy
‱ Once these two steps have been completed, the system can perform the following tasks by Deep
Learning:
‱ Finding, extracting and summarizing relevant data
‱ Making predictions based on the analysis data
‱ Calculating probabilities for specific results
‱ Adapting to certain developments autonomously
‱ Optimizing processes based on recognize patterns.
For this, proposed work we have taken the input as a audio and here we pass the audio to the machine for the
prediction. Firstly we train the model with the audio so it will train the model on that basis.
Hardware and Software Requirements
Slide 7
‱ Hardware requirement
‱ Processor : Intel Multicore Processor (i3 or i5 or i7)
‱ RAM : 4GB or Above
‱ Hard Disk : 100GB or Above
‱ Software Requirements:
‱ Pycharm
‱ Python IDE 3.7
11
Reference
[1] Automated Bird Species Identification using Audio Signal Process- ing and Neural Networks [2] Automated Bird
Species Identification Using Neural Networks.
[3] Audio-based Bird Species Identification with Deep Convolutional Neural Networks
[4] Automatic bird species recognition based on birds vocalization
[5] Deep Learning Based Audio Classifier for Bird Species.
[6] Bird Call Identification using Dynamic Kernel based Support Vector Machines and Deep Neural Networks.
[7] Identification of Bird Species from Their Singing.
[8] Feature Set Comparison for Automatic Bird Species Identification. IEEE, 2004, pp. V701.
[9] TIME-FREQUENCY SEGMENTATION OF BIRD SONG IN NOISY ACOUSTIC ENVIRONMENT 14, no. 6, pp.
22522263, 2006
[10] Feature Learning for Bird Call Clustering
[11] Sujoy Debnath, ParthaProtim Roy , Amin Ahsan Ali, M Ashraful Amin” Identification of Bird Species from Their
Singing”, 5th International Conference on Informatics, Electronics and Vision (ICIEV), 2016
Thank You

Weitere Àhnliche Inhalte

Was ist angesagt?

Optimization in deep learning
Optimization in deep learningOptimization in deep learning
Optimization in deep learningRakshith Sathish
 
Artificial Neural Network Lect4 : Single Layer Perceptron Classifiers
Artificial Neural Network Lect4 : Single Layer Perceptron ClassifiersArtificial Neural Network Lect4 : Single Layer Perceptron Classifiers
Artificial Neural Network Lect4 : Single Layer Perceptron ClassifiersMohammed Bennamoun
 
Introduction to Genetic Algorithm
Introduction to Genetic Algorithm Introduction to Genetic Algorithm
Introduction to Genetic Algorithm ramyaravindran12
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial IntelligenceJay Nagar
 
Practical sentiment analysis
Practical sentiment analysisPractical sentiment analysis
Practical sentiment analysisDiana Maynard
 
Fire Detection by Artificial Neural Network
Fire Detection by Artificial Neural Network Fire Detection by Artificial Neural Network
Fire Detection by Artificial Neural Network Abhijeet Agarwal
 
Artificial Neural Networks (ANN)
Artificial Neural Networks (ANN)Artificial Neural Networks (ANN)
Artificial Neural Networks (ANN)gokulprasath06
 
Kevin Knight, Elaine Rich, B. Nair - Artificial Intelligence (2010, Tata McGr...
Kevin Knight, Elaine Rich, B. Nair - Artificial Intelligence (2010, Tata McGr...Kevin Knight, Elaine Rich, B. Nair - Artificial Intelligence (2010, Tata McGr...
Kevin Knight, Elaine Rich, B. Nair - Artificial Intelligence (2010, Tata McGr...JayaramB11
 
What is Deep Learning | Deep Learning Simplified | Deep Learning Tutorial | E...
What is Deep Learning | Deep Learning Simplified | Deep Learning Tutorial | E...What is Deep Learning | Deep Learning Simplified | Deep Learning Tutorial | E...
What is Deep Learning | Deep Learning Simplified | Deep Learning Tutorial | E...Edureka!
 
Stock market prediction technique:
Stock market prediction technique:Stock market prediction technique:
Stock market prediction technique:Paladion Networks
 
Crop Recommendation System to Maximize Crop Yield using Machine Learning Tech...
Crop Recommendation System to Maximize Crop Yield using Machine Learning Tech...Crop Recommendation System to Maximize Crop Yield using Machine Learning Tech...
Crop Recommendation System to Maximize Crop Yield using Machine Learning Tech...IRJET Journal
 
Deep Learning With Python Tutorial | Edureka
Deep Learning With Python Tutorial | EdurekaDeep Learning With Python Tutorial | Edureka
Deep Learning With Python Tutorial | EdurekaEdureka!
 
Introduction to Deep Learning, Keras, and TensorFlow
Introduction to Deep Learning, Keras, and TensorFlowIntroduction to Deep Learning, Keras, and TensorFlow
Introduction to Deep Learning, Keras, and TensorFlowSri Ambati
 
Deep Learning Tutorial
Deep Learning TutorialDeep Learning Tutorial
Deep Learning TutorialAmr Rashed
 
Using Machine Learning in Networks Intrusion Detection Systems
Using Machine Learning in Networks Intrusion Detection SystemsUsing Machine Learning in Networks Intrusion Detection Systems
Using Machine Learning in Networks Intrusion Detection SystemsOmar Shaya
 
Knowledge representation In Artificial Intelligence
Knowledge representation In Artificial IntelligenceKnowledge representation In Artificial Intelligence
Knowledge representation In Artificial IntelligenceRamla Sheikh
 
Expert Systems
Expert SystemsExpert Systems
Expert Systemsosmancikk
 
detect emotion from text
detect emotion from textdetect emotion from text
detect emotion from textSafayet Hossain
 
Predicting house price
Predicting house pricePredicting house price
Predicting house priceDivya Tiwari
 

Was ist angesagt? (20)

Optimization in deep learning
Optimization in deep learningOptimization in deep learning
Optimization in deep learning
 
Artificial Neural Network Lect4 : Single Layer Perceptron Classifiers
Artificial Neural Network Lect4 : Single Layer Perceptron ClassifiersArtificial Neural Network Lect4 : Single Layer Perceptron Classifiers
Artificial Neural Network Lect4 : Single Layer Perceptron Classifiers
 
Introduction to Genetic Algorithm
Introduction to Genetic Algorithm Introduction to Genetic Algorithm
Introduction to Genetic Algorithm
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Practical sentiment analysis
Practical sentiment analysisPractical sentiment analysis
Practical sentiment analysis
 
Deep learning
Deep learningDeep learning
Deep learning
 
Fire Detection by Artificial Neural Network
Fire Detection by Artificial Neural Network Fire Detection by Artificial Neural Network
Fire Detection by Artificial Neural Network
 
Artificial Neural Networks (ANN)
Artificial Neural Networks (ANN)Artificial Neural Networks (ANN)
Artificial Neural Networks (ANN)
 
Kevin Knight, Elaine Rich, B. Nair - Artificial Intelligence (2010, Tata McGr...
Kevin Knight, Elaine Rich, B. Nair - Artificial Intelligence (2010, Tata McGr...Kevin Knight, Elaine Rich, B. Nair - Artificial Intelligence (2010, Tata McGr...
Kevin Knight, Elaine Rich, B. Nair - Artificial Intelligence (2010, Tata McGr...
 
What is Deep Learning | Deep Learning Simplified | Deep Learning Tutorial | E...
What is Deep Learning | Deep Learning Simplified | Deep Learning Tutorial | E...What is Deep Learning | Deep Learning Simplified | Deep Learning Tutorial | E...
What is Deep Learning | Deep Learning Simplified | Deep Learning Tutorial | E...
 
Stock market prediction technique:
Stock market prediction technique:Stock market prediction technique:
Stock market prediction technique:
 
Crop Recommendation System to Maximize Crop Yield using Machine Learning Tech...
Crop Recommendation System to Maximize Crop Yield using Machine Learning Tech...Crop Recommendation System to Maximize Crop Yield using Machine Learning Tech...
Crop Recommendation System to Maximize Crop Yield using Machine Learning Tech...
 
Deep Learning With Python Tutorial | Edureka
Deep Learning With Python Tutorial | EdurekaDeep Learning With Python Tutorial | Edureka
Deep Learning With Python Tutorial | Edureka
 
Introduction to Deep Learning, Keras, and TensorFlow
Introduction to Deep Learning, Keras, and TensorFlowIntroduction to Deep Learning, Keras, and TensorFlow
Introduction to Deep Learning, Keras, and TensorFlow
 
Deep Learning Tutorial
Deep Learning TutorialDeep Learning Tutorial
Deep Learning Tutorial
 
Using Machine Learning in Networks Intrusion Detection Systems
Using Machine Learning in Networks Intrusion Detection SystemsUsing Machine Learning in Networks Intrusion Detection Systems
Using Machine Learning in Networks Intrusion Detection Systems
 
Knowledge representation In Artificial Intelligence
Knowledge representation In Artificial IntelligenceKnowledge representation In Artificial Intelligence
Knowledge representation In Artificial Intelligence
 
Expert Systems
Expert SystemsExpert Systems
Expert Systems
 
detect emotion from text
detect emotion from textdetect emotion from text
detect emotion from text
 
Predicting house price
Predicting house pricePredicting house price
Predicting house price
 

Ähnlich wie BIRD SPECIES (1).pptx

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
 
Identification of Bird Species using Automation Tool
Identification of Bird Species using Automation ToolIdentification of Bird Species using Automation Tool
Identification of Bird Species using Automation ToolIRJET Journal
 
IRJET - Automating the Identification of Forest Animals and Alerting in Case ...
IRJET - Automating the Identification of Forest Animals and Alerting in Case ...IRJET - Automating the Identification of Forest Animals and Alerting in Case ...
IRJET - Automating the Identification of Forest Animals and Alerting in Case ...IRJET Journal
 
Dog Breed Identification
Dog Breed IdentificationDog Breed Identification
Dog Breed IdentificationIRJET Journal
 
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCHCHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCHcscpconf
 
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
 
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 LearningAIRCC Publishing Corporation
 
Automatic Selection of Open Source Multimedia Softwares Using Error Back-Prop...
Automatic Selection of Open Source Multimedia Softwares Using Error Back-Prop...Automatic Selection of Open Source Multimedia Softwares Using Error Back-Prop...
Automatic Selection of Open Source Multimedia Softwares Using Error Back-Prop...IJERA Editor
 
COMPUTER VISION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
COMPUTER VISION FOR DATA CATALOGING IN ECOLOGICAL RESEARCHCOMPUTER VISION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
COMPUTER VISION FOR DATA CATALOGING IN ECOLOGICAL RESEARCHijma
 
Recognition of Silverleaf Whitefly and Western Flower Thrips Via Image Proces...
Recognition of Silverleaf Whitefly and Western Flower Thrips Via Image Proces...Recognition of Silverleaf Whitefly and Western Flower Thrips Via Image Proces...
Recognition of Silverleaf Whitefly and Western Flower Thrips Via Image Proces...IRJET 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
 
Tifinagh handwritten character recognition using optimized convolutional neu...
Tifinagh handwritten character recognition using optimized  convolutional neu...Tifinagh handwritten character recognition using optimized  convolutional neu...
Tifinagh handwritten character recognition using optimized convolutional neu...IJECEIAES
 
PhD research publications
PhD research publicationsPhD research publications
PhD research publicationsgraphicdesigner79
 
Using K-Nearest Neighbors and Support Vector Machine Classifiers in Personal ...
Using K-Nearest Neighbors and Support Vector Machine Classifiers in Personal ...Using K-Nearest Neighbors and Support Vector Machine Classifiers in Personal ...
Using K-Nearest Neighbors and Support Vector Machine Classifiers in Personal ...IJCSIS Research Publications
 
Classification Of Iris Plant Using Feedforward Neural Network
Classification Of Iris Plant Using Feedforward Neural NetworkClassification Of Iris Plant Using Feedforward Neural Network
Classification Of Iris Plant Using Feedforward Neural Networkirjes
 
A Review of Lie Detection Techniques
A Review of Lie Detection TechniquesA Review of Lie Detection Techniques
A Review of Lie Detection TechniquesIRJET 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
 
voice and speech recognition using machine learning
voice and speech recognition using machine learningvoice and speech recognition using machine learning
voice and speech recognition using machine learningMohammedWahhab4
 

Ähnlich wie BIRD SPECIES (1).pptx (20)

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
 
Identification of Bird Species using Automation Tool
Identification of Bird Species using Automation ToolIdentification of Bird Species using Automation Tool
Identification of Bird Species using Automation Tool
 
IRJET - Automating the Identification of Forest Animals and Alerting in Case ...
IRJET - Automating the Identification of Forest Animals and Alerting in Case ...IRJET - Automating the Identification of Forest Animals and Alerting in Case ...
IRJET - Automating the Identification of Forest Animals and Alerting in Case ...
 
Dog Breed Identification
Dog Breed IdentificationDog Breed Identification
Dog Breed Identification
 
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCHCHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
CHARACTER AND IMAGE RECOGNITION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
 
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
 
Automatic Selection of Open Source Multimedia Softwares Using Error Back-Prop...
Automatic Selection of Open Source Multimedia Softwares Using Error Back-Prop...Automatic Selection of Open Source Multimedia Softwares Using Error Back-Prop...
Automatic Selection of Open Source Multimedia Softwares Using Error Back-Prop...
 
ppt.pdf
ppt.pdfppt.pdf
ppt.pdf
 
COMPUTER VISION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
COMPUTER VISION FOR DATA CATALOGING IN ECOLOGICAL RESEARCHCOMPUTER VISION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
COMPUTER VISION FOR DATA CATALOGING IN ECOLOGICAL RESEARCH
 
Recognition of Silverleaf Whitefly and Western Flower Thrips Via Image Proces...
Recognition of Silverleaf Whitefly and Western Flower Thrips Via Image Proces...Recognition of Silverleaf Whitefly and Western Flower Thrips Via Image Proces...
Recognition of Silverleaf Whitefly and Western Flower Thrips Via Image Proces...
 
Birds Identification System using Deep Learning
Birds Identification System using Deep LearningBirds Identification System using Deep Learning
Birds Identification System using Deep Learning
 
Tifinagh handwritten character recognition using optimized convolutional neu...
Tifinagh handwritten character recognition using optimized  convolutional neu...Tifinagh handwritten character recognition using optimized  convolutional neu...
Tifinagh handwritten character recognition using optimized convolutional neu...
 
Journal Publication
Journal PublicationJournal Publication
Journal Publication
 
PhD research publications
PhD research publicationsPhD research publications
PhD research publications
 
Using K-Nearest Neighbors and Support Vector Machine Classifiers in Personal ...
Using K-Nearest Neighbors and Support Vector Machine Classifiers in Personal ...Using K-Nearest Neighbors and Support Vector Machine Classifiers in Personal ...
Using K-Nearest Neighbors and Support Vector Machine Classifiers in Personal ...
 
Classification Of Iris Plant Using Feedforward Neural Network
Classification Of Iris Plant Using Feedforward Neural NetworkClassification Of Iris Plant Using Feedforward Neural Network
Classification Of Iris Plant Using Feedforward Neural Network
 
A Review of Lie Detection Techniques
A Review of Lie Detection TechniquesA Review of Lie Detection Techniques
A Review of Lie Detection Techniques
 
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
 
voice and speech recognition using machine learning
voice and speech recognition using machine learningvoice and speech recognition using machine learning
voice and speech recognition using machine learning
 

KĂŒrzlich hochgeladen

Millenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxMillenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxJanEmmanBrigoli
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationdeepaannamalai16
 
Dust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEDust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEaurabinda banchhor
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...SeĂĄn Kennedy
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 
Visit to a blind student's school🧑‍🩯🧑‍🩯(community medicine)
Visit to a blind student's school🧑‍🩯🧑‍🩯(community medicine)Visit to a blind student's school🧑‍🩯🧑‍🩯(community medicine)
Visit to a blind student's school🧑‍🩯🧑‍🩯(community medicine)lakshayb543
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
USPSÂź Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPSÂź Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPSÂź Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPSÂź Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 

KĂŒrzlich hochgeladen (20)

Millenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptxMillenials and Fillennials (Ethical Challenge and Responses).pptx
Millenials and Fillennials (Ethical Challenge and Responses).pptx
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentation
 
Dust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEDust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSE
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 
Visit to a blind student's school🧑‍🩯🧑‍🩯(community medicine)
Visit to a blind student's school🧑‍🩯🧑‍🩯(community medicine)Visit to a blind student's school🧑‍🩯🧑‍🩯(community medicine)
Visit to a blind student's school🧑‍🩯🧑‍🩯(community medicine)
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
USPSÂź Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPSÂź Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPSÂź Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPSÂź Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptxINCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
 

BIRD SPECIES (1).pptx

  • 1. Slide3 ABSTRACT  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 endeavor for significant research on the taxonomy and various other sub fields of ornithology.  In this paper, a two-stage identification process is employed 1) The first stage in- volved construction of an ideal dataset which incorporated all the sound recordings of different bird species. . Subsequently, the sound clips were subjected to various sound preprocessing techniques like pre-emphasis, framing, silence removal and reconstruction. 2) The second stage involved deploying a neural network to which the spectrograms were provided as input. Based on the input features, the Convolution Neural Network (CNN) classifies the sound clip and recognizes the bird species.
  • 2. Slide2 INTRODUCTION  On large scale, accurate bird recognition is essential for avian biodiversity conservation.  The main Problem is to create a solution for counting and identifying different species of birds present in an area and classify them into categories.  Automatic identification of bird calls from continuous recordings gathered from the environment would be significant addition to the research methodology in ornithology and biology.  Often these recordings are clipped or contain noise due to which reliable methods of automated techniques have to be used instead of manual conventional methods.  There is a significant commercial potential for such systems because bird watching is a popular hobby in many countries.  An approach to accurately recognize Birds species using audio signal processing and neural networks.
  • 3. Slide2 LITERATURE SURVEY John Martinsson et al (2017) [1], presented the CNN algorithm and deep residual neural networks to detect an image in two ways i.e., based on feature extraction and signal classification. They did an experimental analysis for datasets consisting of different images. But their work didn’t consider the background species. In Order to identify the background species larger volumes of training data are required, which may not be available. Juha Niemi, Juha T Tanttu et al (2018) [2], proposed a Convolutional neural network trained with deep learning algorithms for image classification. It also proposed a data augmentation method in which images are converted and rotated in accordance with the desired color. The final identification is based on a fusion of parameters provided by the radar and predictions of the image classifier. Li Jian, Zhang Lei et al (2014)[3], proposed an effective automatic bird species identification based on the analysis of image features. Used the database of standard images and the algorithm of similarity comparisons.
  • 4. Slide2 LITERATURE SURVEY Madhuri A. Tayal, Atharva Magrulkar et al (2018)[4], developed a software application that is used to simplify the bird identification process. This bird identification software takes an image as an input and gives the identity of the bird as an output. The technology used is transfer learning and MATLAB for the identification process. Andreia Marini, Jacques Facon et al (2013) [5], proposed a novel approach based on color features extracted from unconstrained images, applying a color segmentation algorithm in an attempt to eliminate background elements and to delimit candidate regions where the bird may be present within the image. Aggregation processing was employed to reduce the number of intervals of the histograms to a fixed number of bins. In this paper, the authors experimented with the CUB-200 dataset and results show that this technique is more accurate. Marcelo T. Lopes, Lucas L. Gioppo et al (2011) [6], focused on the automatic identification of bird species from their audio recorded song. Here the authors dealt with the bird species identification problem using signal processing and machine learning techniques with the MARSYAS feature set. Presented a series of experiments conducted in a database composed of bird songs from 75 species out of which problem obtained in performance with 12 species.
  • 5. 5 EXISTING SYSTEM To identify the bird species there are many websites produces the results using different technologies. But the results are not accurate. For suppose if we will give an input in those websites and android applications it gives us multiple results instead of single bird name. It shows us the all bird names which are having similar characteristics. So, we aimed to develop a project to produce better and accurate results. In order to achieve this, we have used Convolutional Neural Networks to classify the bird species.
  • 6. PROBLEM IDENTIFICATION 1. The systems is a need in current age of development 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. 2. There are a number of birds , and hence creating a audio detection model that can be successful everywhere is a challenging problem. To avoid this problem we have used machine learning algorithms have been used. 3. Machine Learning is a sub-area of artificial intelligence, whereby the term refers to the ability of IT systems to independently find solutions to problems by recognizing patterns in databases. In other words: Machine Learning enables IT systems to recognize patterns on the basis of existing algorithms and data sets and to develop adequate solution concepts. Slide 4
  • 7. OBJECTIVES ‱ The system is able to classify bird species based on the spectrogram image generated from their sounds Convolution Neural Network (CNN) classifies the sound clip and recognizes the bird species. The present study investigated a method to identify the bird species for classification of audio. ‱ The generated system is connected with a user-friendly website where user will upload or record audio for identification purpose and it gives the desired output. The proposed system works on the principle based on detection of a part and extracting CNN features from multiple convolution layers. ‱ These features are aggregated and then given to the classifier for classification purpose. On basis of the results which has been produced, the system has provided. Slide 5
  • 9. Methodology Slide 6 ‱ In this project, different bird species are identified. The approach involved pre-processing of the bird sounds followed by the spectrogram generation of the same and these were used to train the model for classification. ‱ The system was able to classify bird species based on the spectrogram image generated from their sounds with high accuracy ‱ Once these two steps have been completed, the system can perform the following tasks by Deep Learning: ‱ Finding, extracting and summarizing relevant data ‱ Making predictions based on the analysis data ‱ Calculating probabilities for specific results ‱ Adapting to certain developments autonomously ‱ Optimizing processes based on recognize patterns. For this, proposed work we have taken the input as a audio and here we pass the audio to the machine for the prediction. Firstly we train the model with the audio so it will train the model on that basis.
  • 10. Hardware and Software Requirements Slide 7 ‱ Hardware requirement ‱ Processor : Intel Multicore Processor (i3 or i5 or i7) ‱ RAM : 4GB or Above ‱ Hard Disk : 100GB or Above ‱ Software Requirements: ‱ Pycharm ‱ Python IDE 3.7
  • 11. 11 Reference [1] Automated Bird Species Identification using Audio Signal Process- ing and Neural Networks [2] Automated Bird Species Identification Using Neural Networks. [3] Audio-based Bird Species Identification with Deep Convolutional Neural Networks [4] Automatic bird species recognition based on birds vocalization [5] Deep Learning Based Audio Classifier for Bird Species. [6] Bird Call Identification using Dynamic Kernel based Support Vector Machines and Deep Neural Networks. [7] Identification of Bird Species from Their Singing. [8] Feature Set Comparison for Automatic Bird Species Identification. IEEE, 2004, pp. V701. [9] TIME-FREQUENCY SEGMENTATION OF BIRD SONG IN NOISY ACOUSTIC ENVIRONMENT 14, no. 6, pp. 22522263, 2006 [10] Feature Learning for Bird Call Clustering [11] Sujoy Debnath, ParthaProtim Roy , Amin Ahsan Ali, M Ashraful Amin” Identification of Bird Species from Their Singing”, 5th International Conference on Informatics, Electronics and Vision (ICIEV), 2016