Skip to content

Latest commit

 

History

History
75 lines (51 loc) · 7.2 KB

ai-ml-dl-tutorial.md

File metadata and controls

75 lines (51 loc) · 7.2 KB

The easiest way to think of their relationship is to visualize them as concentric circles with AI — the idea that came first — the largest, then machine learning — which blossomed later, and finally deep learning — which is driving today’s AI explosion — fitting inside both. What’s the Difference Between Artificial Intelligence, Machine Learning, and Deep Learning?

Artificial Intelligence

Artificial Intelligence — Human Intelligence Exhibited by Machines

Machine Learning

Machine Learning — An Approach to Achieve Artificial Intelligence

Related JS Libraries

Related JS Libraries

  • TensorFlow.js: A WebGL accelerated, browser based JavaScript library for training and deploying ML models.(WebGL 加速的基于浏览器的 JavaScript 库,用于培训和部署 ML 模型 )https://js.tensorflow.org
  • face-api.js: JavaScript API for face detection and face recognition in the browser with tensorflow.js

Deep Learning

Deep Learning — A Technique for Implementing Machine Learning.

Related JS Libraries

Related Practice

  • Screenshot-to-code-in-Keras : A neural network that transforms a screenshot into a static website( 将屏幕截图转换为静态网站的神经网络 ).

  • face-recognition.js: Simple Node.js API for robust face detection and face recognition( 简单的 Node.js API 用于强健的人脸检测和人脸识别 ).


Make Bots