Skip to content
#

unsupervised-learning

Here are 1,215 public repositories matching this topic...

stellarspot
stellarspot commented Apr 26, 2019

Run the code:

(use-modules
 (opencog)
 (opencog nlp)
 (opencog nlp relex2logic)
 (opencog ghost)
 (opencog ghost procedures)
 (opencog exec))

(define-public (where-somebody-work who-list)
 (display (string-append "argument: " (cog-name (car (cog-outgoing-set who-list))) "\n"))
 (Word "SomeCompany"))

;; Ghost Rules
(ghost-parse "
r: (where do _* work) '_0 work in ^where-
vladradishevsky
vladradishevsky commented Mar 2, 2020

Hello

I have 200k documents and I create 100 topics. I look at the terms and see that the topics are good.
But when I want to look at examples for each topic I do probs, _ = topic_model.transform(count_matrix, details=True). Then I create new column for each for example dataframe['topic=0']=pd.Series(probs[:, 0]). Then I sort dataframe by prob value decrease and I see that about 1/3 of the

Improve this page

Add a description, image, and links to the unsupervised-learning topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the unsupervised-learning topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.