Giter Club home page Giter Club logo

patphy's Projects

lda icon lda

A Java package that does basic LDA, without hyperparameter optimization. Folder settings are local. Ymmv.

patent-extractor icon patent-extractor

Proposed Innovation Strategy recommendations for Hewlett-Packard by performing data analysis on company’s patent data spanning over 15 years. Data analysis include evaluation of linear and logistic regression models after performing sentimental analysis on the data. Further, it was followed by topic modeling to get more insight on various Operational Divisions of Hewlett-Packard. These python programs are used to extract the patent data of HP from a Cluster into a single file for effective data analysis.

patentanalysis icon patentanalysis

Analysis of patents related to big data, artificial intelligence, machine learning, prediction, data analysis, etc.

relevance-ranking-using-latent-semantic-indexing- icon relevance-ranking-using-latent-semantic-indexing-

Latent Semantic Analysis Introduction: An information retrieval technique patented in 1988. In the context of its application to information retrieval, it is sometimes called Latent Semantic Indexing (LSI). LSI allows a search engine to determine what a page is about outside of specifically matching search query text. It looks at “Themes” instead of “Keywords”. Linear Algebra techniques used in the project: Singular Value Decomposition, Cosine Similarity, Matrix properties. Dataset: “Sci.space” news group from 20 news groups dataset, available in the Scikit-Learn library. It contains 400 news articles related to space. SVD (Singular Value Decomposition): SVD is a matrix decomposition algorithm, it decomposes a matrix into 3 matrices which are a set to transformations. Decomposition leads to an orthogonal matrix U, Diagonal matrix S and a Diagonal Matrix V. This is the best possible transformation of a matrix. In this decomposition method we are looking for a set of orthonormal basis in the row space that when multiplied by the original matrix goes to an orthonormal basis in the column space.Av1 = σ1u1  Av2 = σ2u2 

ucl_msc_thesis_2016 icon ucl_msc_thesis_2016

Repo for all code related to my 2016 dissertation in semantic patent analysis at UCL.

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.