NumPy是Python专用于矩阵计算的包,底层函数主要用C语言编写。NumPy还是众多数据处理包的基石,比如 pandas 和 Sciki-Learn。 可见,想学好Python数据分析和机器学习,必须掌握NumPy。 我们先比较下NumPy和Python传统的数据运算,看两者的效率差别。 import numpy as np import time ## 列表运算 start = time.time() #...
https://s3.amazonaws.com/assets.datacamp.com/blog_assets/Python_Pandas_Cheat_Sheet_2.pdf 3. Matplotlib Matplotlib是Python中常用的可视化工具之一,便于创建海量类型2D图表和一些基本的3D图表。 这里附上一张matplotlib的cheatsheet: https://s3.amazonaws.com/assets.datacamp.com/blog_assets/Python_Matplotlib_...
gto76/python-cheatsheet - Comprehensive Python Cheatsheet mitmproxy/mitmproxy - An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers. satwikkansal/wtfpython - What the f*ck Python? 😱 streamlit/streamlit - Streamlit — A faster way to build and share da...
我在Github上创建了一个本地库(https://github.com/kailashahirwar/cheatsheets-ai),里面包含了从不同渠道收集的速查表,可以直接下载。尽管拿去用吧,同时欢迎补充完善! 1. Keras Karas是Theano和TensorFlow平台上一款强大易用的深度学习库。它为发展和训练深度学习模型提供...
Free Bonus:Click here to get our itertools cheat sheetthat summarizes the techniques demonstrated in this tutorial.
Python Cheatsheet Real Python The Hitchhiker’s Guide to Python Ultimate Python study guide Python ZEEF Python 开发社区 Real Python Trending Python repositories on GitHub today Сообщество Python Программистов Pythonic NewsWeekly...
您可以在 ml-cheatsheet 网站上了解更多关于不同损失函数和度量的信息,网址为ml-cheatsheet.readthedocs.io/en/latest/loss_functions.html。 另请参见 您可以在每个库的网站上找到本教程中使用的更多详细信息: Seaborn:seaborn.pydata.org/ Scikit-plot:scikit-plot.readthedocs.io/ Scikit-learn:github.com/...
笔记本可以通过nbconvert命令导出为多种静态格式,包括HTML,reStructuredText,LaTeX,PDF等多种格式。 另外文档还可以方便的在网络上进行共享。 第三个部分就是代码运行的核心Kernels,通过不同的Kernels搭配,notebook可以支持运行多种程序。比如:Python,java,go,R,ruby,nodejs等等。
python cheatsheet.zip pdf格式的python cheat sheet,详细介绍了python及其程序包的常用操作,包含Numpy, Pandas, Matplotlib, Keras, Scipy, Seaborn, Scikit-Learn, Jupyter Notebook, Bokeh等 上传者:rexus时间:2019-06-27 machine learning cheat sheet
理解梯度(betterexplained.com)https://betterexplained.com/articles/vector-calculus-understanding-the-gradient/微分计算(Stanford CS224n)http://web.stanford.edu/class/cs224n/lecture_notes/cs224n-2017-review-differential-calculus.pdf计算方法概论(readthedocs.io)http://ml-cheatsheet.readthedocs.io/en/...