How to get started on Information Extraction?

前端 未结 8 1551
夕颜
夕颜 2021-02-03 13:42

Could you recommend a training path to start and become very good in Information Extraction. I started reading about it to do one of my hobby project and soon realized that I wo

8条回答
  •  一整个雨季
    2021-02-03 14:07

    I disagree with the people who recommend reading Programming Collective Intelligence. If you want to do anything of even moderate complexity, you need to be good at applied math and PCI gives you a false sense of confidence. For example, when it talks of SVM, it just says that libSVM is a good way of implementing them.

    Now, libSVM is definitely a good package but who cares about packages. What you need to know is why SVM gives the terrific results that it gives and how it is fundamentally different from Bayesian way of thinking ( and how Vapnik is a legend).

    IMHO, there is no one solution to it. You should have a good grip on Linear Algebra and probability and Bayesian theory. Bayes, I should add, is as important for this as oxygen for human beings ( its a little exaggerated but you get what I mean, right ?). Also, get a good grip on Machine Learning. Just using other people's work is perfectly fine but the moment you want to know why something was done the way it was, you will have to know something about ML.

    Check these two for that :

    http://pindancing.blogspot.com/2010/01/learning-about-machine-learniing.html

    http://measuringmeasures.com/blog/2010/1/15/learning-about-statistical-learning.html

    http://measuringmeasures.com/blog/2010/3/12/learning-about-machine-learning-2nd-ed.html

    Okay, now that's three of them :) / Cool

提交回复
热议问题