Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 402 Bytes

File metadata and controls

15 lines (11 loc) · 402 Bytes

Outline

Usage

1. data select class

  1. First get data from html.
  2. Then use function sort label information.
  3. Merge data and label to one matrix.
  4. Shuffle array to generate random array.
  5. Set train and validate range. like train 0-0.8, validate: 0.8-1
  6. Use the partion of the set and generate train and validate.