NoteBook
latest
  • To-Do

Operations:

  • Linux
  • Others
  • Windows

Program

  • C++
  • Markup
  • ProLog
  • Python
    • 内建模块
    • 其他常用模块
    • 其他

Machine Learning

  • Data Mining
  • Supervised Learning
  • Unsupervised Learning

Mathmatica

  • Linear Algebra

Utils

  • Temp

Work

  • Huawei
NoteBook
  • Docs »
  • Python
  • Edit on GitHub

Python¶

  • 内建模块
    • os
    • pickle
      • 保存
      • 载入
    • shutil
    • sys
    • time
  • 其他常用模块
    • Numpy
      • 矩阵操作
      • Utils
        • 矩阵属性
    • Pandas
      • DataFrame 操作
        • 数据替换
    • TensorFlow
      • 构建计算图
        • OPS
          • 切片
          • 扩展维度
          • reshape
          • 乘法
        • 条件指令
      • TensorFlow 优化
        • 显存占用
        • 日志级别
          • 运行日志
          • Logging日志
        • TimeLine 查看运行时间线
      • TensorBoard
        • 使用方法
        • Summaries
          • 定义
          • 合并
          • 运行与保存
        • 词嵌入映射
      • 保存与恢复
        • 变量
          • 保存变量
          • 恢复变量
  • 其他
    • 进度条
      • 自己实现
      • tqdm
        • 命令行
        • gui
        • 快捷方法:
      • progressbar
        • 自定义插件
    • Python
      • 面向对象
        • 封装
          • 字段 Attribute
          • 方法
          • 属性
          • 访问控制
        • 继承
        • 多态
          • 强类型
          • 弱类型
        • 元类
        • 特殊成员与方法
          • 特殊成员 Attr
          • 特殊方法
      • 文件操作
        • 读取方法
        • 写入方法
        • 其他
      • Utils
        • Assertion
      • Python2 与 Python3 的不同
        • 除法
          • 普通除法
          • 地板除法
          • 总结
        • 类的不同
      • 交互式CLI
        • Ipython 交互
    • 命令行参数
      • 参数传递
      • 参数解析(内建)
        • getopt
        • optparse
        • argparse
          • 位置参数
          • 可选参数
          • 动作类型
          • nargs
          • type
          • choices
          • dest
      • 参数解析(其他)
        • tensorflow
          • docopt
          • click
Next Previous

© Copyright 2018, liyz Revision 7fc250ff.

Built with Sphinx using a theme provided by Read the Docs.