Skip to content

华中科技大学 人工智能与自动化学院 模式识别代码(课程成绩:94)

Notifications You must be signed in to change notification settings

Weizhi-Zhao/getting-started-with-pattern-recognition

Repository files navigation

华中科技大学 人工智能与自动化学院 模式识别代码

感谢 https://github.com/Daniel-xsy/PatternRecognition 作为参考 警告:抄袭代码可能导致丢平时分,本代码仅供参考

本代码的优点

  • 尽量不使用Pytorch,纯净的numpy数学计算
  • 面向对象编程,代码模块化,关键处注释,简洁易懂
  • 每个文件夹可独立运行,不互相依赖
  • 丰富的可视化,将计算结果生动的展示出来

文件命名规则:

  • L开头文件为作业代码
  • L?problem?为习题作业
  • L?code?为编程作业
  • 其他文件为算法

PLA感知器

线性回归

Fisher线性判别

逻辑斯蒂回归

SVM支持向量机

多类分类

神经网络

欢迎找bug

About

华中科技大学 人工智能与自动化学院 模式识别代码(课程成绩:94)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages