当前位置: 首页 > 软件库 > 神经网络/人工智能 > >

python-for-data-science

授权协议 Apache-2.0 License
开发语言 Python
所属分类 神经网络/人工智能
软件类型 开源软件
地区 不详
投 递 者 仲孙阳
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Learn Python for Data Science

A collection of Jupyter Notebooks designed to learn Python for Data Science. There is no better way to learn, than learning by coding.

You can open and run this entire repository on BlobCity A.I. Cloud.

Video Lectures for this Repo

Lessons 1 & 2

Upcoming Modules

  • NumPy
  • Pandas
  • Matplotlib
  • Scikit-Learn

About BlobCity

BlobCity is a big supporter of Open Source technologies. We have presence in USA & India; and are a small team committed to enabling the Data Science ecosystem.

https://blobcity.com

Products

BlobCity A.I. Cloud: Provides hosted Jupyter Notebooks on the Cloud, backed by Unlimited Compute, RAM, Storage & GPU to handle the most pressing of your A.I. problems.

BlobCity DB: An open-source NoSQL Database which is blazing fast, HTAP enabled and natively stores 17 formats of data for handling your most diverse datasets.

Contribute

We are very keen to enhance our content. If you find any mistakes, language corrections, please do correct and send a PR. You can also send a PR by improving the learning content on any of the Notebooks.

  • 在python环境中实现 R for Data Science https://r4ds.had.co.nz/ 中的5,12,13三章中的功能 1.Data transformation数据转换 参考python dfply文档https://github.com/kieferk/dfply/blob/master/README.md !pip install dfply from dfply

 相关资料
  • 数据是新的石油。 该声明显示了如何通过捕获,存储和分析满足各种需求的数据来驱动每个现代IT系统。 无论是为商业做出决定,预测天气,研究生物学中的蛋白质结构还是设计营销活动。 所有这些情景都涉及使用数学模型,统计数据,图表,数据库以及数据分析背后的商业或科学逻辑的多学科方法。 因此,我们需要一种能够满足数据科学所有这些不同需求的编程语言。 Python就像一种语言一样闪亮,因为它拥有众多的库和内置功

  • Latent Space Models for Neural Data Many scientific fields involve the study of network data, including social networks, networks in statistical physics, biological networks, and information networks

  • 该项目是用于持久化 Objective-C 的结构体的工具,支持 Vector, Set 和 HashMap 数据结构。 下面代码演示如何序列化 Vector 结构: #import "AAPersistentVector.h"#import "AATransientVector.h"#import "AAIIterator.h"/// InitializationAAPersistentVect

  • Percona Data Recovery Tool for InnoDB 是 Percona 出品的一个 InnoDB 数据库的数据恢复工具。

  • Python Data Science Handbook Python数据科学手册 本书Github免费notebook格式中文翻译目录 下载中文版PDF可打印格式 This repository contains the entire Python Data Science Handbook, in the form of (free!) Jupyter notebooks. 本代码仓库包含着整

  • CSGraph代表Compressed Sparse Graph ,它专注于基于稀疏矩阵表示的快速图算法。 图形表示 首先,让我们了解稀疏图是什么以及它在图表表示中的作用。 什么是稀疏图? 图只是节点的集合,它们之间有链接。 图表几乎可以代表任何东西 - 社交网络连接,其中每个节点都是一个人并且与熟人相连; 图像,其中每个节点是像素并且连接到相邻像素; 高维分布中的点,每个节点连接到最近的邻居,几