The Jupyter Notebook, previously known as the IPython Notebook, is a language-agnostic HTML notebook application for Project Jupyter. Jupyter notebooks are documents that allow for creating and sharing live code, equations, visualizations, and narrative text together. People use them for data cleaning and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more.
Created by Fernando Pérez, Brian Granger, and Min Ragan-Kelley
发布于 December 2011
《Python 数据科学手册》,全文以Jupyter Notebooks形式呈现
aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
翻译 - 又名“黑客的贝叶斯方法”:贝叶斯方法+概率编程的介绍,具有计算/理解第一,数学第二的观点。全部使用纯Python;)
#计算机科学#⛔️ DEPRECATED – See https://github.com/ageron/handson-ml3 instead.
翻译 - 一系列Jupyter笔记本电脑,带您使用Scikit-Learn和TensorFlow掌握python机器学习和深度学习的基础知识。
#算法刷题#该仓库包含了 Python 实现的流行的机器学习算法示例,带有数学理论解释。使用交互式的Jupyer Notebook,可直接在浏览器中运行查看结果、图表、预测。大部分内容出自Andrew Ng的机器学习课程
#计算机科学#Best Practices on Recommendation Systems
翻译 - 推荐系统的最佳做法
Interactive Data Visualization in the browser, from Python
翻译 - 通过Python在浏览器中进行交互式数据可视化
The interactive graphing library for Python ✨ This project now includes Plotly Express!
翻译 - Python的交互式图形库(包括Plotly Express):火花:
Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
翻译 - IPython本身的官方存储库。 IPython组织中的其他仓库包含网站,文档版本等信息。
#计算机科学#Machine Learning Toolkit for Kubernetes
翻译 - Kubernetes的机器学习工具包
JupyterLab computational environment.
翻译 - JupyterLab计算环境。
#计算机科学#1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.
翻译 - 从pandas DataFrame对象创建HTML分析报告
Jupyter Interactive Notebook
翻译 - Jupyter交互式笔记本
A small set of Python functions to draw pretty maps from OpenStreetMap data. Based on osmnx, matplotlib and shapely libraries.
翻译 - 一小组 Python 函数,用于从 OpenStreetMap 数据绘制漂亮的地图。基于 osmnx、matplotlib 和 shapely 库。
#计算机科学#Example 📓 Jupyter notebooks that demonstrate how to build, train, and deploy machine learning models using 🧠 Amazon SageMaker.
翻译 - 示例笔记本示例展示了如何在Amazon SageMaker中应用机器学习,深度学习和强化学习
Custom Jupyter Notebook Themes
翻译 - 自定义Jupyter笔记本主题
#计算机科学#Best Practices, code samples, and documentation for Computer Vision.
翻译 - 计算机视觉的最佳实践,代码示例和文档。