Skip to content

Latest commit

 

History

History

07_rnn

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Recurrent Neural Network (RNN)

Objectives:

  • 💡 Learn about Sequential Data and Markov Chains
  • 💡 Learn about Recurrent Neural Network architectures
  • 💡 Become familiar with use cases for RNNs
  • 💡 Learn ml5’s RNN functions and underlying pre-trained models

Markov Chains

RNNs

Related Projects:

SketchRNN

charRNN

LSTM

Assignment 7 Due Sunday October 25

Reading

Reflection

Emily Martinez proposes a set of questions to ask related to working with a corpus of text data. Pick one (or two) of the questions to reflect on as you respond to the above two readings:

  • How can we be more intentional about what we build given the current limitations, problems, and constraints of ML algorithms?
  • How do we prepare datasets and set up guidelines that protect the bodies of knowledge of our communities, that honors lineage, that upholds ethical frameworks rooted in shared, agreed-upon values?
  • How do we work in consensual and respectful ways with texts by marginalized authors that are not as well-represented, and by virtue of that fact alone, much more likely to be misrepresented, misappropriated, or misunderstood if we are not careful?
  • How well can we ensure that the essence of these texts doesn’t dissolve into a word-soup that gets misconstrued?
  • Given that so many of the existing “big data” language models are trained with Western texts and proprietary datasets, what does it even mean to try to decolonize AI?
  • Who do we entrust to do this work?
  • How do we deal with credit and attribution of our new creations?
  • How do we really do ethics with machine learning?
  • How do we get through this whole list of concerns and still build AI that is fun, respectful, tender, pleasurable, kind?

Coding Exercise

Pick from one of the following options (or invent your own) related to working with sequential data and recurrent neural networks.

Complete a blog post with your reading reflection and documentation of your code exercise. Link from the homework wiki.