《动手学深度学习》:面向中文读者、能运行、可讨论。英文版即伯克利“深度学习导论”教材。
-
Updated
Jul 5, 2020 - Python
《动手学深度学习》:面向中文读者、能运行、可讨论。英文版即伯克利“深度学习导论”教材。
/kind feature
Persona: Infrastructure Engineer
Control Plane Walkthrough:
Right now, there's a "languages" feature implemented, which allows the user to define, in what kind of languages the documents he usually uploads are written in. Under "Settings", each Paperwork user can select the languages he'd like Paperwork to support for his account.
This was being implemented, so that tesseract can be called with the according language option, which helps OCR.
Now, thi
Interactive deep learning book with code, math, and discussions. Available in multi-frameworks.
No.9's solution may be miscopied from No.10's solution.
I suggest the solution should be revised from Before to After.
hint: reshape
nz = np.nonzero([1,2,0,0,4,0])
print(nz)np.arange(0,9).reshape(3,3)Hello,
The objective is to write a troubleshooting page for know issues.
Here is the list of identified known issues.
This is a recurring issue, there is a PR (#1078) in progress to update the documentation
In recent issues (#1035, #1057) the same problem and th
We've got quite a few standardized labels configured in our GitHub but no documentation on which labels to use and when.
We should add a "Labeling Issues" section to our CONTRIBUTING.md so this informational is accessible to people.
The plotting UI leaves a lot to be desired:
Hi all!,
Just want to share with the team some details I've been experiencing while I executed notebooks from command line using a yaml file.
First, let me show my case. I've bee parametrizing different notebooks to isolate data wranlging processes. To do it, I needed to use lists of dictionaries to specifiy keys describing my data, such as area or paths where some files were stored. As all
According to the generated build
The commands to launch are the following :
docker pull andypetrella/spark-notebook:0.7.0-scala-2.11.8-spark-2.1.1-hadoop-2.7.2-with-hive
docker run -p 9001:9001 andypetrella/spark-notebook:0.7.0-scala-2.11.8-spark-2.1.1-hadoop-2.7.2-with-hive
Using that image (and I think it i
Azure storage client is backward incompatible, there's an issue #757 for upgrading the azure connection to the latest client. The new version has an async interface that can be leveraged for the streams module, at least for downloads.
N.B. This is likely a 3~4h work and not a pressing need, so just putting this in the backlog.
There's a
These classes were deprecated long ago and are now removed in Java 13. We should get ready and migrate these classes.
Some migration hints here:
https://docs.oracle.com/javase/9/docs/api/jdk/javadoc/doclet/package-summary.html#migration
Describe your feature request
When you apply formatting it should be toggleable/undoable through an immediate second application
Additional context
This would need selected text to remain after formatting is applied
As requested in glushchenko/fsnotes#854 (comment)
Describe the bug
Text cut in the last line in no tags available message.
Context
Galaxy Nexus API 24
How to reproduce
Steps to reproduce the behavior:
Expected behavior
Text should not cut at the end.
Screenshots
If applicable, add screenshots to help explain your problem.
<img src="https://user-images.githubusercon
From danijar/handout#20 (comment):
doc.add_text('<p style="page-break-before: always">')We can add doc.add_pagebreak() if this is helpful, especially once we have a LaTeX exporter that could also support this.
If the note content contains xml like content such as <someword>, it is omitted in the full text search result from the postgres.
helloworld
<foo>
TensorFlow 2 has been released for more than 1 year.
And there are amounts of developers and users heading to TensorFlow 2, which is more friendly and easier to use. But we don't have any related tutorials or guides for that.
As a TensorFlow contributor and MS Gold Partner, I'd like to submit some PRs to fill in the gap between TF 1.x and 2.x, since I just completed an E2E pipeline of Mobi
参考:GitHub中的上标MD规范 GitHubMD语法

一般习惯这样的:
State of Linux on the MacBook Pro 2016 & 2017
Long running issue:
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.
If you're about to request a config for a specific notebook model, please follow these steps before creating a new issue: Config requests
Describe the solution you'd like
A clear an
Apache Spark & Python (pySpark) tutorials for Big Data Analysis and Machine Learning as IPython / Jupyter notebooks
Developer Documentation now only shows some figures and it could be much easier to understand if some explanations of those figures are clarified, especially the last 2 figures.Thanks:)
Hi there, probably stupid question but is there any detailed doc of what kind of content the config json can contain? I see you can setup username and password for each kernel: is this an authentication against the livy server?
Is there a way to specify the address of the server?
Also, is it possible to customize the location of the config.json file?
Thanks!
TensorFlow and Deep Learning Tutorials
b - a is smaller than 1/k times the original interval sizeAdd a description, image, and links to the notebook topic page so that developers can more easily learn about it.
To associate your repository with the notebook topic, visit your repo's landing page and select "manage topics."
Note 1: This is not the same tab-completion bug for which many issues have already been opened (the one where a massive number of objects from the global namespace are displayed). This issue specifically has to do with unwanted abbreviation of filename paths. I haven't yet found any other reports of this issue.
Note 2: I also posted this to stackoverflow but am posting again here since I didn't