Every engineering project has delays and issues, but machine-learning projects are harder to manage than any other. In the first week you might go from zero to 80% accuracy. The next 20% might take you another week, a month or a lifetime — it’s impossible to tell. So how do you make an 80% accurate model useful? […]
Articles
An Intro to Git and GitHub for Beginners
Git and GitHub are two of the coolest technologies around for developers. Git, despite its complexity and rather terse beginnings, is the version control tool of choice for everyone from web designers to kernel developers. Let me share a few quick pointers to get you started on Git: Create a new repository on GitHub. Open Terminal. […]