Deep Learning for humans
-
Updated
Oct 3, 2021 - Python
{{ message }}
Data science is an inter-disciplinary field that uses scientific methods, processes, algorithms, and systems to extract knowledge from structured and unstructured data. Data scientists perform data analysis and preparation, and their findings inform high-level decisions in many organizations.
Deep Learning for humans
When user encounter error in dashboard, can we show the specific error information rather than 'Unexpected error'?
For example for Missing dataset error, can we show the error title to bubble up as 'Missing dataset' rather than 'Unexpected error'? It will be easier for user to see specific error right away.
<img width="674" alt="Screen Shot 2021-10-01 at 10 48 24 AM" src="https://user-image
Learn how to responsibly deliver value with ML.
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 ;)
12 weeks, 25 lessons, 50 quizzes, classic Machine Learning for all
Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.
Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.
Ray Serve
See repro script, a fix would be avoid reconfiguring when there are inflight queries. Additionally, we should consider not accepting new queries when reconfigure is being called.
See #3856 . Developer would like the ability to configure whether the developer menu or viewer menu is displayed while they are developing on cloud IDEs like Gitpod or Github Codespaces
Create a config option
showDeveloperMenu: true | false | auto
where
Update the imports in the Lightning Quantization callback to torch.ao.quantization
Quantization in PyTorch 1.10 is moving under the torch.ao module namespace:
https://github.com/pytorch/pytorch/blob/3d6d4f4322e42886349b822449b9e439fac89ae2/torch/quantization/quant
In recent versions (can't say from exactly when), there seems to be an off-by-one error in dcc.DatePickerRange. I set max_date_allowed = datetime.today().date(), but in the calendar, yesterday is the maximum date allowed. I see it in my apps, and it is also present in the first example on the DatePickerRange documentation page.
E
test1.py file with the contents import sys; print(1, sys.argv) in the current directorytest2.py file with the contents print(2) in the current directoryAs per the IPython reference:
Both files are executed in sequence, the
Roadmap to becoming an Artificial Intelligence Expert in 2021
I've noticed that matplotlib currently doesn't support saving images in webp format, which I later confirmed by looking into supported file formats in backend_bases.py file.
Saving images in webp would definitely be useful for users who want to upload the graphs they generate in matplotlib to t
The fastai book, published as Jupyter Notebooks
VIP cheatsheets for Stanford's CS 229 Machine Learning
A comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
Best Practices on Recommendation Systems
The "Python Machine Learning (1st edition)" book code repository and info resource
Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 200 universities.
Dive into Machine Learning with Python Jupyter notebook and scikit-learn!
Is your feature request related to a problem? Please describe.
I typically used compressed datasets (e.g. gzipped) to save disk space. This works fine with AllenNLP during training because I can write my dataset reader to load the compressed data. However, the predict command opens the file and reads lines for the Predictor. This fails when it tries to load data from my compressed files.
Originally posted by ZhiyuanChen August 14, 2021
[2021-08-14 10:13:41] INFO (NNIDataStore) Datastore initialization done
[2021-08-14 10:13:41] INFO (RestServer) RestServer start
[2021-08-14 10:13:41] INFO (RestServer) RestServer base port is 8080
[2021-08-14 10:13:41] I
A curated list of awesome big data frameworks, ressources and other awesomeness.
Describe the issue linked to the documentation
Use
:doi:and:arxiv:directives for references in the documentation as is done in scipy in scipy/scipy#12858.Suggest a potential alternative/fix
No response