《动手学深度学习》:面向中文读者、能运行、可讨论。英文版即伯克利“深度学习导论”教材。
-
Updated
Oct 7, 2020 - Python
{{ message }}
《动手学深度学习》:面向中文读者、能运行、可讨论。英文版即伯克利“深度学习导论”教材。
Every kubeflow image should be scanned for security vulnerabilities.
It would be great to have a periodic security report.
Each of these images with vulnerability should be patched and updated.
Interactive deep learning book with code, math, and discussions. Available in multi-frameworks.
Paperwork - OpenSource note-taking & archiving alternative to Evernote, Microsoft OneNote & Google Keep
could you add one of the spellchecker plugins?
The plotting UI leaves a lot to be desired:
Interactive and Reactive Data Science using Scala and Spark.
A minimalist command line knowledge base manager
Open source note-taking application for Android
CLI plain-text note-taking, bookmarking, and archiving with encryption, filtering and search, Git-backed versioning and syncing, Pandoc-backed conversion, and more in a single portable script.
Python notebooks with ML and deep learning examples with Azure Machine Learning | Microsoft
Turn Python scripts into handouts with Markdown and figures
A simple command line notebook for programmers
Create a new notebook, add cells containing @__FILE__ and @__DIR__. Then move the file from the default location to a new name and location. For fun, add additional cells containing @__FILE__ and @__DIR__. Note that re-running the cells which display the out-of-date results does not cause them to update their results.
 tutorials for Big Data Analysis and Machine Learning as IPython / Jupyter notebooks
A Jupyter notebook extension for geospatial visualization and analysis
Add 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."
There are many places where we could make use of Pathlib.
Look for any places that uses
with open(...)and ask yourself:Path(),Don't try to bite more than you can chew (or more than I can review), try to fix 1 place at a time.