Skip to content

doubleZ0108/Mathematic-Model

Repository files navigation

数学模型 | Mathematic Model

关于作者 | About the Auther

姓名 | Name:bust_in_silhouette: 张喆 | doubleZ
学校 | University:school: 同济大学 | Tongji Univ.
联系方式 | Email:email: doubleZ0108@163.com

开发环境 | 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