Skip to content

This is a Reponsitory for Class MachineLearning, I whill share all the lab source code here. thank your for visiting!

Notifications You must be signed in to change notification settings

DelinQu/MachineLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

机器学习实验5——神经网络

​ ——created by 屈德林 in 2021/01/14

目录:

[TOC]

简介

  • 本文件是对lab5目录下的神经网络 代码的介绍,你将会了解lab5目录结构,以及程序运行的方法。

运行环境

  • 操作系统:Ubuntu20.04 LST
  • 操作软件:Pycharm
  • 解释器:python3.8.2

文件目录

├── BP.py
├── data
│   ├── 1.xls
│   ├── 2.xls
│   └── train.csv
├── fig
│   ├── BP3.png
│   ├── BP4.png
│   ├── BP5.png
│   ├── BP6.png
│   ├── BP7.png
│   ├── BP8.png
│   └── MLR.png
├── MLR.py
├── README.md
└── SVM.py
  • BP.py:BP算法
  • data:数据集
  • fig:可视化图片
  • MLR.py:线性回归算法
  • SVM.py:支持向量积

如何运行?

  • 使用pythn解释器对程序进行测试
$ python BP.py 

image-20210114101546478

About

This is a Reponsitory for Class MachineLearning, I whill share all the lab source code here. thank your for visiting!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages