Jason Yuan's Blog
Transformer on Time Series Forecasting Transformer on Time Series Forecasting
Time Series Forecasting with Transformer论文:Enhancing the Locality and Breaking the Memory Bottleneck of Transformer on T
2020-03-27
Relation_Extraction One Relation_Extraction One
Global Textual Relation Embedding for Relational UnderstandingCore Idea全局的统计信息比局部的统计信息更加鲁棒。 在传统的关系抽取训练中,句子与句子之间是独立的,基于单句
2020-03-26
pytorch framework learning pytorch framework learning
Pytorch LearningDate : 2020/3/20 - 2020/3/27 (Week 5) 这一周,我们学习并分析在机器学习任务中使用 pytorch 必用的 module (torch.nn) 的源代码实现。 ./torc
快手笔试简记 快手笔试简记
快手2020/3/20 算法类笔试 A4道编程题:感觉都是数学题啊。 除了第二题明显是dp以外其余题目都不按套路来😓,就ac了前两个,下次再来。 最后一个问球被椭圆截得表面积,输入椭球(x-a)^2/d+(y-b)^2/e+(z-c)^2
2020-03-22
Batch Normalization Batch Normalization
Batch NormalizationBatch Normalization 的优点 考虑一个网络计算: l = F_2(F_1(u, \Theta_1), \Theta_2) \tag{1}​ 学习 \Theta_2 的
Layer Normalization Layer Normalization
Layer NormalizationBackground 使用 Batch Normalization 存在问题: The effect of batch normalization is dependent on the mini-ba
leetcode20-3-19 leetcode20-3-19
面试题09. 用两个栈实现队列 Used for test inserting images and codes. 题解: class CQueue { public: stack Astack, Bstack; i
2020-03-19
Hello-My-Blog Hello-My-Blog
Hello My BlogThis is my first blog which was created in 18th March. I think it is the time to start my personal blog cu
Hello World Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hex
2020-03-18 Jason Yuan
3 / 3