Actions

Difference between revisions of "Algoliterary Encounters"

From Algolit

Line 56: Line 56:
  
 
== Sources ==
 
== Sources ==
 +
The scripts we used and a selection of texts that kept us company
 
* [[Algoliterary Toolkit]]
 
* [[Algoliterary Toolkit]]
 
* [[Algoliterary Bibliography]]
 
* [[Algoliterary Bibliography]]

Revision as of 08:34, 2 November 2017

Algoliterary Encounters

Algoliterary works

A selection of works made by the members of Algolit over the past years.

Algoliterary explorations

This chapter presents part of the research of Algolit over the past two years.

What the Machine Writes: a closer look at the output

Two neural networks are presented more closely, what content do they produce?

How the Machine Reads: Dissecting Neural Networks

Datasets

Working with Neural Networks includes collecting big amounts of textual data. A comparison with the collection of words of the Library of St-Gilles:

Common public datasets

Most commonly used public datasets are gathered at Amazon. We looked closely at the following two:

Algoliterary datasets

Working with literary texts allows for poetic beauty in the reading/writing of the algorithms. This is a small collection used for experiments.

From words to numbers

As machine learning is based on statistics and math, in order to process text, words need to be transformed to numbers. In the following section we present three technologies to do so.

Different vizualisations of word embeddings
Inspecting the technique behind word embeddings

How a Machine Might Speak

If a neural net work could speak, what would it say?

Sources

The scripts we used and a selection of texts that kept us company