GithubHelp home page GithubHelp logo

aaron1aaron2 / scu-class_mlp-classifier_v1 Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 47 KB

Numpy 建構的神經網絡分類器 | 2021_四下_人工智慧 期中報告

Python 94.55% Shell 5.45%
python numpy mlp school-project

scu-class_mlp-classifier_v1's Introduction

MLP-Classifier-on-fashion-mnist(numpy)

110 人工智慧 期中報告

使用 numpy 實作 MLP 分類器,學習如何使用 forward、backward 和 update 去構成最基本的深度學習過程,這邊我們使用 fashion-mnist 資料集做練習。

資料夾架構

folder

  • data: fashion-mnist 資料集
  • output: 模型 log
  • scripts: 自動化腳本

code

  • model.py
  • train.py
  • utils.py
  • sort_losg

other

  • README.MD
  • requirements.txt

如何使用

1.安裝必要套件

pip install -r requirements.txt

2.下載 fashion-mnist 放到 data 底下

這裡 下載,可以看到以下四個檔案:

  • t10k-images-idx3-ubyte.gz
  • t10k-labels-idx1-ubyte.gz
  • train-images-idx3-ubyte.gz
  • train-labels-idx1-ubyte.gz

3.跑訓練

python train.py

scu-class_mlp-classifier_v1's People

Contributors

aaron1aaron2 avatar

Watchers

 avatar  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.