All Projects → xiaohan2012 → Sdne Keras

xiaohan2012 / Sdne Keras

Keras implementation of Structural Deep Network Embedding, KDD 2016

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Sdne Keras

Keras Idiomatic Programmer
Books, Presentations, Workshops, Notebook Labs, and Model Zoo for Software Engineers and Data Scientists wanting to learn the TF.Keras Machine Learning framework
Stars: ✭ 720 (+767.47%)
Mutual labels:  autoencoder
Recoder
Large scale training of factorization models for Collaborative Filtering with PyTorch
Stars: ✭ 46 (-44.58%)
Mutual labels:  autoencoder
Codeslam
Implementation of CodeSLAM — Learning a Compact, Optimisable Representation for Dense Visual SLAM paper (https://arxiv.org/pdf/1804.00874.pdf)
Stars: ✭ 64 (-22.89%)
Mutual labels:  autoencoder
Tensorflow Tutorial
TensorFlow and Deep Learning Tutorials
Stars: ✭ 748 (+801.2%)
Mutual labels:  autoencoder
Pytorch Mnist Vae
Stars: ✭ 32 (-61.45%)
Mutual labels:  autoencoder
Frame Level Anomalies In Videos
Frame level anomaly detection and localization in videos using auto-encoders
Stars: ✭ 50 (-39.76%)
Mutual labels:  autoencoder
Tensorflow Book
Accompanying source code for Machine Learning with TensorFlow. Refer to the book for step-by-step explanations.
Stars: ✭ 4,448 (+5259.04%)
Mutual labels:  autoencoder
Aialpha
Use unsupervised and supervised learning to predict stocks
Stars: ✭ 1,191 (+1334.94%)
Mutual labels:  autoencoder
Rnn Vae
Variational Autoencoder with Recurrent Neural Network based on Google DeepMind's "DRAW: A Recurrent Neural Network For Image Generation"
Stars: ✭ 39 (-53.01%)
Mutual labels:  autoencoder
Repo 2017
Python codes in Machine Learning, NLP, Deep Learning and Reinforcement Learning with Keras and Theano
Stars: ✭ 1,123 (+1253.01%)
Mutual labels:  autoencoder
Advanced Deep Learning With Keras
Advanced Deep Learning with Keras, published by Packt
Stars: ✭ 917 (+1004.82%)
Mutual labels:  autoencoder
Website Fingerprinting
Automatic Feature Generation for Website Fingerprinting
Stars: ✭ 20 (-75.9%)
Mutual labels:  autoencoder
Basic nns in frameworks
several basic neural networks[mlp, autoencoder, CNNs, recurrentNN, recursiveNN] implements under several NN frameworks[ tensorflow, pytorch, theano, keras]
Stars: ✭ 58 (-30.12%)
Mutual labels:  autoencoder
Neurec
Next RecSys Library
Stars: ✭ 731 (+780.72%)
Mutual labels:  autoencoder
Molencoder
Molecular AutoEncoder in PyTorch
Stars: ✭ 69 (-16.87%)
Mutual labels:  autoencoder
Ad examples
A collection of anomaly detection methods (iid/point-based, graph and time series) including active learning for anomaly detection/discovery, bayesian rule-mining, description for diversity/explanation/interpretability. Analysis of incorporating label feedback with ensemble and tree-based detectors. Includes adversarial attacks with Graph Convolutional Network.
Stars: ✭ 641 (+672.29%)
Mutual labels:  autoencoder
Lipreading
Stars: ✭ 49 (-40.96%)
Mutual labels:  autoencoder
Image similarity
PyTorch Blog Post On Image Similarity Search
Stars: ✭ 80 (-3.61%)
Mutual labels:  autoencoder
Pt Sdae
PyTorch implementation of SDAE (Stacked Denoising AutoEncoder)
Stars: ✭ 72 (-13.25%)
Mutual labels:  autoencoder
Collaborative Deep Learning For Recommender Systems
The hybrid model combining stacked denoising autoencoder with matrix factorization is applied, to predict the customer purchase behavior in the future month according to the purchase history and user information in the Santander dataset.
Stars: ✭ 60 (-27.71%)
Mutual labels:  autoencoder

Keras implementation of Structural Deep Network Embedding, KDD 2016

some examples

visualzing 20newsgroup data

label embedding from stackexchange.datascience (deep-learning as an example)

important scripts

main algorithm

  • core.py

experiments

20newsgroup visualization

  • 20newsgroup_train.py: train for 20newsgroup dataset
  • 20newsgroup_viz.py: visualization using sklearn.manifold.TSNE
  • 20newsgroup_tensorboard_embedding.py: produce the embedding files for tensorboard projector, which is more interactive
    • you can also play with it here using trained embeddings

link prediction

  • link_prediction.py: train (including grid search) and test

stackexchange label visualization

  • stackexchange_train.py: train for the stackexchange label cooccurence graph
  • stackexchange_label_embedding.py: produce the embedding files for tensorboard projector
    • you can also play with it here using trained embeddings

other implementations

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].