Mrinal Mathur

Results 15 comments of Mrinal Mathur

Hey Eric, i did train it again but on different system so it gave me correct responses. But i did manipulate it a bit since it was just giving vague...

Hello @czainab, can you kindly mail me the dataset too?

if you are running it in python3, then filter doesnt return list but an iterable filter object. So use list before filter and it should work `first_p = list(mean_array).index(list(filter(lambda x:...

look at #1, where he explained how to run the code. Kindly tell me if it runs

I noticed you are running this using anaconda3 which as python 3+. kindly try running this using python2.

Hey, so i took the access of the ADNI data, can you kindly guide me what to do after that? i cant seem to find the data.

@czainab , replace it with this `first_p = list(mean_array).index(list(filter(lambda x: x>0, mean_array))[0]) `

Can you tell me how to add more entities? i have to train my data so it can detect courses - CSR, designation - DSG, etc i am trying to...

Is there a way to only use "-U" tag only? eg. "Software development" U-DSG U-DSG. and then train neuroner?

Epoch: 7.038456719825784e-05 - loss: 133.074 - acc: 0.51: 0%| | 1/42622.979999Epoch: 0.00014076913439651568 - loss: 132.773 - acc: 0.51: 0%| | 2/42622.97999Epoch: 0.00021115370159477352 - loss: 119.407 - acc: 0.46: 0%| |...