Actions

Algoliterary Encounters: Difference between revisions

From Algolit

(multidimensionality)
Line 3: Line 3:
 
Start of the Algoliterary Encounters catalog.
 
Start of the Algoliterary Encounters catalog.
  
==== General Introduction ====
+
== General Introduction ==
  
 
* [[Introduction Algolit]]
 
* [[Introduction Algolit]]
* [[Introction on the Stanford course]]
 
  
==== Overview of Techniques ====
+
==Algoliterary works==
 +
* Oulipo scripts
 +
* i-could-have-written-that interfaces
 +
* Obama, model for a politician
 +
* ClueBotNG, a special Algolit edition
  
===== Rule-based agents =====
+
==Algoliterary explorations==
 +
===A few outputs to see how it works===
 +
* CHARNN text generator
 +
* [[talking_about_machine_learning]] - exploring the vocabulary of machine learning textbooks in 7 stages with word2vec
 +
 
 +
===Parts of NN process===
 +
 
 +
==== Datasets ====
 +
* [[the data speaks]]
  
* [[introduction Rule-Based]]
+
==== From words to numbers ====
* [[Oulipo Recipes]]
+
* [[bag-of-words]]
* [[Textmining is]]
+
* [[one-hot-vector script]] & [[word embeddings]]
* [[Rule-Based writing-system modality.py]]
 
  
===== Classic Machine Learning =====
+
==== Different views on the data ====
 +
* tensorflow projector visualisation of high dimensional data
 +
* [[5 dimensions 32 graphs]]
 +
* GloVe dataset sorted alphabetically
  
* [[introduction Classic Machine Learning]]
+
==== Creating word embeddings using word2vec ====
* [[i-could-have-written-that]]
+
* [[word2vec applications]] - this can serve as an introduction to word2vec?
* [[The Weekly Address]]
+
* [[word2vec_basic.py]] - in piles of paper
 +
* [[softmax annotated]]
 +
* [[chatbot for word mathematics]]
  
===== Neural Networks =====
+
=== Autonomous machine as inspection ===
 +
* AI script showing racist bias using supervised classical ML & NN embeddings
  
* [[introduction Neural Networks]]
+
===Algoliterary Toolkit===
* [[RCharNN]]
+
* cgi interface template
 +
* [[text-punctuation-clean-up.py]]
  
==== Elements of Neural Networks ====
+
===Bibliography===
 +
* [[Algoliterary Bibliography]] - Reading Room texts
  
===== input (datasets) =====
 
  
* posters with literary works that are readable for machines and escape copyright
 
  
* public domain dataset
 
  
===== text-to-numbers / vectors =====
 
  
* posters of matrices
 
* bag-of-words: physical book vector exercise (with multiple books or with one book)
 
* [[word embeddings]]
 
* [[one-hot-vector script]]
 
* [[word2vec_basic.py]] - inspected word2vec script
 
* [[talking_about_machine_learning]] - exploring the vocabulary of machine learning textbooks in 7 stages with word2vec
 
  
===== layers, nodes, weights =====
 
  
* backpropagation (linear algebra, influence of weight on network)
 
  
 
===== multidimensionality =====
 
===== multidimensionality =====
Line 54: Line 60:
  
 
* digital interactive visualisation & printed visualisation 1 poster for 1 dimension (total could be 30 posters)
 
* digital interactive visualisation & printed visualisation 1 poster for 1 dimension (total could be 30 posters)
 
===== algorithms/nodes =====
 
 
* softmax poster/booklet with comments on code & output
 
 
* visualisations
 
 
* playground.tensorflow.org javascript
 
 
      
 
      
 
===== output =====
 
===== output =====
 
==== Datasets ====
 
 
* Context of Neural Networks
 
 
* Frameworks & Existing Communities
 
 
* Algoliterary Works by Others
 

Revision as of 15:54, 6 October 2017


Start of the Algoliterary Encounters catalog.

General Introduction

Algoliterary works

  • Oulipo scripts
  • i-could-have-written-that interfaces
  • Obama, model for a politician
  • ClueBotNG, a special Algolit edition

Algoliterary explorations

A few outputs to see how it works

Parts of NN process

Datasets

From words to numbers

Different views on the data

  • tensorflow projector visualisation of high dimensional data
  • 5 dimensions 32 graphs
  • GloVe dataset sorted alphabetically

Creating word embeddings using word2vec

Autonomous machine as inspection

  • AI script showing racist bias using supervised classical ML & NN embeddings

Algoliterary Toolkit

Bibliography





multidimensionality
"In most of the cases the meaning will come through multiple dimensions." (Richard Socher, CS224D Lecture 2)
  • digital interactive visualisation & printed visualisation 1 poster for 1 dimension (total could be 30 posters)
output