Python Data Science Handbook: full text in Jupyter Notebooks
-
Updated
Oct 16, 2019 - 234 commits
- Jupyter Notebook
The Jupyter 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.
Python Data Science Handbook: full text in 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 ;)
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
100-Days-Of-ML-Code中文版
🤖 Python examples of popular machine learning algorithms with interactive Jupyter demos and math being explained
A neural network that transforms a design mock-up into a static website.
Dive into Machine Learning with Python Jupyter notebook and scikit-learn!
PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation
Hi there,
While trying to configure JupyterHub locally, running in the terminal gives the following link:
"JupyterHub is now running at http://127.0.0.1:port/"
To which my browser responded "The connection was reset". I found that using HTTPS and ignoring the warnings solved this issue.
My specs are: Ubuntu 19.04, Firefox and I used openssl to get a key and certificate.
JupyterHub ve
Documentation links inside the README.md
of a couple of nteract package are broken (ex: commutable and rx-jupyter). To fix them it only requires a .html
at the end, but I am unsure if you accidentally changed something on nteract.io where routing no longer works without .html
so I am openning an issue for it
A curated list of applied machine learning and data science notebooks and libraries across different industries.
Create HTML profiling reports from pandas DataFrame objects
利用Python进行数据分析 第二版 (2017) 中文翻译笔记
A collection of infrastructure and tools for research in neural network interpretability.
We should provide a sample notebook with
and document how to test it with jupytext --check [pytest]
.
How does that compare to
Jupyter notebooks from the scikit-learn video series
How to use Watcher / WatcherClient over tcp/ip network?
Watcher seems to ZMQ server, and WatcherClient is ZMQ Client, but there is no API/Interface to config server IP address.
Do I need to implement a class that inherits from WatcherClient?
Neural Network Distiller by Intel AI Lab: a Python package for neural network compression research. https://nervanasystems.github.io/distiller
lgo does not complete import paths now.
We want to complete import paths for these patterns:
import [cur]
import (
[cur]
import "a/b[cur]
import "[cur]
Deep Learning tutorials in jupyter notebooks.
:earth_americas: machine learning tutorials (mainly in Python3)
Currently nbviewer looks to be largely undocumented (outside of the README) for either user or developer docs.
I'm not sure if this was a choice, and I don't know as much about documentation for javascript applications, but this seems (at best) suboptimal.
Jupyter meets Vim. Vimmer will fall in love.
Jupyter notebooks for teaching/learning Python 3
免费学代码系列:小白python入门、数据分析data analyst、机器学习machine learning、深度学习deep learning、kaggle实战
Tools for diffing and merging of Jupyter notebooks.
Description
Add Azure notebook to our SETUP doc.
I tested google colab and Azure notebook to run reco-repo without requiring creating any DSVM or compute by myself, and it works really well with simple tweaks to the notebooks (e.g. for some libs, should install manually).
I think it would be good to add at least Azure notebook to our SETUP doc, where users can easily test out our repo w/o