Semantic analysis of webpages with machine learning in Go · James Bowman
I spend a lot of time reading articles on the internet and started wondering whether I could develop software to automatically discover and recommend articles relevant to my interests. There are various aspects to this problem but I have decided to concentrate first on the core part of the problem: the analysis and classification of the articles. To illustrate the problem, lets consider the following string representing an article for the purpose of this example. We will attempt to use this article as a query to find similar or related articles from the following set of strings (usually referred to as a'corpus'), where each string also represents an article. The approaches we will consider for this example will work with any type of query equally whether the query is itself an article as above or simply a short string of words.
Mar-22-2017, 08:00:44 GMT
- Technology: