Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

CharlesNotes

This is my notes, powered by GitBook, GitHub Pages, Travis CI.

Book Source: CharlesNotes

Online Reading: notes.pythonic.life

Building status: Build Status

Download Offline Version

How to Write Notes Likes This?

You can read my blog: 最好的电子笔记本:GitBook + Typora.

Files List

Notes
├── 0-Mathmatics
│   ├── attractor.py
│   └── attractor.py.md
├── 1-Computer_Science
│   ├── Bit_Manipulation.md
│   ├── Calculator_AST.py
│   ├── Calculator_AST.py.md
│   ├── DFS-BFS.md
│   ├── Diffie_Hellman_Key_Exchange.md
│   ├── Diffie_Hellman_Key_Exchange.py
│   ├── Dynamic_Programming.md
│   ├── Eight_Queen.py
│   ├── Eight_Queen.py.md
│   ├── FullBinaryTreeHeap.py
│   ├── FullBinaryTreeHeap.py.md
│   ├── dsr.py
│   ├── longest_common_substr.cc
│   ├── sort.py
│   ├── sort.py.md
│   ├── swap.cc
│   ├── swap.md
│   └── swap.py
├── 2-Programming_Languages
│   ├── C++
│   │   ├── Gramma
│   │   │   ├── argv.cc.md
│   │   │   └── inherit.cc.md
│   │   ├── STL
│   │   │   └── README.md
│   │   └── README.md
│   ├── Python
│   │   ├── DevTools
│   │   │   ├── crash_on_ipy.py.md
│   │   │   └── jupyter_hide_code.py.md
│   │   └── Example
│   │       ├── sendmail
│   │       │   ├── README.md
│   │       │   ├── attachment.py.md
│   │       │   ├── pic.py.md
│   │       │   ├── qq_smtp.py.md
│   │       │   └── sendmail.py.md
│   │       ├── argparse_example.py.md
│   │       ├── ctypes.md
│   │       ├── cython.md
│   │       ├── keyboard-mouse.md
│   │       ├── ncurses_example.py.md
│   │       ├── pandas.md
│   │       ├── qrcode_example.py.md
│   │       ├── socket.md
│   └── Regular\ Expression.md
├── 3-Linux
│   ├── Bash
│   │   ├── README.md
│   ├── Server_Maintenance
│   │   ├── scripts
│   │   │   ├── README.md
│   │   │   ├── backup_server_data.py.md
│   │   │   ├── charles-adduser.sh.md
│   │   │   ├── mv2cron.bash.md
│   │   │   └── sendlog.py.md
│   │   ├── AUTO_UPGRADE.md
│   │   ├── QUOTA.md
│   │   └── SECURITY.md
│   └── Arch\ Linux\ Installation.md
├── 4-Machine_Learning
│   ├── Algorithms
│   │   ├── Deep_Reinforcement_Learning
│   │   │   ├── Policy_Gradient
│   │   │   │   ├── karpathy-pg-pong.py.md
│   │   │   │   ├── kvfrans-ddpg.py.md
│   │   │   │   ├── my\ simple\ PG.py.md
│   │   │   │   └── replay_buffer.py.md
│   │   │   ├── Fine\ Tuning.md
│   │   │   ├── README.md
│   │   │   ├── step\ by\ step\ q\ learning.ipynb
│   │   │   └── step\ by\ step\ q\ learning.md
│   │   ├── NeuralNetwork
│   │   │   ├── nn_mnist.py.md
│   │   │   └── nn_mnist_static.py.md
│   │   ├── SupportVectorMachine
│   │   │   ├── SMO_Simple.ipynb
│   │   │   └── SMO_Simple.md
│   │   └── LDA.py.md
│   ├── Problems
│   │   └── Imbalance.md
│   └── Tools
│       ├── PyTorch
│       │   ├── Example.md
│       │   └── README.md
│       ├── SciKit-Learn
│       │   └── tsne.py.md
│       └── TensorFlow
│           ├── TensorBoard
│           │   ├── mnist_with_summaries.py.md
│           │   └── tensorboard_advanced.py.md
│           ├── 1-TensorFlow\ Cheatsheet.md
│           ├── Distributed_tensorflow.py.md
│           ├── Duplicate_a_tensorflow_graph.md
│           └── README.md
├── 5-Front_End
│   ├── HTML
│   │   └── split\ panes.html.md
│       ├── FrontEnd.html.md
├── 6-Academic
│   ├── README.md
├── 7-Interview
│   ├── Inwerviewer.md
│   └── README.md
├── 8-Photography
├── 9-Quantitative_Investment
├── a-Traffic_Control
│   ├── Objects.md
│   ├── README.md
│   └── Terms.md
├── z-Sundry
│   └── DPT-RP1\ Config.md
├── HEADER
├── Notes.svg
├── README.md
├── build.sh
└── gitbook-auto-summary.py

35 directories, 97 files
You can’t perform that action at this time.