240 发简信
IP属地:广东
  • python 中的 defaultdict 方法的使用,leetcode-49

    概述 defaultdict是python 自带库collection中的方法主要用于初始化声明字典的数据类型;避免重复进行字典中的数据类型声明...

  • 不得不说的事儿,Attention和Transformer

    注意力机制和Transformer,All u need is Attention!

  • Vector AutoRegressive,向量自回归模型

    一、概述 向量自回归(VAR,Vector Auto regression)常用于预测相互联系的时间序列系统以及分析随机扰动对变量系统的动态影响...

  • Resize,w 360,h 240
    LSTNet Paper Review

    一、概述 Modeling Long- and Short-Term Temporal Patterns with Deep Neural Ne...

  • Resize,w 360,h 240
    BERT Paper Review

    BERT-Google Code Pre-training of Deep Bidirectional Transformers for Lan...

  • Resize,w 360,h 240
  • Resize,w 360,h 240
    Matplotlib Time Series(matplotlib 时间序列图)

    Code from matplotlib doc 根据需求添加了内容,下次随用随取

  • Resize,w 360,h 240
    LightGbm Paper Review

    LightGBM 首先拉出来LGBM的改进对象,XGBoost 优点: 利用了二阶梯度来对节点划分,相对其他GBM,精度有所提高 利用了局部...