NER-using-Deep-Learning
NER-using-Deep-Learning copied to clipboard
A project on achieving Named-Entity Recognition using Deep Learning.
The NER corpus include many more 'O' label than any entities. How can we fix this using keras? I tried sample_weight to ajust the loss function during training, but it...
Hello,u haven't mentioned the type of decoding that has to happen in process_data.py in the method read_data and i have tried with utf-8 but it is still showing the same...
what is format of datset required for your NER . I wnat to use on my data set which is in SSF fromat. kindly help me for that.
For the English data sets, loss is nan since training starts. I tried to match the Keras and tensorflow versions (except that I use CPU), but it doesn't help. I...