Actions

Algoliterary Bibliography: Difference between revisions

From Algolit

Line 22: Line 22:
 
*Halpern, O., 2014. ''Beautiful Data: A History of Vision and Reason since 1945'', Duke Press - https://www.dukeupress.edu/beautiful-data, http://www.orithalpern.net/
 
*Halpern, O., 2014. ''Beautiful Data: A History of Vision and Reason since 1945'', Duke Press - https://www.dukeupress.edu/beautiful-data, http://www.orithalpern.net/
 
*Hayles, Katherine N., 2016. ''Unthought. The Power of Cognitive Nonconscious''
 
*Hayles, Katherine N., 2016. ''Unthought. The Power of Cognitive Nonconscious''
 +
*McKenzie, Adrian, 2015. ''The production of prediction: What does machine learning want?'' http://journals.sagepub.com/doi/abs/10.1177/1367549415577384?journalCode=ecsa
  
 
====Software for Deep Learning and neural networks====
 
====Software for Deep Learning and neural networks====

Revision as of 16:52, 31 October 2017

These are the texts which surrounded us during the work sessions on natural language processing within machine learning.

Neural networks and language

Bias in language

Neural networks and deep learning

General background

Software for Deep Learning and neural networks

Tensorflow has become a major programming framework for neural networks. On the website a range of tutorials can be found to tackle machine learning problems, although for new users it can be useful to read some introductory literature on Tensorflow to grasp better how an algorithm is build up in Tensorflow. Good introductions are:

  • Sam Abrahams, Danijar Hafner, Erik Erwitt, Ariel Scarpinelli, TensorFlow for Machine Intelligence. A Hands-On Introduction to Learning Algorithms. Bleeding Edge Press (2016)
  • Rodolfo Bonnin, Building Machine Learning Projects with TensorFlow. Packt Publishing (2016)
  • Nick McClure, TensorFlow Machine Learning Cookbook. Packt Publishing (2017) (more in-depth but also a slightly steeper learning curve)

Simulation tools