Natural language processing NLP graduate novice

Hard to force

Postgraduate

Because you want to change the code, the amount of code is generally not small, so you must learn to Debug,

It really helps a lot, a lot, by breaking the point step by step,

Be able to see the specific information stored in each variable,

Once I couldn't change the code, I started with the recommendation of the big guys.

 

The development environment used is VSCode, which is free, and there are also plug-ins for remote development and debugging.

Also under the suggestion of the big guys, the remote server uses GPU to debug step by step.

The specific use of the previous post has: ~~~~~ link~~~~~

 

There is more than one person’s code on the laboratory server, and everyone’s environment is different.

If it is shared, there will definitely be problems, so use a virtual environment,

For specific use, please refer to the previous post: ~~~~~link~~~~~

 

Then refer to the sharing of many nlp competitions with similar tasks (code on Github),

(If there is no specific direction to do, just go to these competitions to evaluate and practice hands)

(Some codes may have bugs, pay attention to Issues)

You can fork to your own warehouse,

 

Plus Google search (if available) (heap of keywords),

Or Baidu search (need to improve search ability),

There is also a class by Teacher Li Hongyi from National Taiwan University,

With these powerful tools, I believe you will be easier,

 

Many existing tasks seem to be able to use the framework of reading comprehension,

There are also text matching, such as studying the relationship between sentence pairs

 

This entry is well written, text assignment, text matching, etc.,

The core is to type code, and to type code you need to use the development environment, so you must be able to debug:

https://www.zhihu.com/question/19895141/answer/1650139426

Guess you like

Origin blog.csdn.net/sdaujz/article/details/109360627