Skip to content
/ BPNN Public

Use Python to realize BPNN to recognize corn disease.

License

Notifications You must be signed in to change notification settings

BoonWei/BPNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BP神经网络

  • createdata.py
    实现数据集的创建,提取5个特征值,包括3个颜色特征:r三阶矩,g二阶矩,g三阶矩,2个纹理特征:对比度,asm。

  • bp.py
    实现BP神经网络的人工实现。

About

Use Python to realize BPNN to recognize corn disease.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages