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.
Here are 8,507 public repositories matching this topic...
-
Updated
Apr 12, 2020 - Jupyter Notebook
-
Updated
Jun 4, 2020 - Jupyter Notebook
-
Updated
Feb 18, 2020 - Jupyter Notebook
Vectorized version of gradient descent.
theta = theta * reg_param - alpha * (1 / num_examples) * (delta.T @ self.data).T
We should NOT regularize the parameter theta_zero.
theta[0] = theta[0] - alpha * (1 / num_examples) * (self.data[:, 0].T @ delta).T
the first code line ,theta include theta[0].
so I think can write like this:
theta[0] -= alpha * (1 / num_examples) * (self.data[:, 0].
-
Updated
Jan 10, 2020 - HTML
-
Updated
Mar 31, 2020
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
-
Updated
Jul 13, 2020 - Jupyter Notebook
-
Updated
May 15, 2020 - CSS
-
Updated
Jul 16, 2020 - Python
-
Updated
Jul 14, 2020 - Python
-
Updated
Jul 16, 2020 - Jupyter Notebook
-
Updated
Jun 2, 2020 - Jupyter Notebook
-
Updated
Jul 16, 2020 - TypeScript
-
Updated
May 8, 2018 - Jupyter Notebook
-
Updated
Jul 16, 2020 - Jupyter Notebook
This was initially a question by @lwasser on Twitter: Is anyone using a tool that "cleans" or tests @ProjectJupyter notebooks for things like extra imports, PEP 8, etc etc?
It would be interesting to describe what we can do with jupytext at the command line, and also, what can be done with pre-commit hooks.
Regarding the comma
-
Updated
Jun 17, 2020 - Jupyter Notebook
-
Updated
Nov 12, 2019 - Jupyter Notebook
-
Updated
Jul 14, 2020 - Jupyter Notebook
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?
-
Updated
Jul 16, 2020 - Jupyter Notebook
-
Updated
Jun 7, 2020 - Go
-
Updated
Jun 30, 2020 - Jupyter Notebook
-
Updated
Jul 12, 2020 - Jupyter Notebook
-
Updated
Jul 9, 2019 - Go
-
Updated
Jul 5, 2019 - Jupyter Notebook
-
Updated
Jul 9, 2020 - Python
-
Updated
May 17, 2020 - Jupyter Notebook
Created by Jupyter Developers
Released December 2011
Latest release about 1 month ago
- Repository
- jupyter/notebook
- Website
- jupyter.org


In the PCA section there is the following quote:
While not inaccurate (150 componen