My favorite NN debugging test
If you are implementing some fancy architecture, I advice you to implement a following test: Take batch of examples and run it through the network Take one (let...
If you are implementing some fancy architecture, I advice you to implement a following test: Take batch of examples and run it through the network Take one (let...
You should never guess how to improve your classifier. I’ve seen spectacular improvements and accuracy jumps in Neural Networks that were achieved by acci...
Your partner (for the fluent writings let’s say it’s a woman), the psychology student, got the grant for the research about the relationships. She created a pre...
I don’t know if I’m any better than the people I’m gonna criticize today. Nevertheless, I can’t believe in the scale with which wast...
For a moment I was strongly influenced by Test Driven Development (TDD). It took me a while to relate it to Machine Learning in general. I hope to write a p...
For many years I had a strong conviction that the worst thing I could do is to overfit the training data. I loved to watch these legendary disasters fro...
Many clients, many servers, dataset versions, database migrations, artificial data, deprecated data, preparing for new functionality. A casual day. Leak...
A chain of shoe stores asked you to create a clothing recommendation system based on their own database. They have the pictures of shoes of people buying the sh...
Training Recurrent Neural Networks is a hard task, especially for an inexperienced engineer, that can be surprised by some phenomena specific to that type o...
Your goal is to create a classifier that transcripts numbers of houses from pictures. You have 30,000,000 annotated images, and billions of images to tag by...