Giter Site home page Giter Site logo

cal-patent-lab's Introduction

cal-patent-lab: Predicting Bad Patents

Engineering 296 Capstone Project, 2016-2017 University of California, Berkeley

This is a machine learning project aimed at tackling an issue with "bad patents", whereby new patent filings with a high level of similarity to older filings cause disputes which in turn cause significant wastage of time and money on litigation in court. If every new patent filing could be compared against an entire database of older patents before a decision is made, that would solve the issue, but the sheer number of patents in existence make this unfeasible if using humans. Machine learning, on the other hand, allows such actions to be fully automated, and thus presents a viable solution to the problem. From August to April, we developed a multi-part software solution involving large-scale data retrieval and analysis, the implementation and training of a support vector machine learning model, and the creation of an interactive graphical user interface.

Overview of Folders:

  • csv: Contains USPTO data in tabular format
  • lib: Contains our parsing scripts and Jupyter notebooks
  • patentGUI: PatentCheck, our Django-based web app for executing the algorithms
  • ptab-raw-pdf: Downloaded patent text from eFOIA, in original PDF format
  • ptab-raw-text: Raw text extracted fromeFOIA PDF files

Important Note for Developers:

  • Every time you add a requirement to a python script (e.g., import numpy as np), make sure you add that requirement to the requirements file in lib/requirements.txt
  • Run the requirements files to get all the latest dependencies with python -m pip install -r requirements.txt

cal-patent-lab's People

Contributors

4cylinder avatar danysrg avatar davidjwiner avatar dlwndghk94 avatar william-zt-ho avatar

Watchers

 avatar  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.