Skip to content

weizhenzhao/cs224d_nlp_problem_set2

Repository files navigation

cs224d_nlp_problem_set2

second problem set code of cs224d NLP of stanford class

Named Entity Recognition

To run Named Entity Recognition model just import the whole project into your ide
and click into the q2_NER.py file , run as python.run
when you will execute the ner model trainning

Linear classifier model

To run the linear classifier model
click into the tf_classifier.py file , run as python.run
then you will execute the linear classifier model with softmax regression in the random generalize number set
.

RNN Language Model

To run the language model
you should click into q3_rnnlm.py

About

second problem set code of cs224d NLP of stanford class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages