Code Monkey home page Code Monkey logo

machinelearning's Introduction

机器学习实验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

machinelearning's People

Contributors

delinqu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.