The goal of this project is to use multiple facets of the data science stack to analyze and predict whether investors will invest in some specified research domains and the amount of investment via his remarks (interviews or speeches). The report mainly consists of three simple parts: data acquisition, feature extraction, and model analysis. In the first part, it describes the process of scraping and cleaning data of some prominent VC investors, like Marc Andreessen, Peter Thiel, from different data sources. The second part is about extracting features including natural language processing features, network features, and metadata features from data and setting labels for them. In the final part, the report states the performance of supervised machine learning model used in the project, namely linear regression, and random forest and do an analysis based on the results.