Questions and Intuition for Tackling Deep Learning Problems
Published:
Notes
- Can a human with no prior knowledge, educated on nothing but a diet of your training dataset, solve the problem?
- Is your network looking at your data through the right lens?
- Is your network learning the quirks in your training dataset, or is it learning to solve the problem at hand?
- Does your network have siblings that can give it a leg-up (through pre-trained weights)?
- Is your network incapable or just lazy? If it’s the latter, how do you force it to learn?