Actions

Algoliterary Bibliography: Difference between revisions

From Algolit

Line 28: Line 28:
 
*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====

Revision as of 12:37, 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