Recurrent neural network: Difference between revisions

Content deleted Content added
Mdabak (talk | contribs)
m Adding a heading named "Screenplay Writing" with a paragraph
Tags: Reverted Visual edit
Restored revision 1253050709 by Perceptron599 (talk): WP:UNDUE emphasis on one short film
Line 331:
* [[Theano (software)|Theano]]: A deep-learning library for Python with an API largely compatible with the [[NumPy]] library.
* [[Torch (machine learning)|Torch]]: A scientific computing framework with support for machine learning algorithms, written in [[C (programming language)|C]] and [[Lua (programming language)|Lua]].
 
== Screenplay Writing ==
[[Sunspring]] is a short science fiction film created in 2016, notable for having a script entirely written by an AI model. The project was a collaboration between filmmaker Oscar Sharp and AI researcher Ross Goodwin, who used a Recurrent Neural Network (RNN) known as an LSTM (Long Short-Term Memory) to generate the script. Trained on a large dataset of science fiction scripts from movies and TV shows, the model learned to predict and generate sequences of text in a way that mimicked human dialogue. The AI, named "Benjamin," created the script line by line, including both dialogue and stage directions. With limited understanding of context, the resulting script was often surreal and unpredictable but captured common science fiction themes like love, loss, and existential questions. Actors Thomas Middleditch, Elisabeth Gray, and Humphrey Ker brought the script to life, performing it exactly as written, resulting in a thought-provoking and poetic yet disjointed short film that highlights both the creative potential and limitations of AI in storytelling.
 
==Applications==