going to go over some new lc problems for “ai engineer” -> great list

one of each

  1. linear algebra

  2. deep learning

  3. machine learning


today’s mood board:

  • caffeinated
  • debugged
  • two-sum, zero-fun
  • ready to Code
  • ready to sleep

til (today i learned)

  1. more cuda
    1. load data into CPU mem
    2. copy data CPU to GPU (w/ cudaMemcpy)
    3. call GPU kernel using device variable (kernel«<»>)
    4. copy data from GPU to CPU mem (w/ cudaMemcpy)

random thought

even if you are smarter than 99% of people, there are 80 million people smarter.