Doximity Tech Digest #8

Jul 01, 2015 | Rodrigo Kochenburger

Inceptionism: Going Deeper into Neural Networks

Very cool technique to peek inside a complex neural network built to interpret images.

Regexes: The Bad, the Better, and the Best

A story about how just a few characters can make such a big difference in performance

First Aid Git

FAQ and solutions for the most common git issues.

Cleaning Up Git Branches

The article shows how to clean up unused branches from your git repository.

What is Branch Prediction?

Interesting discussion and answer about branch prediction, which is a interesting subject on it’s own.