Giter Club home page Giter Club logo

466labs's Introduction

466Labs

Various Knowledge Discovery and Data Mining algorithms implemented (primarily) in Java.

Information Retrevial: A querying program designed to run on a collection of documents stored in a JSON Array, then use the Vector Space Model to organize these documents and retrieve them based on given queries. Uses stemming and stopword removal to better categorize documents. Then determines keyword weights inside of the documents to calculate Cosine Similarity or Okapi Score (depending what the user has chosen) based on a given query.

PageRank: A basic implementation of Sergey Brin and Larry Page's PageRank algorithm developed at Stanford, described in their paper "The Anatomy of a Large-Scale Hypertextual Web Search Engine". http://infolab.stanford.edu/~backrub/google.html

Our algorithm is designed to run either directed or undirected graphs, represented by the two Node classes. One is a generic Node for general csv parsing, while the other is specialized, designed to work with SNAP datasets from the Stanford Network Analysis Project. http://snap.stanford.edu/

466labs's People

Contributors

gsawers1 avatar

Watchers

 avatar Ryan Daley avatar

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.