64位Windows下python37的numpy的whl安装包。官网下载速度很慢,上传了一份供大家下载使用
2021-10-31 00:13:35 198.34MB numpy pyhon37 numpy-mkl whl
1
alphalens:预测(alpha)库存因子的性能分析
2021-10-29 17:32:45 22.95MB python finance jupyter numpy
1
本文实例讲述了Python使用numpy产生正态分布随机数的向量或矩阵操作。分享给大家供大家参考,具体如下: 简单来说,正态分布(Normal distribution)又名高斯分布(Gaussian distribution),是一个在数学、物理及工程等领域都非常重要的概率分布,在统计学的许多方面有着重大的影响力。一般的正态分布可以通过标准正态分布配合数学期望向量和协方差矩阵得到。如下代码,可以得到满足一维和二维正态分布的样本。 示例1(一维正态分布): # coding=utf-8 ''' 作者:采石工 来源:知乎 ''' import numpy as np from numpy.li
2021-10-29 15:55:02 150KB mp num numpy
1
numpy-mnist 使用numpy通过简单的FNN对MNIST进行分类。
2021-10-29 09:40:31 1KB
1
skydetector:用于自主地面机器人导航的单张图像中天空区域检测的Python实现(Shen和Wang,2013)
2021-10-28 16:23:53 4.31MB python opencv jupyter numpy
1
使用numpy对mnist数据集搭建3层全连接网络训练
2021-10-27 18:02:09 52KB numpy mnist
1
Dive deeper into data analysis with the flexibility of Python and learn how its extensive range of scientific and mathematical libraries can be used to solve some of the toughest challenges in data analysis. Build your confidence and expertise and develop valuable skills in high demand in a world driven by Big Data with this expert data analysis book. This data science tutorial will help you learn how to effectively retrieve, clean, manipulate, and visualize data and establish a successful data analysis workflow. Apply the impressive functionality of Python's data mining tools and scientific and numerical libraries to a range of the most important tasks within data analysis and data science, and develop strategies and ideas to take control your own data analysis projects. Get to grips with statistical analysis using NumPy and SciPy, visualize data with Matplotlib, and uncover sophisticated insights through predictive analytics and machine learning with SciKit-Learn. You will also learn how to use the tools needed to work with databases and find out how Python can be used to analyze textual and social media data, as you work through this essential data science tutorial.
2021-10-26 22:58:42 24.13MB Python Data Analysis NumPy
1
主要介绍了利用Pandas和Numpy按时间戳将数据以Groupby方式分组,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来一起学习学习吧
2021-10-26 10:00:04 58KB Pandas Numpy 时间戳 Groupby
1
Windows桌面小型应用,帮助用户梳理现有情报,进行决策分析
2021-10-25 21:02:54 146.23MB tkitner ahp matplotlib numpy
1
飞行数据分析 我们的数据集包含有关2013年从纽约出发的所有航班的信息,总共包含约336,776个航班。 软件和库: Jupyter笔记本 Python 3.x 脾气暴躁的 大熊猫 MatplotLib 海生 熊猫分析 该数据集由以下变量组成: 年:2013 月:1-12 日期:每月的某天(1-31) dep_time:出发时间,当地时区 sched_dep_time:预定出发时间 dep_delay:出发延迟时间(以分钟为单位),负数表示提早出发 arr_time:到达时间,本地时区 sched_arr_time:预定到达时间 arr_delay:到达延迟(以分钟为单位),负数表示提前到达 载体:两个字母的缩写 航班:航班号 tailnum:平面尾号 原点:原点的机场代码 dest:目的地的机场代码 air_time:在空中停留的时间,以分钟为单位 距离:飞行距离,以英里
2021-10-25 19:35:34 486KB JupyterNotebook
1