Skip to content

the0demiurge/Python-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Repository files navigation

My Python Scripts

用于python 测试与学习

Contents

rc/ ├── ComputerScience │ └── data_structure │ └── linked_list.py ├── Controller │ ├── cartpole_pid.py │ └── pid.py ├── DevTools │ ├── crash_on_ipy.py │ └── jupyter_hide_code.py ├── Example │ ├── argparse_example.py │ ├── ncurses_example.py │ └── qrcode_example.py ├── MachineLearning │ ├── algorithm │ │ ├── DecisionTree.py │ │ ├── DeepReinforcementLearning │ │ │ ├── ReplayBuffer.py │ │ │ ├── SimplePolicyGradient.py │ │ │ └── step by step q learning.ipynb │ │ ├── LDA.py │ │ ├── neural_network.ipynb │ │ ├── nn_mnist.py │ │ ├── nn_mnist_static.py │ │ └── tsne.py -> ../sklearn/tsne.py │ ├── Deep_Learning │ │ ├── dqn_cartpole.py │ │ └── pg_cartpole.ipynb │ ├── preprocess.py │ ├── sklearn │ │ └── tsne.py │ └── TensorFlow │ ├── Batcher.py │ ├── IncreaseNN.py │ └── multi-gpu.py ├── MinorProjects │ ├── diff.py │ ├── excel.py │ ├── media │ │ ├── comics │ │ │ └── tmp.py │ │ └── ffmpeg_convert2mp4.py │ ├── multy_copy.py │ ├── plz │ │ ├── compute_time.py │ │ ├── turtle.bot │ │ ├── turtlebot.ipynb │ │ └── turtlebot.py │ └── sendmail.py └── Web ├── Flask ├── html │ └── split.html ├── ipgw.py └── Verification code.ipynb 18 directories, 37 files 

src/MinorProjects/plz: 张老师实验室计算出勤时间的计算器
src/MinorProjects/tf: tensorflow 学习代码
src/MinorProjects/sendmail.py: 使用Python发送邮件(自动化运维) tree src/ -I 'pyc|__pycache__|js|ShadowSocksShare-OpenShift|MNIST_data'

About

My testing, learning, minor projects, and interesting things.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •