ความคิดเห็น •

  • @MrKB_SSJ2
    @MrKB_SSJ2 2 หลายเดือนก่อน

    I am making a usable BERT transformer in pure C. This video is extremely helpful as its providing me the clear clarity of the silar kinds of steps that I need to take.
    Thank you!

  • @MrKB_SSJ2
    @MrKB_SSJ2 2 หลายเดือนก่อน

    24:55

  • @736939
    @736939 18 วันที่ผ่านมา

    12:23 I would not do the id2word in loop, because then you have to repeat all of the things len(work_list) times and get n^2 complexion.