There’s something magical about Recurrent Neural Networks (RNNs).
—Andrej Karpathy
Defining a Neural Network
Neural nets are magical: I remember training my toy JetBot Nano robot with 100 “blocked” and “unblocked” images, and the data science toy started intelligently avoiding spots in my house. The neural net inside the bot learned to do a collision detection based on relatively small dataset I gave it to train, and it truly worked like magic! If you are an engineer used to conventional rule-based programming, just thinking of collision situations, with obstacles being of different ...