Warm tip: This article is reproduced from stackoverflow.com, please click
javascript tensorflow tensorflow.js

Is posenet a machine learning model or deep learning model

发布于 2020-03-29 21:03:50

I want to know if posenet in tensorflow.js can be called as a machine learning model or deep learning model. I have searched the internet and found that some websites say it as a machine learning model while some say it is a deep learning model.

Also provide reasons for the saying if it is a machine learning based or deep learning based.

Any help would be appreciated. Thank you

Questioner
Bharat_K
Viewed
117
Kalpit 2020-01-31 19:15

Deep Learning is a subset of Machine Learning. Posenet is a DL model, specifically in Computer Vision. Technically, since all DL models are ML models, it can be called an ML model. However, if to be stated specifically, it is a DL model.