Paper Summary: Language Models are Few-Shot Learners
01 Jan 2023 Summary of the 2020 article "Language Models are Few-Shot Learners" by Brown et al. AKA the GPT-3 Paper.
Read More ›Paper Summary: BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding
01 Jan 2023 Summary of the 2018 article "BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding" by Devlin et al.
Read More ›paper-summary attention sequence-learning
Paper Summary: Long Short-Term Memory-Networks for Machine Reading
25 Dec 2022 Summary of the 2016 article "Long Short-Term Memory-Networks for Machine Reading" by Cheng et al. AKA the "Self-attention" article
Read More ›As a Manager: Tell Reports "Why" as Often as Possible
12 Dec 2022 Asking somebody to do something without fully telling them the underlying reasons saves time in the short run but prevents growth in the long run. As often as you can, tell people the why behind a given task or decision.
Read More ›Mini-Tutorial: Installing PyTorch (CPU-only) on Ubuntu
28 Nov 2022 Some notes on how to install PyTorch (CPU-only for now) on Ubuntu
Read More ›Pandas Fillna Examples: Filling in Missing Data
16 Oct 2022 Examples on the most common ways you will find yourself using fillna and related functions in pandas.
Read More ›As a Manager: Give Feedback on Specifics Only
15 Oct 2022 As a manager, why you should try and keep feedbacks on specific actions and behaviours, rather than giving out generic, subjective advice.
Read More ›Git config Examples
15 Oct 2022 Quick examples for some common configuration for git and related tools.
Read More ›Brainstorming Tech Content
15 Oct 2022 Meta content on writing tech content such as this blog
Read More ›Splunk examples: Dealing with null/empty values
10 Oct 2022 Dealing with NULL and/or empty values in splunk. Examples with the most common use cases and problems you may face.
Read More ›