Web Development Clustering Algorithms

my senior project defines the dominant category of a webpage. I scanned dmoz. now i am trying to build arff. After that I will use some methods for extracting objects and classification algorithms. Do you know which object extraction method works well with any classification algorithm for web development?

+3
source share
1 answer

uClassify uses the Bayesian Network and claims to be able to classify web pages.

uClassify is a free web service where you can easily create your own text classifiers. Examples:

  • Spam filter
  • web page categorization
+3

Source: https://habr.com/ru/post/1728772/


All Articles