Actions

Algoliterary Bibliography: Difference between revisions

From Algolit

 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
These are the texts which surrounded us during the work sessions on natural language processing within machine learning.  
+
These are the texts which surrounded us during our research days on natural language processing within machine learning.  
  
 
====Neural networks and language====
 
====Neural networks and language====
Line 16: Line 16:
 
*Michael Nielsen, ''Neural Networks and Deep Learning'' - http://neuralnetworksanddeeplearning.com
 
*Michael Nielsen, ''Neural Networks and Deep Learning'' - http://neuralnetworksanddeeplearning.com
  
====Background articles on neural networks====
 
 
*''Neural Networks, Manifolds, and Topology'' - http://colah.github.io/posts/2014-03-NN-Manifolds-Topology/
 
*''Neural Networks, Manifolds, and Topology'' - http://colah.github.io/posts/2014-03-NN-Manifolds-Topology/
 
*''Visualizing Representations: Deep Learning and Human Beings'' - http://colah.github.io/posts/2015-01-Visualizing-Representations/
 
*''Visualizing Representations: Deep Learning and Human Beings'' - http://colah.github.io/posts/2015-01-Visualizing-Representations/
Line 23: 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
 +
* Speech and Language Processing, Daniel Jurafsky and James H. Martin, Stanford University, 2017: https://web.stanford.edu/~jurafsky/slp3/ed3book.pdf
  
 
====Software for Deep Learning and neural networks====
 
====Software for Deep Learning and neural networks====
Line 29: Line 30:
 
*Sam Abrahams, Danijar Hafner, Erik Erwitt, Ariel Scarpinelli, ''TensorFlow for Machine Intelligence. A Hands-On Introduction to Learning Algorithms.'' Bleeding Edge Press (2016)
 
*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)
 
*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 bit steeper learning curve)
+
*Nick McClure, ''TensorFlow Machine Learning Cookbook.'' Packt Publishing (2017) (more in-depth but also a slightly steeper learning curve)
  
 
====Simulation tools====
 
====Simulation tools====

Latest revision as of 15:01, 2 November 2017

These are the texts which surrounded us during our research days 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