All Projects → jayleicn → Scipy Lecture Notes Zh Cn

jayleicn / Scipy Lecture Notes Zh Cn

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Scipy Lecture Notes Zh Cn

Cheatsheets Ai
Essential Cheat Sheets for deep learning and machine learning researchers https://medium.com/@kailashahirwar/essential-cheat-sheets-for-machine-learning-and-deep-learning-researchers-efb6a8ebd2e5
Stars: ✭ 14,095 (+3793.65%)
Mutual labels:  scipy, matplotlib
scipy-crash-course
Material for a 24 hours course on Scientific Python
Stars: ✭ 98 (-72.93%)
Mutual labels:  scipy, matplotlib
The Elements Of Statistical Learning Notebooks
Jupyter notebooks for summarizing and reproducing the textbook "The Elements of Statistical Learning" 2/E by Hastie, Tibshirani, and Friedman
Stars: ✭ 241 (-33.43%)
Mutual labels:  scipy, matplotlib
Ml Cheatsheet
A constantly updated python machine learning cheatsheet
Stars: ✭ 136 (-62.43%)
Mutual labels:  scipy, matplotlib
Scipy-Bordeaux-2017
Course taught at the University of Bordeaux in the academic year 2017 for PhD students.
Stars: ✭ 16 (-95.58%)
Mutual labels:  scipy, matplotlib
Data Analysis
主要是爬虫与数据分析项目总结,外加建模与机器学习,模型的评估。
Stars: ✭ 142 (-60.77%)
Mutual labels:  scipy, matplotlib
jupyter boilerplate
Adds a customizable menu item to Jupyter (IPython) notebooks to insert boilerplate snippets of code
Stars: ✭ 69 (-80.94%)
Mutual labels:  scipy, matplotlib
Data Science Ipython Notebooks
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
Stars: ✭ 22,048 (+5990.61%)
Mutual labels:  scipy, matplotlib
introduction to ml with python
도서 "[개정판] 파이썬 라이브러리를 활용한 머신 러닝"의 주피터 노트북과 코드입니다.
Stars: ✭ 211 (-41.71%)
Mutual labels:  scipy, matplotlib
anesthetic
Nested Sampling post-processing and plotting
Stars: ✭ 34 (-90.61%)
Mutual labels:  scipy, matplotlib
Ncar Python Tutorial
Numerical & Scientific Computing with Python Tutorial
Stars: ✭ 50 (-86.19%)
Mutual labels:  scipy, matplotlib
Audio Spectrum Analyzer In Python
A series of Jupyter notebooks and python files which stream audio from a microphone using pyaudio, then processes it.
Stars: ✭ 273 (-24.59%)
Mutual labels:  scipy, matplotlib
Mlcourse.ai
Open Machine Learning Course
Stars: ✭ 7,963 (+2099.72%)
Mutual labels:  scipy, matplotlib
Tftb
A Python module for time-frequency analysis
Stars: ✭ 185 (-48.9%)
Mutual labels:  scipy, matplotlib
Notes Python
中文 Python 笔记
Stars: ✭ 6,127 (+1592.54%)
Mutual labels:  scipy, matplotlib
CNCC-2019
Computational Neuroscience Crash Course (CNCC 2019)
Stars: ✭ 26 (-92.82%)
Mutual labels:  scipy, matplotlib
Stats Maths With Python
General statistics, mathematical programming, and numerical/scientific computing scripts and notebooks in Python
Stars: ✭ 381 (+5.25%)
Mutual labels:  scipy, matplotlib
Algorithmic-Trading
Algorithmic trading using machine learning.
Stars: ✭ 102 (-71.82%)
Mutual labels:  scipy, matplotlib
sentences-similarity-cluster
Calculate similarity of sentences & Cluster the result.
Stars: ✭ 14 (-96.13%)
Mutual labels:  scipy, matplotlib
Python-Matematica
Explorando aspectos fundamentais da matemática com Python e Jupyter
Stars: ✭ 41 (-88.67%)
Mutual labels:  scipy, matplotlib

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童鞋, 所有为译文作出贡献的童鞋.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].