Pinned Repositories
awesome-log-analysis
A list of awesome research on log analysis, anomaly detection, fault localization, and AIOps
bigdata-examples
数据可视化,大屏模板示例
bigdata_practice
大数据分析可视化实践
char-rnn
Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch
continual-learning
PyTorch implementation of various methods for continual learning (XdG, EWC, SI, LwF, FROMP, DGR, BI-R, ER, A-GEM, iCaRL, Generative Classifier) in three different scenarios.
education-project
使用jquery+echarts做的大数据可视化前端展示,喜欢的点点star和fork!
Encrypted_Traffic_Classification
using deep learning to classify the encrypted network traffic
fairseq
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
FlowDataGen
ROEAD-core-code
Implementation of Online Evolving SVM
JasonHans's Repositories
JasonHans/education-project
使用jquery+echarts做的大数据可视化前端展示,喜欢的点点star和fork!
JasonHans/handson-ml
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in python using Scikit-Learn and TensorFlow.
JasonHans/OCO_project
Online Convex Optimization Course Project
JasonHans/FlowDataGen
JasonHans/char-rnn
Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch
JasonHans/stochastic_optimization
this is an implementation of some variants of stochastic gradient algorithms and online learning algorithms including Adagrad, Adam, SVRG, SVRG-BB, FTRL on MNIST and Covertype datesets. and there are also something maybe helpful about convex optimization algorithms in my zhihu, the URL: https://zhuanlan.zhihu.com/p/34174603
JasonHans/online_learning
Online Learning and Online Convex Optimization Study Notes and Codes