Py3 Analysis

Alternatives To Py3 Analysis
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Pythondatasciencehandbook38,492
15 days ago194mitJupyter Notebook
Python Data Science Handbook: full text in Jupyter Notebooks
Data Science Ipython Notebooks25,025
a month ago33otherPython
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.
30 Days Of Python24,655
a day ago1August 12, 2022208Python
30 days of Python programming challenge is a step-by-step guide to learn the Python programming language in 30 days. This challenge may take more than100 days, follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw
Datasets16,397920821 hours ago52June 15, 2022622apache-2.0Python
🤗 The largest hub of ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools
Dask11,0841,95870921 hours ago152June 24, 2022924bsd-3-clausePython
Parallel computing with task scheduling
Abu9,650
3 months ago2gpl-3.0Python
阿布量化交易系统(股票,期权,期货,比特币,机器学习) 基于python的开源量化交易,量化投资架构
Mlcourse.ai8,803
18 days ago4otherPython
Open Machine Learning Course
Ai Learn6,327
a year ago19
人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域
Py6,182
15 days ago130Jupyter Notebook
Repository to store sample python programs for python learning
Python_for_data_analysis_2nd_chinese_version6,031
2 months ago14
《利用Python进行数据分析·第2版》
Alternatives To Py3 Analysis
Select To Compare


Alternative Project Comparisons
Readme

Python3数据分析

Anaconda是一个用于科学计算的Python发行版,提供了包管理与环境管理的功能,可以很方便地解决多版本python并存、切换以及各种第三方包安装问题。 Anaconda利用工具/命令conda来进行package和environment的管理,并且已经包含了Python和相关的配套工具 下载地址:https://www.anaconda.com/

scikit-learn 是基于 Python 语言的机器学习工具

简单高效的数据挖掘和数据分析工具 可供大家在各种环境中重复使用 建立在 NumPy ,SciPy 和 matplotlib 上 开源,可商业使用 - BSD许可证 地址:https://scikit-learn.org/stable/ 中文版本:http://www.scikitlearn.com.cn/#sklearn

数据分析

  • numpydemo----------NumPy库学习
  • pandas-------------pandas库学习
  • matplotlib---------画图工具matplotlib库学习
  • jiebademo----------jieba库学习
  • pyecharts----------pyecharts画图工具

机器学习

  • feature_demo-------特征工程
  • knn----------------K-近邻算法
  • decision-----------决策树&随机森林
  • naivebayes---------朴素贝叶斯
  • linear_regression--线性回归
  • xgb----------------xgboost
  • model_save_dump----模型保存和加载
  • model_accuracy-----模型的评估方法

深度学习

  • DL-----------------深度学习入门
Popular Pandas Projects
Popular Numpy Projects
Popular Data Processing Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Jupyter Notebook
Pandas
Numpy
Matplotlib
Linear Regression
Xgboost
Jieba