Longest Common Subsequence
Question
- lintcode: (77) Longest Common Subsequence
目前大部分的深度学习模型仍然需要海量的数据支持。例如 ImageNet 数据就拥有1400多万的图片。而现实生产环境中,数据集通常较小,只有几万甚至几百个样本。这时候,如何在这种情况下应用深度学习呢?
Given n items with size \[Ai\] and value Vi, and a backpack with size m. What's the maximum value can you put into the backpack?