Code Monkey home page Code Monkey logo

Eden Wu's Projects

freno icon freno

Freno is an incremental and easily distributable prefix tree of frequent itemsets. The tree has an empty root node, first-level nodes for the unique items in the dataset and nodes for all the frequent itemsets in a canonical order. The key of a tree node is either an item or a frequent itemset. After the tree is fully built, we can simply retrieve the frequent itemsets by traversing the tree and filtering out the infrequent first-level nodes. Freno keeps an accurate count of the infrequent items and itemsets so as to grow the tree on incrementally added transactions. Unlike FP-tree which links its tree nodes horizontally, Freno tree only has the parent-child link between the its nodes. As a result, Freno tree can be fully distributed.

gamemaker-goodnightkayla icon gamemaker-goodnightkayla

This is my final project named "Good Night, Kayla"! This is a very fun "Miami Hotline" style game made by Game Maker Studio 2

labeledimagecrawler icon labeledimagecrawler

This is a Java-based multi-thread web crawler aims for collect images with certain keywords.

loggoverner icon loggoverner

Log Governer is a easy-to-deploy tool for managing system logs, especially for CaaS based cluster.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.