Bees CNN Evolutionary Algorithm

A Fuzzy Evolutionary Deep Leaning
다운로드 수: 317
업데이트 날짜: 2022/1/20

Bees-CNN-Algorithm

View Bees CNN Evolutionary Algorithm on File Exchange%% Bees CNN Algorithm (A Fuzzy Evolutionary Deep Leaning) - Created in 20 Jan 2022 by Seyed Muhammad Hossein Mousavi % It is possible to fit deep learning weights and bias using evolutionary % algorithm, right after training stage. Here, CNN is used to classify 8 % face classes. After CNN train, initial fuzzy model is created to aid the % learning process. Finally, CNN network weights (from Fully Connected Layer) % trains using Bees algorithm % to be fitted in a nature inspired manner (here behavior of Bees). You can % used your data with any number of samples and classes. Remember, code's % parameters are adjusted for this data and if you want to replace your % data you may have to change the parameters. Image data is in 64*64 size and % in 2 dimensions and stored in 'CNNDat' folder. So, important parameters % are as below: % 1. % 'numTrainFiles' = you have to change this based on number of your samples % in each class. for example if each class has 120 sample, 90 is good % enough as 90 samples considered for train and others for test. % 2. % 'imageInputLayer' = it is size of your image data like [64 64 1] % 3. % 'fullyConnectedLayer' = it is number of your classes like (8) % 4. % 'MaxEpochs' = the more the better and more computation run time like 40 % 5. % 'ClusNum' = Fuzzy C Means (FCM) Cluster Number like 3 or 4 is nice % 6. % These two are from "BEEFCN.m" function : % 'Params.MaxIt' = it is iteration number in Bees algorithm. 20 is good % 'Params.nScoutBee' = it is population number in Bees algorithm. Like 10. % ------------------------------------------------ % Feel free to contact me if you find any problem using the code: % Author: SeyedMuhammadHosseinMousavi % My Email: mosavi.a.i.buali@gmail.com % My Google Scholar: https://scholar.google.com/citations?user=PtvQvAQAAAAJ&hl=en % My GitHub: https://github.com/SeyedMuhammadHosseinMousavi?tab=repositories % My ORCID: https://orcid.org/0000-0001-6906-2152 % My Scopus: https://www.scopus.com/authid/detail.uri?authorId=57193122985 % My MathWorks: https://www.mathworks.com/matlabcentral/profile/authors/9763916# % my RG: https://www.researchgate.net/profile/Seyed-Mousavi-17 % ------------------------------------------------ % Hope it help you, enjoy the code and wish me luck :) Bees CNN

인용 양식

S. Muhammad Hossein Mousavi (2024). Bees CNN Evolutionary Algorithm (https://github.com/SeyedMuhammadHosseinMousavi/Bees-CNN-Algorithm), GitHub. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2019a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

GitHub 디폴트 브랜치를 사용하는 버전은 다운로드할 수 없음

버전 게시됨 릴리스 정보
1.0.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.