microsoft / EdgeML

This repository provides code for machine learning algorithms for edge devices developed at Microsoft Research India.
Other
1.59k stars 370 forks source link

Select protoypes without projecting #267

Open abhishek-ghose opened 2 years ago

abhishek-ghose commented 2 years ago

Hi,

Thank you for making this library publicly available! I have a question regarding ProtoNN: does the implementation allow for holding W fixed at the identity matrix? I want to only select prototypes - for comparing against techniques that cannot project.

Thanks!