240 发简信
IP属地:华盛顿州
  • Image Segmentation

    Fully Convolutional Networks summary (easy to understand): 卷积神经网络CNN(3)—...

  • connect to ipython jupyter notebook hosted remotely using your own browser

    Assume remote ssh account is Alice@remote_ip_address Use ssh to log int...

  • WSum - MLE

    Make a summary every week with project partner.Ask several questions:wha...

  • Jan 29 page data

    page size: typically ~100 KB, extreme 256 MB First question: row store o...

  • Resize,w 360,h 240
    Numpy tricks:

    1. 排序的mask获取 应用场景:KNN中给定dataset X, Y, 在X中寻找dist最小的那几个的index然后到Y中去获取label...

  • Assignment 1 Buffer manager

    坑:用来做(page id)<=>(pagePtr)映射的map有两种实现,一种是map (内部红黑树,排序map相当于pq)unordered...

  • Resize,w 360,h 240
    Reservoir Sampling

    Refs: https://gregable.com/2007/10/reservoir-sampling.html http://blog.j...

  • Jan22 disk failures

    Disk failures Typically as DBMS imp, we assume second storage just works...

  • Jan 19/22 buffer management

    Memory management in DBs. As databases designer, you don't trust the os....