Deprecated: Creation of dynamic property login::$connection is deprecated in /var/www/deanjenkins.me/som/class_login.php on line 19

Thinking Allowed

medical / technology / education / art / flub

showing posts for 'dirichlet'


Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/deanjenkins.me/som/class_tweepsuck.php on line 119

Warning: Undefined array key "path" in /var/www/deanjenkins.me/som/class_tweepsuck.php on line 144

Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /var/www/deanjenkins.me/som/class_tweepsuck.php on line 145

Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/deanjenkins.me/som/class_tweepsuck.php on line 119

Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/deanjenkins.me/som/class_tweepsuck.php on line 119

Using the right tools for the job

Since this blog has been up I've fiddled with some text analysis stuff by analysing the text and making recommendations for similar blog entries. Did it all in PHP and MySQL just to understand how the algorithms work. Eventually it started to take about 5 hours to: tokenise and stemming the textcalculate...

Gaining insights with Natural Language Processing of Reddit Data to Evaluate Dermatology Patient Experiences and Therapeutics.

Gaining insights with Natural Language Processing of Reddit Data to Evaluate Dermatology Patient Experiences and Therapeutics. "There is a lack of research studying patient-generated data on Reddit, one of the world’s most popular forums with active users interested in dermatology. Techniques within...
Source: sciencedirect.com

Understanding Latent Dirichlet Allocation with Gibbs Sampling by coding it from scratch. Latent Dirichlet Allocation (LDA)

Understanding Latent Dirichlet Allocation with Gibbs Sampling by coding it from scratch. Latent Dirichlet Allocation (LDA) is a machine-learning technique that by the magic of many (many many) small calculations it can detect patterns in data and cluster documents, for example, into similar topics. ...
Source: github.io