alex9311 - Overview
⛰️
-
Nautilus Biotech
- Seattle
- https://alex9311.github.io/
Pinned Loading
-
alex9311.github.io alex9311.github.io Public
my blog site built with Jenkyll hosted on github pages
-
predictionio-serendipitous-recommender-template predictionio-serendipitous-recommender-template Public
Developing serendipitous recommender
Scala
-
alex9311-strava alex9311-strava Public
Forked from robfallows/tunguska-imgur
Usable, boilerplate OAuth2 handler for Meteor.
JavaScript
-
How to implement LDA in Spark and ge... How to implement LDA in Spark and get the topic distributions of new documents
1
How to implement LDA in Spark and get the topic distributions of new documents
2
3
```scala
4
import org.apache.spark.rdd._
5
import org.apache.spark.mllib.clustering.{LDA, DistributedLDAModel, LocalLDAModel}




