Spring 2022 Computer Science 458


[Home]

Video of the Day

Winter Vivaldi's Four Seasons.

Lecture: 2/16/2022

Administrivia

  • Recorded lectures are in the Canvas media library.

  • Assignments New topic added to paper: emotions.

  • Building for the metaverse with AI on February 23rd at noon EST, which includes a presentation by Alborz Geramifard, our speaker on March 2nd.

  • YBlockchain? Episode 006 [WEBINAR] Digital Money: From Cryptocurrency to Stablecoins to Central Bank Digital Currencies Tuesday March 1, 11am-12pm. (Note: also ESG book.)

    Jupyter Notebooks.

    See jupyter.org to get up to speed with jupyter notebooks. You can install the software on your laptop.

    You can run jupyter directly on the zoo, when you are sitting at a console in AKW or 17 Hillhouse. Otherwise, you can run it as a remote Xwindows job using the ssh -Y switch to export graphics to your laptop, e.g.,

    ssh -Y netid@node.cs.yale.edu
    
    For that to work, you need to be running an Xwindows app on your laptop. For windows, use MobaXterm. For macs, use xquartz.

    Here are useful Jupyter notebook keyboard shortcuts.

    Finance and the Stock Market: creating a security analyst

    See yfinance.html. This is also the topic of homework 2. Note: there is a new Merrill Lynch research portfolio holdings document today.
    [Home]