Loading...
Answers
MenuWhat are the best techniques for recognizing content topics and building recommendations?
Answers
1) Look through posts and just and tally which "side-topics" show up the most within the last week. Rank them. The top two side-topics for each group will be the most promising ones to suggest to that group in the future. You'll basically be making a 'word cloud', like this: https://www.jasondavies.com/wordcloud/
2) To test your new hypothesis, occasionally start making your own posts on the groups with links to articles about the most promising side-topics you've identified. Either make brand new posts, or cross-post from other groups. See how popular the posts are.
3) If not, move to the next most popular side-topic and do some tests with that.
4) Repeat steps 1 - 4 (each time you do step 1, use the most recent week of posts)
If you'd like more detailed advice on how to do this, and test its effectiveness with regard to your specific groups, let me know,
best,
Lee
1. To tackle the problem of extracting relevant topics of "key-words" from a text (posts, tags, conversation) a simple NER (Named Entity Recognition) system can be used. It can create a list of all the relevant Topics in the text.
2. Once you have the list, this list can be used in another DL algorithm - Recommendation System.
Challenges with a Recommendation System is that it requires a lot of pre-training data and a huge resource to train. (This is only viable in cases where you already have a good amount of tagged data and do not have any constraints in terms of using bigger resources).
3. Another simpler, faster but less accurate way is to use a clustering model ( can be from ML or DL depending on the data ). This approach creates multiple clusters and can tag each element in the NER list with one of the clusters.
Then using distance formula within the cluster one can find out the most relevant topics that are related to the element in the NER list.
If you'd like more details on the approach let me know.
Regards,
Deepesh
Related Questions
-
What are most important things for average executive to know about AI?
1. Start by focusing on the business problem, you want to solve, and how you want to implement the solution. 2. Don't be scared by the buzzwords (i.e. "If you don't use AI, you will be out of business in five years). Sometimes a standard report is fine. 3. Although you should start small by solving existing pains, be curious, and understand the potential for large scale solutions. Understand enough of the technology, that you understand the scale and type of problems that can be solved. But don't do this until you are done with 1. and 2. Good question and good luck with it! If you are interested in further dialogue, feel free to schedule a call. Best regards Kenneth WolstrupKW
-
What are the best startups that are using AI in interesting ways?
One of the most innovative uses of AI that I've come across recently is using it to analyze sales calls. They're able to break down conversations into digestible/searchable topics. From here, they analyze what phrases and topics lead to/away from conversions.ZJ
-
I am writing a book on artificial intelligence, anyone open to being interviewed about your experiences for the book?
I am happy to volunteer! I have a more "classical" background in mathematical statistics, and I have followed the distribution of artificial intelligence with great interest and curiosity; also because, I feel, that the actual application and real life-value of AI-implementations often drowns in technical aspects. So what is actually delivered is more the Data Scientists "wet dream" rather than something, that works in real life. If you are interested, feel free to contact me. Best regards Kenneth WolstrupKW
-
Affordable analytics platform for product, marketing, sales, UX, tech support and employee satisfaction?
You mention, that you can code and maintain yourself, and at the same time it sounds like your data can be dispersed across multiple sources. And you want to minimise license cost. In my business we use R a lot for both analysis and reporting. It is free (open source), but you will have to build programs. But it will read any format, and also create output to any destination you want. So you could start off with a mix of R, Excel and pdf, just to get things going. However, it could make sense for you to build a database already so you familiarise yourself with data warehouse thinking, since you want to expand with marketing automation. At that point you will need a database for monitoring response, sales etc. So it is important to build the right foundation as ealy as possible. If you don't want to code, but want point-and-click, there is boatloads of software for that, but probably more license cost (unless you can find open source for that). So If I were you, I would start off with something smaller. After all, you want to focus on the value you create for the business and your colleagues, and the time you save, rather than a smooth IT-infrastructure for this. I have lots of experience building reporting and analysis in the areas you mention, so if you want to discuss further, feel free to set up a call. Good look with your development. Best regards Kenneth WolstrupKW
-
Which recommendation system is best for content website which we easily can integrate with asp.net project?
"content" and asp.net aren't specific enough to answer this question as is.CW
the startups.com platform
Copyright © 2025 Startups.com. All rights reserved.