No post body was provided.
Ask HN: Any resources for learning Python and NLP in short time?
1–6 of 6 posts
Re: Ask HN: Any resources for learning Python and NLP in short time?
#2Kaggle
Mlcourse.ai
Re: Ask HN: Any resources for learning Python and NLP in short time?
#3Regarding Python: Official Python docs are actually very readable, and give quite a kickstart in a short amount of time: https://docs.python.org/3/tutorial/index.html
Re: Ask HN: Any resources for learning Python and NLP in short time?
#4How quick? Also what do you mean NLP? As in …
https://en.wikipedia.org/wiki/Neuro-linguistic_programming
Learning NLP will take you along time on its own. Possibly even years.
What’s your Python experience so far?
Re: Ask HN: Any resources for learning Python and NLP in short time?
#5How quick? Also what do you mean NLP? As in … https://en.wikipedia.org/wiki/Neuro-linguistic_programming Learning NLP will take you along time on its own. Possibly even years. What’s your Python experience so far?
Natural language processing
Re: Ask HN: Any resources for learning Python and NLP in short time?
#6python is relatively simple. But what matters is what you need to do with python. Different uses mean you need to learn to use different python libraries.
NLP is a much bigger field and requires a lot of prior knowledge, which I'm starting to learn now. My approach is driven by requirements. That is, I need to accomplish a certain function, find the general idea from the internet first, and then go learn the corresponding technology.