Pinned Repositories
3d-force-graph
3D force-directed graph component using ThreeJS/WebGL
3drepo.io
3D Repo web server
3dstreet
🚲🚶🚌 Web-based 3D visualization of streets using A-Frame
3DTilesRendererJS
Renderer for 3D Tiles in Javascript using three.js
graph_nets
Build Graph Nets in Tensorflow
Pattern-Recognition-Class
pytorch-book
PyTorch tutorials and fun projects including neural talk, neural style, poem writing, anime generation (《深度学习框架PyTorch:入门与实战》)
RS
Recommender System Pratical Code
sna
social network analysis
TensorFlow-2.x-Tutorials
TensorFlow 2.x version's Tutorials and Examples, including CNN, RNN, GAN, Auto-Encoders, FasterRCNN, GPT, BERT examples, etc. TF 2.0版入门实例代码,实战教程。
Jerry185's Repositories
Jerry185/docker-hadoop-spark-workbench
[EXPERIMENTAL] This repo includes deployment instructions for running HDFS/Spark inside docker containers. Also includes spark-notebook and HDFS FileBrowser.
Jerry185/ModbusTCP2MQTT
Read Modbus TCP Registers and then publish the data to MQTT Broker. Configuration via JSON Files
Jerry185/keras-mnist-tutorial
For a mini tutorial at U of T, a tutorial on MNIST classification in Keras.
Jerry185/OpenNE
An Open-Source Package for Network Embedding (NE)
Jerry185/YangDocker
自助搭建的 hadoop + spark + kafka + zookeeper + storm + hbase + hive + flume 集群,一主两从。
Jerry185/DGI
Deep Graph Infomax (https://arxiv.org/abs/1809.10341)
Jerry185/NASAC2018_DATA
Jerry185/SDNE
This is a implementation of SDNE (Structural Deep Network embedding)
Jerry185/gae
Implementation of Graph Auto-Encoders in TensorFlow
Jerry185/GEM
Jerry185/dgi-1
TensorFlow implementation of Deep Graph Infomax
Jerry185/Intrusion-Detection-System
I have tried some of the machine learning and deep learning algorithm for IDS 2017 dataset. The link for the dataset is here: http://www.unb.ca/cic/datasets/ids-2017.html. By keeping Monday as the training set and rest of the csv files as testing set, I tried one class SVM and deep CNN model to check how it works. Here the Monday dataset contains only normal data and rest of the days contains both normal and attacked data. Also, from the same university (UNB) for the Tor and Non Tor dataset, I tried K-means clustering and Stacked LSTM models in order to check the classification of multiple labels.
Jerry185/gcn
Implementation of Graph Convolutional Networks in TensorFlow
Jerry185/learning-threejs
Code repository for the examples from the Packt book "Learning Threejs"
Jerry185/link-prediction
Representation learning for link prediction within social networks
Jerry185/MODBUS-RTU
Modbus RTU with config.json , the code is written in NODE JS.
Jerry185/sna
social network analysis
Jerry185/NodeApp1
C#开发的小型文档管理系统
Jerry185/giojs-wechat-minigame-demo
🌏 展示如何在微信小游戏中使用Gio.js
Jerry185/node-modbus-tcp
NodeJS Modbus TCP/IP
Jerry185/Learn-Hadoop-and-Spark
This repository focuses on gathering and making a curated list resources to learn Hadoop for FREE.
Jerry185/Keras-GAN
Keras implementations of Generative Adversarial Networks.
Jerry185/NRLPapers
Must-read papers on network representation learning (NRL) / network embedding (NE)
Jerry185/recsys
Recommendation system with Keras and neural network
Jerry185/rnn_recsys
Our implementation of the paper "Embedding-based News Recommendation for Millions of Users"
Jerry185/DCRNN
Implementation of Diffusion Convolutional Recurrent Neural Network
Jerry185/Face-Recognition
Face Recognition Using Keras/tensorflow coupled with Node.js Server
Jerry185/TransNet
Source code and datasets of IJCAI2017 paper "TransNet: Translation-Based Network Representation Learning for Social Relation Extraction".
Jerry185/deepwalk
DeepWalk - Deep Learning for Graphs
Jerry185/keras-cn
Chinese keras documents with more examples, explanations and tips.