“Lecture Notes on the Status of IEEE 754”, William Kahan,https://people.eecs.berkeley.edu/~wkahan/ieee754status/IEEE754.PDF 2 “How Futile are Mindless Assessments of Roundoff in Floating-Point Computation?”, William Kahan,https://people.eecs.berkeley.edu/~wkahan/Mindless.pdf Examples 代...
Scipy Lecture Notes (Emmanuelle Gouillart, et al) This book teaches the scientific Python ecosystem, a quick introduction to central tools and techniques. It is for programmers from beginner to expert. Work on real-world problems with SciPy, NumPy, Pandas, scikit-image, and other Python libr...
scipy-lecture-notes-zh-CN_curiousi87_lecturenotes_scipy_ scipy的用法和教程以及教程的源代码都打包在内 上传者:weixin_42682925时间:2021-09-28 Python基础学习笔记 Python基础学习笔记.记录的是一些Python的学习基础,整理到这里,一是总结,二是备查。网上也有比较好的教程,例如“Python 精要参考”。
python做数据挖掘主要涉及到数据分析(numpy、scipy、pandas),数据可视化(matplotlib、seaborn),机器学习...
“Lecture Notes on the Status of IEEE 754”, William Kahan,https://people.eecs.berkeley.edu/~wkahan/ieee754status/IEEE754.PDF 2 “How Futile are Mindless Assessments of Roundoff in Floating-Point Computation?”, William Kahan,https://people.eecs.berkeley.edu/~wkahan/Mindless.pdf ...
https://pandas.pydata.org/Pandas_Cheat_Sheet.pdf 篇幅只有2页。这里缺乏样例,但是pandas的doc string本身自带样例。而且这个pdf上自带超链接,直接link到函数的api doc上。 在本地也轻松使用自带的doc stirng样例。ipython中,使用方法名+“?”可以查看。jupyter notebook中,还可以用shift + tab查看。把cheat_shee...
前言:我已经一年半没有看过吴恩达老师的视频了,最近不容易开完了题,终于可以从科研中抽出点时间学习下自己感兴趣的东西了,嘿嘿~ 资料来源:https://www.coursera.org/lecture/convolutional-neural-networks/object-localization-nEeJM 目标定位(object localization) 定位:不仅要用算法判断图片是不是汽... ...