NellaLuo's Stars
narayanps/NolinearTimeSeriesAnalysis
The codes in the toolbox can be used to perform nonlinear time series analysis on single(or multi) channel data. This is done by mapping the single channel data to phase space representation using Taken's embedding theorem (compute_psv.m). The parameters - optimal delay and dimension are estimated using first minimum of MI (compute_tau.m) and FNN method (compute_dim) respectively. The recurrence network can be constructed from the phase space vector using ComputeRecurrenceNetwork_ANN.m or ComputeRecurrenceNetwork_fixedRR.m. The topology of the RN can be further analysed using graph theoreticl quantifiers (you need BCT toolbox for this). One can also compute the complexity-entrropy plane using get_mpr_complexity.m for which the ordinal patterns are computed using get_ordinal_pattern_dist.m (see the function descp for more details). Also, the tool box contains python codes to generate variety of uni(or multi) variate surrogate data.
huashiyiqike/LSTM-MATLAB
LSTM-MATLAB is Long Short-term Memory (LSTM) in MATLAB, which is meant to be succinct, illustrative and for research purpose only. It is accompanied with a paper for reference: Revisit Long Short-Term Memory: An Optimization Perspective, NIPS deep learning workshop, 2014.
Tencent/rapidjson
A fast JSON parser/generator for C++ with both SAX/DOM style API
open-source-parsers/jsoncpp
A C++ library for interacting with JSON.
TKkk-iOSer/WeChatPlugin-MacOS
微信小助手
zhedahht/CodingInterviewChinese2
《剑指Offer:名企面试官精讲典型编程面试题》第二版源代码
CyC2018/CS-Notes
:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计
chenshuo/muduo
Event-driven network library for multi-threaded Linux server in C++11