Machine Learning and Artificial Intelligence

Overview


Machine Learning and Artificial Intelligence are hot topics, both in computer science, but also within the business community.

  • Machine Learning is the process and algorithms that engineers use to train computer systems to recognize patterns in data.
  • Artificial Intelligence refers to machine based systems that act intelligently. Typically this means that these systems converse with humans or act as an agent of some sort (that is, makes decisions) Most artificially intelligent systems use machine learning during development and as a way to adapt the agents decision making process to a new environment or information.

Machine Learning API's


  • TensorFlow.js - open source library created at Google which provides a fast way to execute many machine learning algorithms in the browser. A primary library used for deep learning.
  • Javascript Neural Networks Library

Community