Mike Izbicki

Results 289 comments of Mike Izbicki

You should select readings/viewings that you have not previously completed before.

The first lecture recording is now online at . All subsequent lectures will be posted to the same playlist.

No lecture portion of the lab this week, instead I've uploaded a special non-lecture video of the [sorting assignment here](https://www.youtube.com/watch?v=j0gAR076iDc&list=PLSNWQVdrBwoax73YVijxAEUw29eD-zbSy&index=13). In this video I fully walk through all of the...

I've uploaded [the video for the BinaryTree / BST assignment here](https://www.youtube.com/watch?v=EAFAMSHYH_Q).

The special lecture video for the risk assignment (with material not covered in class) is now posted at: https://www.youtube.com/watch?v=pnts50_8680

@yomnashousha and @irajmoradi: You're both correct. The mistakes you've highlighted have been fixed, and I've awarded you both +1 point in sakai for the correction and fix. The root cause...

@zhh1997zhh and @keweizhou1999 This error is caused by having incompatible versions of tensorboard and pytorch. I'm not sure if the fix proposed by @keweizhou1999 will work correctly, or if it...

I am using the squared L2 norm to measure distance, and it appears you are using the standard L2 norm. Squaring the values results in large separation between the values,...

Both of those are widely used, and there are literally hundreds more measures that people use. Any function that satisfies the properties of either a divergence or a metric can...

I believe that tensorboard.dev does not support displaying the embeddings for some reason, and you have to do that on a local tensorboard. (That's why I'm asking for a screenshot...