CMU 11-731(MT&Seq2Seq) Loglinear and FeedForward Language Models course notes

Welcome to my blog, enter password to read.

Read More

Share

CMU 11-731(MT&Seq2Seq) Log-linear Language Models

Read More

Share

[Maths]The Map of Mathematics

Read More

Share

CMU 11-731(MT&Seq2Seq) Feed-Forward Language Models

NN is a good Universal Function Approximator. 😸

Read More

Share

[Paper Reading]A Bit of Progress in Language Modeling

Read More

Share

CMU 11-731(MT&sSeq2Seq) n-gram model course notes

Welcome to my blog, enter password to read.

Read More

Share

CMU 11-731(MT&sSeq2Seq) n-gram model

Read More

Share

Python-vm-class

  • reference: Python 源码剖析
  • Python-vm-class
    • Python中的对象模型
    • 用户自定义class
    • 从class对象到instance对象
    • 访问instance对象中的属性

Read More

Share

Python_vm_function

  • reference: Python 源码剖析
  • Python_vm_function
    • PyFunctionObject对象
    • 无参函数调用
    • 函数执行时的名字空间
    • 函数参数的实现
    • 函数中局部变量的访问
    • 嵌套函数、闭包与decorator

Read More

Share

Python_vm_controlflow

  • reference: Python 源码剖析
  • Python_vm_controlflow
    • Python虚拟机中的if控制流
    • Python虚拟机中的for循环控制流
    • Python虚拟机中的while循环控制对象

Read More

Share