jackyyyyyjjj's Stars
shibing624/text2vec
text2vec, text to vector. 文本向量表征工具,把文本转化为向量矩阵,实现了Word2Vec、RankBM25、Sentence-BERT、CoSENT等文本表征、文本相似度计算模型,开箱即用。
py-why/EconML
ALICE (Automated Learning and Intelligence for Causation and Economics) is a Microsoft Research project aimed at applying Artificial Intelligence concepts to economic decision making. One of its goals is to build a toolkit that combines state-of-the-art machine learning techniques with econometrics in order to bring automation to complex causal inference problems. To date, the ALICE Python SDK (econml) implements orthogonal machine learning algorithms such as the double machine learning work of Chernozhukov et al. This toolkit is designed to measure the causal effect of some treatment variable(s) t on an outcome variable y, controlling for a set of features x.
facundoolano/google-play-scraper
Node.js scraper to get data from Google Play
benedekrozemberczki/awesome-community-detection
A curated list of community detection research papers with implementations.
google/CausalImpact
An R package for causal inference in time series
hse-aml/natural-language-processing
Resources for "Natural Language Processing" Coursera course.
ericmjl/Network-Analysis-Made-Simple
An introduction to network analysis and applied graph theory using Python and NetworkX
yueliu1999/Awesome-Deep-Graph-Clustering
Awesome Deep Graph Clustering is a collection of SOTA, novel deep graph clustering methods (papers, codes, and datasets).
dimgold/pycon_social_networkx
Social network analysis code examples for PyCon 2019 talk
PacktPublishing/Network-Science-with-Python-and-NetworkX-Quick-Start-Guide
Network Science with Python and NetworkX Quick Start Guide, published by Packt
kfoynt/LocalGraphClustering
zhaoxiliang/causalinference
《基本有用的计量经济学》(MUSE)
Ne-Lexa/google-play-scraper
PHP scraper to get data from Google Play
daria-pus/BLP-Demand-Estimation
Python code for BLP (Berry, Levinsohn and Pakes) method of structural demand estimation using the random-coefficients logit model. Code for estimation of demand and supply-side moment jointly is also provided.
rickecon/Notebooks
Jupyter notebooks authored by Richard Evans
Jonas1312/community-detection-in-graphs
Community Detection in Graphs (master's degree short project)
charliemurry/empirical-methods
Materials for Empirical Methods for Applied Microeconomics PhD course.
JanMarvin/nlsur
R package for the estimation of nonlinear least squares for equation systems
ki-ljl/deepwalk-kmeans
Deepwalk implements graph embedding, and uses k-means for clustering based on the embedding results.
cran/BLPestimatoR
:exclamation: This is a read-only mirror of the CRAN R package repository. BLPestimatoR — Performs a BLP Demand Estimation
ktalik/mining-social-network-graphs
An Introduction to Mining of Social Network Graphs based on Rajaraman, Anand, and Jeffrey D. Ullman. Mining of massive datasets. Chapter 10
doctor-phil/analyzing-economic-networks
Tutorial introduction to economic network analysis and graph clustering in python with networkx
Qiong-Hu/Large-Scale_Social_and_Complex_Networks
Implementation and application of graph theory, social network mining, reinforcement learning, and inverse reinforcement learning.
roberthsu2003/pythonFlask
個人輕量型網站
amrrs/google-play-scraper-js
This code uses node app google-play-scraper to scrape google play reviews
Nikunj-Gupta/Spectral-Clustering-Directed-Graphs
SteinarLaenen/Thesis_directed_graph_clustering_using_Hermitians
Code repository for my MSc thesis
winhows5/google_play_scraper
scraper used to collect data for personal research
ketoin23/NYC-Street-Network-Analysis
Analysed the the street network of Manhattan | Performed standard graph analysis, used machine learning to cluster regions, and estimated the shortest path in the network
Prashant1729/Clustering-project
Clustering similar movies and actors on graph data using K-means algorithm