CMU 11-731(MT&Seq2Seq) Loglinear and FeedForward Language Models course notes 2018-09-04 11731, Machine Translation, course notes Welcome to my blog, enter password to read. Read More
CMU 11-731(MT&Seq2Seq) Log-linear Language Models 2018-09-03 11731, Machine Translation, course notes reference: Language Models 2: Log-linear Language Models Read More
[Maths]The Map of Mathematics 2018-09-03 Maths, video link Good Youtube Videos ! The Map of Mathematics The Map of Computer Science Read More
CMU 11-731(MT&Seq2Seq) Feed-Forward Language Models 2018-09-03 11731, Machine Translation, course notes reference: Neural Networks and Feed-forward Language Models NN is a good Universal Function Approximator. Read More
[Paper Reading]A Bit of Progress in Language Modeling 2018-08-30 11731, Machine Translation, Paper reading reference A Bit of Progress in Language Modeling Read More
CMU 11-731(MT&sSeq2Seq) n-gram model course notes 2018-08-30 11731, Machine Translation, course notes Welcome to my blog, enter password to read. Read More
CMU 11-731(MT&sSeq2Seq) n-gram model 2018-08-30 11731, Machine Translation, course notes reference: Language Models 1: n-gram Language Models Read More
Python-vm-class 2017-07-08 Python Python reference: Python 源码剖析 Python-vm-class Python中的对象模型 用户自定义class 从class对象到instance对象 访问instance对象中的属性 Read More
Python_vm_function 2017-07-06 Python Python reference: Python 源码剖析 Python_vm_function PyFunctionObject对象 无参函数调用 函数执行时的名字空间 函数参数的实现 函数中局部变量的访问 嵌套函数、闭包与decorator Read More
Python_vm_controlflow 2017-07-02 Python Python reference: Python 源码剖析 Python_vm_controlflow Python虚拟机中的if控制流 Python虚拟机中的for循环控制流 Python虚拟机中的while循环控制对象 Read More