Uh oh!
There was an error while loading. Please reload this page.
Merging recomm_sys - #72
Conversation
BooBSD
commented
Dec 26, 2024
@akkadhim Could you please export your noisy datasets to a CSV file for testing in other languages? |
akkadhim
commented
Dec 27, 2024
Sure, below are different datasets for different noise ratios. noisy_dataset_0.05.csv |
BooBSD
commented
Dec 27, 2024
@akkadhim Thank you! |
BooBSD
commented
Dec 27, 2024
@akkadhim Is it correct that, after one-hot booleanization, your input data consists of 10709 bits? This includes 1350 unique |
akkadhim
commented
Dec 27, 2024
|
@akkadhim |
@akkadhim My best validation accuracy:
Here is the proof: These results were obtained on a CPU, and it works quite fast. |
akkadhim
commented
Dec 28, 2024
For the user_id, the CSV formatting rules allow handling such cases by enclosing the value in double quotes, while the categories column format maintains the original structure of the dataset. Splitting these fields would alter the representation of hierarchical categories and associated user IDs. |
akkadhim
commented
Dec 28, 2024
Very impressive! Nice work, @BooBSD! |
BooBSD
commented
Jan 29, 2025
@akkadhim Hey, can you please share your presentation on GloVe, Word2Vec, etc., from the latest meeting call? |
akkadhim
commented
Jan 29, 2025
Sure, please send me your emil address. |
BooBSD
commented
Jan 30, 2025
Thank you! |
Adding the recommendation system experiments. Please ignore any changes outside the (examples/recomm_system) directory.