assignment 1

学习目标

  1. 知晓图像处理的基本流程(imagine classification pipeline )
  2. 训练集,验证集,测试集的作用。其中验证集用来求解超参数(Hyperparamter tuning)
  3. 熟练运用Vectorzied code(Numpy 包)来描述运算过程。
  4. 掌握KNN,SVM,SoftMax,Two Layer Neural Network,的区别和折中(tradeoff)关系。
  5. 从高层次的抽象特征(Color histograms,Histogram of Gradient feature)的研究来提升整体的性能。

你可能感兴趣的:(assignment 1)