Pinned Repositories
awesome-network-embedding
A curated list of network embedding techniques.
BuckeyeDM.github.io
deepwalk-c
DeepWalk implementation in C++
ethereum-org-website
Ethereum.org is a primary online resource for the Ethereum community.
GraphSAGE
Inductive representation learning on large graphs.
GraRep
Source Code of GraRep
jekyll-bootstrap-blog
A theme for Jekyll to build a personal blog, , based on Bootstrap 3, Font Awesome and jQuery. Jekyll 博客主题,基于Bootstrap 3、Font Awesome和jQuery。
lil-log
Lilian's Blog
mod_wsgi
Source code for Apache/mod_wsgi.
models
Models built with TensorFlow
BuckeyeDM's Repositories
BuckeyeDM/awesome-network-embedding
A curated list of network embedding techniques.
BuckeyeDM/BuckeyeDM.github.io
BuckeyeDM/deepwalk-c
DeepWalk implementation in C++
BuckeyeDM/ethereum-org-website
Ethereum.org is a primary online resource for the Ethereum community.
BuckeyeDM/GraphSAGE
Inductive representation learning on large graphs.
BuckeyeDM/GraRep
Source Code of GraRep
BuckeyeDM/jekyll-bootstrap-blog
A theme for Jekyll to build a personal blog, , based on Bootstrap 3, Font Awesome and jQuery. Jekyll 博客主题,基于Bootstrap 3、Font Awesome和jQuery。
BuckeyeDM/lil-log
Lilian's Blog
BuckeyeDM/mod_wsgi
Source code for Apache/mod_wsgi.
BuckeyeDM/models
Models built with TensorFlow
BuckeyeDM/neural-road-inspector
After a hurricane, roads are often flooded or washed out, making them treacherous for motorists. Using state of the art deep learning methods, I attempted to automatically annotate flooded, washed out, or otherwise severely damaged roads. My goal is create a tool that can help detect and visualize anomalous roads in a simple user interface.
BuckeyeDM/nginx
An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
BuckeyeDM/node2vec-c
node2vec implementation in C++
BuckeyeDM/NRLPapers
Must-read papers on network representation learning (NRL)/network embedding (NE)
BuckeyeDM/ohio-state-coe-dissertation-template
LaTeX template for help with writing CSE dissertation at Ohio State University
BuckeyeDM/planetoid
Semi-supervised learning with graph embeddings
BuckeyeDM/pvpoke
Open-Source Battle Simulator, Rankings & Team Building for Pokemon GO PvP
BuckeyeDM/restricted-boltzmann-machines
Restricted Boltzmann Machines in Python.
BuckeyeDM/SDNE
This is a implementation of SDNE (Structural Deep Network embedding)
BuckeyeDM/snap
Stanford Network Analysis Platform (SNAP) is a general purpose network analysis and graph mining library.
BuckeyeDM/stock-rnn
Predict stock market prices using RNN model with multilayer LSTM cells + optional multi-stock embeddings.
BuckeyeDM/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
BuckeyeDM/tensorflow
Computation using data flow graphs for scalable machine learning
BuckeyeDM/TensorFlow-Examples
TensorFlow Tutorial and Examples for beginners
BuckeyeDM/TriDNR
Tri-Party Deep Network Representation
BuckeyeDM/weibospider
:zap: 新浪微博爬虫(分布式),部署简单,接口丰富,文档详细,视频支持,可灵活定制满足自己的需求。抓取内容(PC端)包括微博用户资料、特定关键词微博、用户主页所有微博、评论信息和转发信息。欢迎watch跟进,star支持
BuckeyeDM/word2vec
This tool provides an efficient implementation of the continuous bag-of-words and skip-gram architectures for computing vector representations of words. These representations can be subsequently used in many natural language processing applications and for further research.