Actions

Algoliterary Bibliography: Difference between revisions

From Algolit

Line 12: Line 12:
 
*Rob Speer, ''How to make a racist AI without really trying'' - https://gist.github.com/rspeer/ef750e7e407e04894cb3b78a82d66aed#file-how-to-make-a-racist-ai-without-really-trying-ipynb
 
*Rob Speer, ''How to make a racist AI without really trying'' - https://gist.github.com/rspeer/ef750e7e407e04894cb3b78a82d66aed#file-how-to-make-a-racist-ai-without-really-trying-ipynb
  
====Free online books on neural networks and deep learning====  
+
====Neural networks and deep learning====  
 
*Ian Goodfellow, Yoshua Bengio and Aaron Courville, ''Deep Learning'' - http://www.deeplearningbook.org/
 
*Ian Goodfellow, Yoshua Bengio and Aaron Courville, ''Deep Learning'' - http://www.deeplearningbook.org/
 
*Michael Nielsen, ''Neural Networks and Deep Learning'' - http://neuralnetworksanddeeplearning.com
 
*Michael Nielsen, ''Neural Networks and Deep Learning'' - http://neuralnetworksanddeeplearning.com

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

Background articles on neural networks

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 bit steeper learning curve)

Simulation tools