Coder Social home page Coder Social logo

doublez0108 / mathematic-model Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 304 KB

Basic Mathematic Model | Study Notes & Demos

Python 8.89% Jupyter Notebook 91.11%
mathematical-model equation matrix genetic-algorithm regression-analysis data-visualization neural-network optimization-algorithms deep-learning probabilistic-models

mathematic-model's Introduction

数学模型 | Mathematic Model

关于作者 | About the Auther

姓名 | Name:bust_in_silhouette: 张喆 | doubleZ
学校 | University:school: 同济大学 | Tongji Univ.
联系方式 | Email:email: [email protected]

开发环境 | Development Environment

  • 操作系统 | Operating System: macOS Catalina 10.15.2
  • IDE:
    • Jupiter notebook 6.0.1
    • PyCharm 2019.3.2
  • 语言 | Language: python
  • 主要依赖 | Dependances: sklearn, keras, scipy, numpy, matploblib, Axes3D, PIL

基础数学模型 | Basic Mathematical Model

项目结构 | Project Structure
.
├── DataVisualization
│   ├── Examples
│   │   ├── Iris
│   │   │   ├── IrisClassifyDV.ipynb
│   │   │   ├── IrisContourDV.ipynb
│   │   │   └── IrisDV_3D.ipynb
│   │   ├── README.md
│   │   └── WheatGrainClassification
│   │       ├── WheatGrainClassificationDV.py
│   │       ├── wheat_train_PCA_X.txt
│   │       └── wheat_train_PCA_Y.txt
│   ├── Plot
│   │   ├── plot.py
│   │   ├── plot3d.py
│   │   └── subplot.py
│   └── README.md
├── DeepLearning
│   └── Keras
│       ├── Examples
│       │   ├── HandwrittenDigitRecongnition_DL.ipynb
│       │   └── Wheat
│       │       ├── wheat.ipynb
│       │       ├── wheat_train_PCA_X.txt
│       │       └── wheat_train_PCA_Y.txt
│       ├── Keras.ipynb
│       └── README.md
├── GeneticAlgorithm
│   ├── Examples
│   │   └── Braking Distance Speed
│   │       ├── BrakingDistance_Speed.py
│   │       └── data.txt
│   ├── Individual.py
│   ├── NumericGeneticAlgorithm.py
│   └── README.md
├── Matrix
│   └── README.md
├── NeuralNetwork
│   ├── HandwrittenDigitRecongnition
│   │   ├── HandwrittenDigitRecongnition.ipynb
│   │   ├── HandwrittenDigitRecongnition.py
│   │   ├── README.md
│   │   ├── Sklearn.ipynb
│   │   └── handwritting.png
│   ├── MLPClassifier.ipynb
│   ├── MLPRegressor.ipynb
│   ├── NeuralNetwork.py
│   ├── NeurallNetwork.ipynb
│   ├── README.md
│   └── data
│       ├── 1x0.txt
│       └── 1y0.txt
├── Optimization
│   └── LinearProgramming
│       ├── Examples
│       │   └── example.py
│       └── README.md
├── Probability
│   └── NaiveBayesianModel
│       ├── Examples
│       │   ├── Gender
│       │   │   ├── GenderExample.ipynb
│       │   │   └── genderData.txt
│       │   ├── Iris
│       │   │   └── IrisExample.ipynb
│       │   └── NetworkTextAnalysis
│       │       ├── NetworkTextAnalysis.ipynb
│       │       └── text.txt
│       └── README.md
├── README.md
├── RegressionAnalysis
│   ├── CrossValidation
│   │   ├── CrossValidation.py
│   │   └── README.md
│   ├── DimensionReduction
│   │   ├── PrincipleComponentAnalysis
│   │   │   └── PCA.py
│   │   ├── PrincipleComponentRegression
│   │   │   └── PCR.py
│   │   └── README.md
│   ├── PartialLeastSquaresRegression
│   │   ├── PLSR.py
│   │   └── README.md
│   ├── README.md
│   └── UnaryLinearRegression
│       ├── ULR.py
│       └── data.txt
└── SolveEquations
    └── SqueezeTheorem
        ├── OneVarHighOrder.py
        └── README.md

34 directories, 56 files

mathematic-model's People

Contributors

doublez0108 avatar

Stargazers

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