Tutorial on how to launch Jupyter Notebook in Google GPU cloud.
https://hackernoon.com/launch-a-gpu-backed-google-compute-engine-instance-and-setup-tensorflow-keras-and-jupyter-902369ed5272
#tutorial #jupyter #google
https://hackernoon.com/launch-a-gpu-backed-google-compute-engine-instance-and-setup-tensorflow-keras-and-jupyter-902369ed5272
#tutorial #jupyter #google
Hackernoon
Launch a GPU-backed Google Compute Engine instance and setup Tensorflow, Keras and Jupyter | HackerNoon
Thomas Wolf’s post on how to make #Python #NLP faster.
Spoiler: use spaCy's internals and a bit of Cython magic
Bonus: a #Jupyter notebook with examples processing over 80 millions words per sec…
https://medium.com/huggingface/100-times-faster-natural-language-processing-in-python-ee32033bdced
Spoiler: use spaCy's internals and a bit of Cython magic
Bonus: a #Jupyter notebook with examples processing over 80 millions words per sec…
https://medium.com/huggingface/100-times-faster-natural-language-processing-in-python-ee32033bdced
Medium
🚀 100 Times Faster Natural Language Processing in Python
How to take advantage of spaCy & a bit of Cython for blazing fast NLP
How to Create Animated Graphs in Python
Short tutorial on how to create animated graphs, which also works in #jupyter notebooks.
Link: https://towardsdatascience.com/how-to-create-animated-graphs-in-python-bb619cc2dec1
Youtube link with #visualization: https://youtu.be/7xrvuSDLHiY|
#novice #beginner
Short tutorial on how to create animated graphs, which also works in #jupyter notebooks.
Link: https://towardsdatascience.com/how-to-create-animated-graphs-in-python-bb619cc2dec1
Youtube link with #visualization: https://youtu.be/7xrvuSDLHiY|
#novice #beginner
Medium
How to Create Animated Graphs in Python
Matplotlib and Seaborn are some nice libraries in Python to create great looking plots. But these plots are all static and it’s hard to…