A Swift Read: Understanding and Using Optionals
Tuesday July 10, 2018 at 03:15 pm CST
In Swift, the optional type is used to indicate that a variable (or constant) might not hold a value, i.e. that it might equal
nil
. Based on this, you may suspect that a non-optional variable cannot be assigned a value ofnil
, and you would be correct…Today I Learned: Viewing the Git Leaderboard
Tuesday July 10, 2018 at 02:26 pm CST
Today I Learned…how to prove my 10X-ness
Document Your Confusion
Monday July 9, 2018 at 08:21 pm CST
On a few occasions, I’ve started work on a brownfield project and found that, either due to poor programming practices or because there was no elegant way to implement a feature, it’s been necessary to create documentation beyond what is normally included in a README. This documentation often took the form of glossaries, diagrams…
Today I Learned: Keep Your Brews Bubbly
Monday July 9, 2018 at 08:16 pm CST
Today I Learned…Homebrew upkeep
Today I Learned: Squeaky Clean Anaconda Environments
Monday July 9, 2018 at 08:06 pm CST
Today I Learned…how to clean up Anaconda envs
Keep Anaconda from Constricting Your Homebrew Installs
More on Model Evaluation and an Updated Syllabus
Monday July 9, 2018 at 12:06 pm CST
As mentioned in the previous blog post, this month, I’ll be focusing on Chollet’s Deep Learning with Python (DLP), which focuses on Keras, and Géron’s Hands on Machine Learning with Scikit-Learn and Tensorflow (HML).
I’m definitely wishing I spent more of June digging into training models…