minor changes

This commit is contained in:
clarissa 2023-05-10 18:57:54 -07:00
parent 4d71527e27
commit 7a0a95961e
1 changed files with 29 additions and 4 deletions

View File

@ -9,8 +9,15 @@
a good chunk of class 2 is written but need to potentially split it into multiple parts
[2023-03-18 Sat 12:29]
[2023-05-10 Wed 17:42]
Rethinking what the goals are
Need individual units that can be repurposed into different classes
Activities that can be fit in different ways
What I've been writing is too much like the start of a book, too linear in the narrative and only able to be presented by me specifically.
* Pre-notebook drafts
This is a section for things that /will/ be notebooks but are not /yet/ notebooks, so Python code examples in src blocks but not actual .ipynb formatting
@ -397,7 +404,25 @@ Even though quantum mechanics is a little confusing, it's really important for t
So even though quantum mechanics might seem strange, it's actually really important for the future of technology. Who knows what kind of amazing things we'll be able to do with it in the years to come!
Take care,
Clarissa Littler
#+end_quote
* Second stab at outlining
** What is AI/ML
*** Historically: adaptive systems
*** Now: advanced curve fitting
*** AI/ML is just code
*** What is code?
*** Hands on: drawing with code
*** Hands on: curve fitting example
*** Hands on: interactive machine learning demo
(something with sci-kit)
** What machine learning learns: patterns
*** Examples of visual patterns
*** Examples of linguistic patterns
*** Hands on: using CLIP
*** Hands on: using an LLM for different genres
** How does machine learning learn?
*** What is a neural network?
*** How is a neural network trained?
*** Hands on:
*** How do LLMs learn?
***