clip2frame icon indicating copy to clipboard operation
clip2frame copied to clipboard

Make features and annotations into experiment data

Open jixu7952 opened this issue 8 years ago • 6 comments

missing script?

jixu7952 avatar Feb 23 '17 09:02 jixu7952

The features of all 6 scales from MagnaTagATune will take quite a lot of spaces. I will see what I can do.

ciaua avatar Feb 23 '17 10:02 ciaua

a few sample lines of data to show the npy file format would be desirable, and the python file for making experiment data is missing

jixu7952 avatar Feb 24 '17 00:02 jixu7952

Yes, I am confused about how to retrieve tags backward from outcomes of the model.

TobyOoO avatar Feb 24 '17 03:02 TobyOoO

Thank you both for your comments. I think I will take this chance to overhaul the whole package, including updating the codes, uploading the experiment data.

I will also make the feature standardization process independent of the scikit-learn package by including the standardization directly into the model. The standardizer module in scikit-learn has been changing several times recently, so doing so will make the maintenance easier in case it changes again.

ciaua avatar Feb 24 '17 04:02 ciaua

thanks for update, Ciaua. Could you please kindly share the script to prepare the experiment data?

jixu7952 avatar Feb 27 '17 05:02 jixu7952

I have added process_annotations.top_n_tags.py and make_exp_data.py. You still have to download the MagnaTagATune files from their website though.

ciaua avatar Feb 27 '17 06:02 ciaua