Closed nsapkota68 closed 4 years ago
Thank you so much.
Nabin
On Sat, Sep 26, 2020 at 11:38 AM Eklavya Sarkar notifications@github.com wrote:
I forget exactly how I unwrapped the data, but you can find it here: https://github.com/aurelienduarte/emnist
Then you have to sort it with sort.py and put the correct path in som.py: https://github.com/EklavyaFCB/EMNIST-Kohonen-SOM#note
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/EklavyaFCB/EMNIST-Kohonen-SOM/issues/1#issuecomment-699518427, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQOA4W5VJGZBML4HSZCIJDDSHYKJZANCNFSM4R2WEMEQ .
I was able to read the Matlab file, but could not process nested nd array in a file 'dataset_byclass'. I have spent quite a time trying to unwrap it, then sort it, but it seems like it is beyond my skill. Any help is appreciated. I want to use the results in a paper and cite this source. Thank you.
The file attached is the values of the dataset field of dictionary item of the Matlab file dataset_byclass.
Alright I'll try to sort this tomorrow morning and give it to you asap, I need to update this repo anyway.
I have updated the instructions, and placed the new .csv files on my google drive.
You just have clone again (or pull), place the data from my GDrive to the correct path as explained here, and run som.py
.
Have also added a cite part.
Let me know if you have any issues now.
For further reading, you can also refer to my thesis.
Thank you very much, I could run all the files now. Your thesis is impressive.
Great! I look forward to reading your paper too someday !
Did you ever write a paper ?
I forget exactly how I unwrapped the data, but you can find it here: https://github.com/aurelienduarte/emnist
Then you have to sort it with sort.py and put the correct path in som.py as explained here: https://github.com/EklavyaFCB/EMNIST-Kohonen-SOM#note