Skip to content
View alex9311's full-sized avatar
⛰️
⛰️
Block or Report

Block or report alex9311

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. alex9311.github.io alex9311.github.io Public

    my blog site built with Jenkyll hosted on github pages

    Python 1 1

  2. predictionio-serendipitous-recommender-template predictionio-serendipitous-recommender-template Public

    Developing serendipitous recommender

    Scala

  3. alex9311-strava alex9311-strava Public

    Forked from robfallows/tunguska-imgur

    Usable, boilerplate OAuth2 handler for Meteor.

    JavaScript

  4. 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}