This is the 14th issue of Data Awesome, where I share great resources and use the word awesome more than any one person should. đ Letâs get to it! đ
Awesome Articles đ
I teach Data Science for General Assembly and I just made the switch from using Jupyter Notebooks in JupyterLab with my students to using Visual Studio Code (VS Code). Iâd dabbled before, but Chris Moffitâs 16 Reasons to Use VS Code for Developing Jupyter Notebooks convinced me to make the leap. Some of my favorite features are the git integration, variable inspector, intellisense, and the ease of switching kernels. There are a few areas where I prefer the JupyterLab interface, but overall Iâd recommend folks use VS Code.
Relatedly, last year I asked Python data folks on Twitter where they do most of their coding. Small sample size and all kinds of potential selection bias issues, but interesting to see VS Code was the most popular answer nonetheless.
Next up weâve got a pair of awesome deep learning transformer architecture walk-throughs.
Transformers from Scratch by Brandon Rohrer is an excellent deep dive into the Transformer deep neural network architecture. Transformers are best known for improving the state of the art in NLP, but they are being applied in other areas such as computer vision. I highly recommend this guide to understand whatâs going on behind the scenes.
In conjunction with Transformers from Scratch, Iâd suggest checking out The Illustrated Transformer by Jay Alammar. This post delivers on its promise with lots of animated illustrations to help the transformer architecture stick. đ
Speaking of helping things stick, I recently came across Micael Nielsenâs extensive post on the free Anki program for spaced repetition. The system is awesome for helping you remember nearly anything. I have used Anki some in the past, but fell off the horse đ and abandoned it years ago. Michaelâs post motivated me to start using it again. I found it encouraging that he had had some false starts but then managed to use it to great effect.
Awesome Tutorial, Package, Datasets & Hosting đ
Hugging Face đ€ seems to be everywhere these days.
The Hugging Face Course is an excellent and free introduction to using the Hugging Face library for transfer learning. This tutorial also has an excellent description of transformers - noticing a theme? đ€.
Hugging Face provides a bunch of datasets, so Iâve added it to my article on the best places to find datasets. đ
Hugging Face recently debuted Hugging Face Spaces, which is quite possibly the best place to host an interactive website. đ Spaces integrates with GitHub, Streamlit, and Gradio (which the Hugging Face company recently acquired). Spaces is free for basic use cases.
Awesome Book đ
The second edition of Introduction to Statistical Learning (ISLR) by James, Witten, Hastie & Tibshirani came out a few months back. đ This machine learning holy book free to download on the bookâs website. This has lots of new material, including sections on deep learning, naive Bayes, and survival analysis.
Awesome Update âŹïž
Scikit-learn continues to make life nicer for data scientists with its 1.0 update released this fall. You canât directly get a pandas DataFrame out of a transformer yet, but the team is working on it, and this release makes it easier to stitch together the names of the features from each transformation. I wrote a guide to the new features and changes in version 1.0 here.
Thatâs all the awesomeness for now! Until next time, stay awesome data people! đ + đ