[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"doc-detail-120342-en":3,"doc-seo-120342-105":30,"detail-sidebar-cat-0-en-105":91},{"code":4,"msg":5,"data":6},0,"success",{"doc_id":7,"user_id":8,"nickname":9,"user_avatar":10,"doc_module":4,"category_id":11,"category_name":12,"doc_title":13,"doc_description":14,"doc_content":15,"file_id":16,"file_url":17,"file_type":18,"file_size":19,"view_count":4,"is_deleted":4,"is_public":20,"is_downloadable":20,"audit_status":20,"page_count":21,"language":22,"language_code":23,"site_id":24,"html_lang":23,"table_of_contents":25,"faqs":26,"seo_title":27,"seo_description":14,"update_tm":28,"read_time":29},120342,1099514067438,"River Wang","https://ap-avatar.wpscdn.com/avatar/100002539ee87300030?x-image-process=image/resize,m_fixed,w_180,h_180&k=1780474512215547542",6,"Technology","BIRDEX - MACHINE LEARNING ON COMMON LIFE - Thesis","Birdex is a machine learning application designed to classify and detect birds present in Spain, using convolutional neural networks. The system supports identification of current species and also addresses scenarios where certain birds may be extinct by 2025, adding historical and scientific value. The project combines a research-oriented approach for ornithologists and researchers with a user-centered experience resembling a “bird Pokédex,” enabling photo-based detection and the maintenance of personal sighting lists with habitat and conservation information.","BIRDEX: MACHINE LEARNING ON COMMON LIFE  \nLAB-University of Applied Sciences Information Communication Technologies 2025  \nJosé Antonio Pérez Báidez  \nAbstract  \n\n| Author/s\u003Cbr>Pérez Báidez, José Antonio | Publication type Thesis, UAS | Completion year 2025 |\n| --- | --- | --- |\n|  | Number of pages 58 |  |\n| Title of the thesis\u003Cbr>BIRDEX: MACHINE LEARNING ON COMMON LIFE |  |  |\n| Degree\u003Cbr>Information Communication Technologies |  |  |\n| Name, title and organization of the client\u003Cbr>LAB University of applied sciences |  |  |\n| Abstract\u003Cbr>Birdex is an application developed within the framework of machine learning, which uses convolutional neural networks to classify and detect birds present in Spain in 2024. The model not only allows for the identification of current species, but also considers cases in which some birds could be extinct by 2025 , thus providing additional historical and scientific value.\u003Cbr>The project stems from two complementary approaches. On the one hand, it responds to a scientific need: to provide researchers and ornithologists with an accessible and accurate tool for classifying species, while also offering a common platform to keep information on each bird up-to-date.\u003Cbr>On the other hand, from a general user perspective, Birdex functions as a kind of \"bird Pokédex,\" where users can detect, record, and learn about each species they encounter. The application allows users to complete a personal list of sightings, providing relevant information such as their habitat, conservation status, and whether the species is extinct. |  |  |\n| Keywords\u003Cbr>Machine learning; Birds; Convolutional networks; Artificial intelligence; Deep learning; Interface design; Datasets; Overfitting; Underfitting; Python; MySQL; React ; Psychology; Marketing; Keras; Tensorflow |  |  |\n\nContents  \n1 INTRODUCTION 1  \n2 ARTIFICIAL INTELLIGENCE 3  \n2.1 History 3  \n2.2 Evolution and Use of Artificial Intelligence 4  \n2.3 Types of Artificial Intelligence 6  \n3 MACHINE LEARNING 8  \n3.1 Learning Categories 8  \n3.1.1 Supervised Learning 8  \n3.1.2 Unsupervised Learning 9  \n3.1.3 Semi-supervised learning 10  \n3.1.4 Reinforcement Learning 11  \n3.2 Common Problems 12  \n3.2.1 Overfitting 12  \n3.2.2 Underfitting 13  \n3.3 AI Models 14  \n3.3.1 Neural Networks 14  \n3.3.2 Deep learning 16  \n3.3.3 Convolutional Neural Networks (CNN) 16  \n3.3.4 Importance of CNNs nowadays 19  \n3.4 Datasets 19  \n3.4.1 Classification of Images 19  \n3.4.2 Training Data 20  \n3.4.3 Validation Data 21  \n3.4.4 Test Data 21  \n3.4.5 K-Fold Cross Validation 21  \n4 PSYCHOLOGY 23  \n4.1 Psychology of color 25  \n4.1.1 Blue, red and yellow 26  \n4.1.2 Green, black and white 27  \n4.1.3 Orange, violet and pink 28  \n4.1.4 Golden, silver, brown and grey 29  \n4.2 Psychology of interfaces 29  \n4.2.1 Historical Context 30  \n4.2.2 Key Gestalt Principles in Interface Design 30  \n4.2.3 Cognitive Ergonomics and Usability 31  \n4.2.4 Importance in Contemporary Computer Science 32  \n4.3 Marketing and neuro-marketing 33  \n4.3.1 Historical Context 33  \n4.3.2 Key Concepts in Marketing and Neuro-Marketing 34  \n4.3.3 Importance in Contemporary Computer Science 34  \n5 TECHNOLOGIES 36  \n5.1 React and JavaScript 36  \n5.2 MySQL 39  \n5.3 Python 41  \n5.3.1 Jupyter notebook 43  \n6 PRACTICAL CASE 44  \n6.1 Introduction 44  \n6.2 Dataset and model 44  \n6.3 Training details 50  \n6.4 Interface 54  \n7 SUMMARY 57  \nREFERENCES 59  \n1 INTRODUCTION  \nBirdex is an application developed within the framework of machine learning, more specifically deep learning that is within machine learning, which uses convolutional neural networks to classify and detect birds present in Spain in 2024. The model not only allows for the identification of current species, but also considers cases in which some birds could be extinct by 2025 like slender-billed curlew, thus providing additional historical and scientific value.  \nThe project stems from two complementary approaches. On the one hand, it responds to a scientific need: to provide ","cbCaie098Hyzotth","https://ap.wps.com/l/cbCaie098Hyzotth","pdf",3693510,1,74,"English","en",105,"# 1 INTRODUCTION\n# 2 ARTIFICIAL INTELLIGENCE\n## 2.1 History\n## 2.2 Evolution and Use of Artificial Intelligence\n## 2.3 Types of Artificial Intelligence\n# 3 MACHINE LEARNING\n## 3.1 Learning Categories\n## 3.2 Common Problems\n## 3.3 AI Models\n## 3.4 Datasets\n# 4 PSYCHOLOGY\n## 4.1 Psychology of color\n## 4.2 Psychology of interfaces\n## 4.3 Marketing and neuro-marketing\n# 5 TECHNOLOGIES\n## 5.1 React and JavaScript\n## 5.2 MySQL\n## 5.3 Python\n# 6 PRACTICAL CASE\n## 6.1 Introduction\n## 6.2 Dataset and model\n## 6.3 Training details\n## 6.4 Interface\n# 7 SUMMARY\n# REFERENCES","[{\"question\":\"What is Birdex and what problem does it address?\",\"answer\":\"Birdex is a machine learning application that classifies and detects birds in Spain. It provides an accessible and accurate way to identify species and keep bird information up to date.\"},{\"question\":\"Which machine learning approach does Birdex use?\",\"answer\":\"Birdex uses convolutional neural networks within a deep learning framework. It is trained to classify and detect bird species from images.\"},{\"question\":\"How does Birdex work for general users?\",\"answer\":\"Users can take a photo or use images from their gallery to detect and learn about species. The app helps users build a personal list of sightings, including habitat and conservation-related information.\"}]","BIRDEX - MACHINE LEARNING ON COMMON LIFE - Thesis | PDF",1785729576,186,{"code":4,"msg":31,"data":32},"ok",{"site_id":24,"language":23,"slug":33,"title":13,"keywords":34,"description":14,"schema_data":35,"social_meta":86,"head_meta":88,"extra_data":90,"updated_unix":28},"birdex-machine-learning-on-common-life-thesis","",{"@graph":36,"@context":85},[37,54,68],{"@type":38,"itemListElement":39},"BreadcrumbList",[40,44,48,51],{"item":41,"name":42,"@type":43,"position":20},"https://docshare.wps.com","Home","ListItem",{"item":45,"name":46,"@type":43,"position":47},"https://docshare.wps.com/document/","Document",2,{"item":49,"name":12,"@type":43,"position":50},"https://docshare.wps.com/document/technology/",3,{"item":52,"name":13,"@type":43,"position":53},"https://docshare.wps.com/document/birdex-machine-learning-on-common-life-thesis/120342/",4,{"url":52,"name":13,"@type":55,"author":56,"headline":13,"publisher":58,"fileFormat":61,"inLanguage":23,"description":14,"dateModified":62,"datePublished":62,"encodingFormat":61,"isAccessibleForFree":63,"interactionStatistic":64},"DigitalDocument",{"name":9,"@type":57},"Person",{"url":41,"name":59,"@type":60},"DocShare","Organization","application/pdf","2026-08-03",true,{"@type":65,"interactionType":66,"userInteractionCount":4},"InteractionCounter",{"@type":67},"ViewAction",{"@type":69,"mainEntity":70},"FAQPage",[71,77,81],{"name":72,"@type":73,"acceptedAnswer":74},"What is Birdex and what problem does it address?","Question",{"text":75,"@type":76},"Birdex is a machine learning application that classifies and detects birds in Spain. It provides an accessible and accurate way to identify species and keep bird information up to date.","Answer",{"name":78,"@type":73,"acceptedAnswer":79},"Which machine learning approach does Birdex use?",{"text":80,"@type":76},"Birdex uses convolutional neural networks within a deep learning framework. It is trained to classify and detect bird species from images.",{"name":82,"@type":73,"acceptedAnswer":83},"How does Birdex work for general users?",{"text":84,"@type":76},"Users can take a photo or use images from their gallery to detect and learn about species. The app helps users build a personal list of sightings, including habitat and conservation-related information.","https://schema.org",{"og:url":52,"og:type":87,"og:title":13,"og:site_name":59,"og:description":14},"article",{"robots":89,"canonical":52},"index,follow",{"doc_id":7,"site_id":24},{"code":4,"msg":5,"data":92},[93,97,101,105,110,113,118,123,128,131,135],{"id":20,"doc_module":4,"doc_module_name":46,"category_name":94,"show_sort_weight":95,"slug":96},"Story & Novel",90,"story-novel",{"id":47,"doc_module":4,"doc_module_name":46,"category_name":98,"show_sort_weight":99,"slug":100},"Literature",80,"literature",{"id":53,"doc_module":4,"doc_module_name":46,"category_name":102,"show_sort_weight":103,"slug":104},"Exam",70,"exam",{"id":106,"doc_module":4,"doc_module_name":46,"category_name":107,"show_sort_weight":108,"slug":109},5,"Comic",60,"comic",{"id":11,"doc_module":4,"doc_module_name":46,"category_name":12,"show_sort_weight":111,"slug":112},50,"technology",{"id":114,"doc_module":4,"doc_module_name":46,"category_name":115,"show_sort_weight":116,"slug":117},7,"Healthcare",40,"healthcare",{"id":119,"doc_module":4,"doc_module_name":46,"category_name":120,"show_sort_weight":121,"slug":122},8,"Research & Report",30,"research-report",{"id":124,"doc_module":4,"doc_module_name":46,"category_name":125,"show_sort_weight":126,"slug":127},9,"Religion & Spirituality",20,"religion-spirituality",{"id":126,"doc_module":4,"doc_module_name":46,"category_name":129,"show_sort_weight":126,"slug":130},"World Cup","world-cup",{"id":132,"doc_module":4,"doc_module_name":46,"category_name":133,"show_sort_weight":132,"slug":134},10,"Lifestyle","lifestyle",{"id":136,"doc_module":4,"doc_module_name":46,"category_name":137,"show_sort_weight":106,"slug":138},19,"General","general"]