课程已归档

Quantum Machine Learning (with IBM Quantum)

提供者 Dr. Christa Zoufal, Julien Gacon, Dr. David Sutter

本视频属于openHPI课程Quantum Machine Learning (with IBM Quantum)。你想看更多吗?

Support Vector Machines

时间效果趋于.13 分钟

An error occurred while loading the video player, or it takes a long time to initialize. You can try clearing your browser cache. Please try again later and contact the helpdesk if the problem persists.

关于这个视频


Dear Learners,

please note that there is a typo in the video, instead of

x2=-1 / w[1] * (w[1]*x1 - b)

it should say

x2=-1 / w[1] * (w[0]*x1 - b) .