Python-Scripts

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

Stars
33

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'

Related Projects