GithubHelp home page GithubHelp logo

vc-analysis-tools-2's Introduction

vc-analysis-tools

Simple data analysis tools for ventures investments.

analyze_rounds.py - NLP x Funding Rounds

Examines funding rounds exported from CrunchBase in CSV format. Using NLP clusters the investment rounds by industry similarity.

The only 2 features of this application are:

  1. generation of a network graph of the funding rounds
  2. displaying of a correlation matrix

To download the data (subscription required), go to crunchbase pro > search > funding rounds and filter to the data of interest. Then select the "Export to CSV" button on the top-right, and save the .csv file in the folder of this application.

Example with Funding Rounds from Jan 1 to Jun 14 where Tiger Global participated as investor: Tiger Global example

You will notice that there are clusters of related investments, for instance in healthcare, crypto/finance, and data/ops/rpa. Tiger Global example

NLP - tech background

This works by computing the 'sentence similarity' of one startup's "Industry" versus everyone else.

For practitioners, this is a two steps process:

  1. Industries (N strings) -> Embeddings (N * 512 embedding values)
  2. Inner-product of Embeddings -> N * N correlation matrix (i.e. correlation of each startup to every other startup)

Once you have the correlation matrix over the "industry" fields, we use that to represent how much each startup relates to every other startup.

#Enjoy

vc-analysis-tools-2's People

Contributors

enricoros avatar

Forkers

6638112

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.