• Stars
    star
    409
  • Rank 105,080 (Top 3 %)
  • Language
    Python
  • License
    Other
  • Created over 8 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

中文版scipy-lecture-notes. 网站下线, 以离线HTML的形式继续更新, 见release.

Scipy-Lecture-Notes-CN

这是来自 scipy-lectures.org 的Python科学计算环境教程的中文版

在线版不再提供, 请在releases下载网页格式的离线版文档, 打开index.html浏览教程

授权许可

参见 LICENSE.txt

编译

在ubuntu14.04 LTS上编译HTML (我的编译环境)

  1. 安装anaconda for Python 2.7, Linux 64-bit. (其他版本未经测试), 并将anaconda python添加到系统PATH变量中

  2. 安装seaborn包

    pip install seaborn
    
  3. 切换至scipy-lecture-notes-zh-CN/目录下, make html

  4. 在build/html文件夹下打开index.html

注意: anaconda中默认安装的docutils版本会导致编译错误, 请在编译之前运行此命令

pip install docutils==0.12

如何做出贡献

如果你对翻译此文档感兴趣, 请fork此仓库, 翻译或修改之后pull request.

翻译进程及译者概况

  1. 基础教程

1.1. 科学计算工具和流程 @jayleicn

1.2. Python 语言 @teastares

1.3. NumPy: 操作和处理数据 @teastares

1.4. Matplotlib: 绘图 @jayleicn

1.5. Scipy : high-level scientific computing

1.6. Getting help and finding documentation

  1. Advanced topics

2.1. Advanced Python Constructs

2.2. Advanced Numpy

2.3. Debugging code

2.4. Optimizing code

2.5. Sparse Matrices in SciPy

2.6. Image manipulation and processing using Numpy and Scipy

2.7. Mathematical optimization: finding minima of functions

2.8. Interfacing with C

  1. Packages and applications

3.1. Statistics in Python

3.2. Sympy : Symbolic Mathematics in Python

3.3. Scikit-image: image processing

3.4. Traits: building interactive dialogs

3.5. 3D plotting with Mayavi

3.6. scikit-learn: machine learning in Python

致谢

感谢

原作者及编辑者们, 最初发起这个计划的@teastares童鞋, 所有为译文作出贡献的童鞋.

More Repositories

1

animeGAN

A simple PyTorch Implementation of Generative Adversarial Networks, focusing on anime face drawing.
Jupyter Notebook
1,277
star
2

ClipBERT

[CVPR 2021 Best Student Paper Honorable Mention, Oral] Official PyTorch code for ClipBERT, an efficient framework for end-to-end learning on image-text and video-text tasks.
Python
695
star
3

moment_detr

[NeurIPS 2021] Moment-DETR code and QVHighlights dataset
Python
254
star
4

TVQA

[EMNLP 2018] PyTorch code for TVQA: Localized, Compositional Video Question Answering
Python
168
star
5

recurrent-transformer

[ACL 2020] PyTorch code for MART: Memory-Augmented Recurrent Transformer for Coherent Video Paragraph Captioning
Jupyter Notebook
167
star
6

TVRetrieval

[ECCV 2020] PyTorch code for XML on TVRetrieval dataset - TVR: A Large-Scale Dataset for Video-Subtitle Moment Retrieval
Python
151
star
7

singularity

[ACL 2023] Official PyTorch code for Singularity model in "Revealing Single Frame Bias for Video-and-Language Learning"
Python
127
star
8

TVQAplus

[ACL 2020] PyTorch code for TVQA+: Spatio-Temporal Grounding for Video Question Answering
Python
122
star
9

TVCaption

[ECCV 2020] PyTorch code of MMT (a multimodal transformer captioning model) on TVCaption dataset
Python
86
star
10

VideoLanguageFuturePred

[EMNLP 2020] What is More Likely to Happen Next? Video-and-Language Future Event Prediction
Python
47
star
11

mTVRetrieval

[ACL 2021] mTVR: Multilingual Video Moment Retrieval
Python
26
star
12

classification-with-coarse-fine-labels

Code accompanying the paper Weakly Supervised Image Classification with Coarse and Fine Labels.
Lua
8
star
13

my-scripts

Collections of useful scripts for my daily usage
Python
1
star
14

pytorch-pretrained-BERT

A copy from https://github.com/huggingface/pytorch-pretrained-BERT
Jupyter Notebook
1
star