• Home
  • About
    • Marsan Ma's info photo

      Marsan Ma's info

      Marsan Ma's info

    • Learn More
    • LinkedIn
    • Github
    • Email
  • Posts
    • All Posts
    • All Tags
  • Projects

All Posts

  • Ad Bid Simulator

    Ad is the major monetizing product for many companies. Here I'll introduce how I build the simulator to evaluate and develop the ad system in indeed.

    Read More
  • Item Embedding in Recommendation with Item2vec & Siamese-CNN

    Item Embedding is the new standard for recommend-system. Here I'm gonna introduce how I use both Item2vec and Siamese Network to build recommendation models learn from both item content and user behavior.

    Read More
  • TextCNN on UGC (user generated content) moderation

    TextCNN is my new standard for quick-and-dirty fast NLP model building, it's fast and simple, natively include feature engineering as model and trained together.

    Read More
  • Detailed explaination of the features and implementations about the chatbot in layman's terms

    Here I will try to explain some algorithm and implementation details about the work "the tensroflow chatbot" in layman's terms. Like dictionary space compression/projection, anti-language model, reinforcement learning... etc.

    Read More
  • A deep learning seq2seq model ChatBot in tensorflow

    A deep-learning chatbot with (seq2seq model + attention mechanism + beam_search algorithm + anti-language model) in tensorflow, works end-to-end from training corpus to chat model, and build-in a facebook-messenger backend server.

    Read More
  • Twitter stream scraper

    Scraping twitter content from twitter streaming API, in python3.

    Read More
  • A minimum facebook messenger backend in python flask

    A minimum facebook messenger backend in python flask, with a much simpler guide through how to create your facebook messenger app and setup!

    Read More
  • Docker for deep learning

    Docker containers for machine learning and deep learning GPU support.

    Read More
  • Facebook Challenge: predicting user checkings

    My code for Facebook Challenge: "predicting user checkings".
    The goal of this competition is to predict which place a person would like to check into. For the purposes of this competition, Facebook released 40M check-in data of a small city, and our task is to predict the most likely check-in places of 8M user samples.

    Read More
  • Dato Challenge: native ad classifier

    It's my code doing the Data Kaggle challenge. In this challenge, we are requested to develop a system predicting whether an article is a native advertisement. It’s involves lots of natural language processing tricks, like boilerplate removing, topic modeling and embedding techniques.

    Read More
  • Coconut CMS

    My content management system written in Ruby on Rails

    Read More