Skip to content

iceiceiceYu/Intelligent-Systems-Principles-and-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Intelligent-Systems-Principles-and-Programming

复旦大学《智能系统原理与开发》课程

BP Neural Network by java, without framework

CNN by python, with framework-pytorch

HMM by python, without framework

CRF by python, without framework

BiLSTM-CRF by python, with framework-pytorch

Lab1-Part1

使用反向传播算法实现下列任务:

  • 回归:拟合函数y = sin(x), x ∈ [−π, π]
  • 分类:对12个手写汉字进行分类

Lab1-Part2

使用卷积神经网络实现下列任务:

  • 分类:进行手写汉字分类

Lab2-Part1

使用HMM实现下列任务:

  • 分词:中文分词

Lab2-Part2

使用CRF实现下列任务:

  • 分词:中文分词

Lab2-Part3

使用BiLSTM-CRF实现下列任务:

  • 分词:中文分词

About

复旦大学《智能系统原理与开发》课程

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published