| Line 4: |
Line 4: |
| | | | |
| | <u><b>The following are some useful YouTube videos:</b></u> | | <u><b>The following are some useful YouTube videos:</b></u> |
| − |
| |
| − | === <u>Part 1</u> ===
| |
| − | <font><i>A run down of what SVMs are and what they can be used for. All of the necessary background to get started with using SVMs.</i></font> <br>
| |
| | <html> | | <html> |
| | <head> | | <head> |
| Line 13: |
Line 10: |
| | <body> | | <body> |
| | <div id="video-container"> | | <div id="video-container"> |
| − | <button onclick="loadVideo('efR1C6CvhmE')">SVM: Main Ideas</button>
| |
| | </div> | | </div> |
| | | | |
| Line 23: |
Line 19: |
| | var iframe = document.createElement('iframe'); | | var iframe = document.createElement('iframe'); |
| | iframe.src = videoUrl; | | iframe.src = videoUrl; |
| − | iframe.width = 400; | + | iframe.width = 960; |
| − | iframe.height = 240; | + | iframe.height = 540; |
| | iframe.setAttribute('allow', 'autoplay'); | | iframe.setAttribute('allow', 'autoplay'); |
| | container.innerHTML = ''; // Clear existing content | | container.innerHTML = ''; // Clear existing content |
| Line 30: |
Line 26: |
| | } | | } |
| | </script> | | </script> |
| | + | </body> |
| | + | </html> |
| | + | |
| | + | === <u>Part 1</u> === |
| | + | <font><i>A run down of what SVMs are and what they can be used for. All of the necessary background to get started with using SVMs.</i></font> <br> |
| | + | <html> |
| | + | <head> |
| | + | <title>YouTube Video Click-to-Play</title> |
| | + | </head> |
| | + | <body> |
| | + | <div id="video-container"> |
| | + | <button onclick="loadVideo('efR1C6CvhmE')">SVM: Main Ideas</button> <font size="1" color="blue">← Click-to-play</font> |
| | + | </div> |
| | </body> | | </body> |
| | </html> | | </html> |
| | [https://www.youtube.com/watch?v=efR1C6CvhmE Support Vector Machines Main Ideas] <br> | | [https://www.youtube.com/watch?v=efR1C6CvhmE Support Vector Machines Main Ideas] <br> |
| − | <br>
| |
| | | | |
| | | | |
| Line 44: |
Line 52: |
| | <body> | | <body> |
| | <div id="video-container"> | | <div id="video-container"> |
| − | <button onclick="loadVideo('Toet3EiSFcM')">SVM: The Polynomial Kernel</button> | + | <button onclick="loadVideo('Toet3EiSFcM')">SVM: The Polynomial Kernel</button> <font size="1" color="blue">← Click-to-play</font> |
| | </div> | | </div> |
| | | | |
| Line 54: |
Line 62: |
| | var iframe = document.createElement('iframe'); | | var iframe = document.createElement('iframe'); |
| | iframe.src = videoUrl; | | iframe.src = videoUrl; |
| − | iframe.width = 400; | + | iframe.width = 960; |
| − | iframe.height = 240; | + | iframe.height = 540; |
| | iframe.setAttribute('allow', 'autoplay'); | | iframe.setAttribute('allow', 'autoplay'); |
| | container.innerHTML = ''; // Clear existing content | | container.innerHTML = ''; // Clear existing content |
| Line 64: |
Line 72: |
| | </html> | | </html> |
| | [https://www.youtube.com/watch?v=Toet3EiSFcM The Polynomial Kernel] <br> | | [https://www.youtube.com/watch?v=Toet3EiSFcM The Polynomial Kernel] <br> |
| − | <br>
| |
| | | | |
| | | | |
| Line 75: |
Line 82: |
| | <body> | | <body> |
| | <div id="video-container"> | | <div id="video-container"> |
| − | <button onclick="loadVideo('Qc5IyLW_hns')">SVM: The Radial (RBF) Kernel</button> | + | <button onclick="loadVideo('Qc5IyLW_hns')">SVM: The Radial (RBF) Kernel</button> <font size="1" color="blue">← Click-to-play</font> |
| | </div> | | </div> |
| | | | |
| Line 85: |
Line 92: |
| | var iframe = document.createElement('iframe'); | | var iframe = document.createElement('iframe'); |
| | iframe.src = videoUrl; | | iframe.src = videoUrl; |
| − | iframe.width = 400; | + | iframe.width = 960; |
| − | iframe.height = 240; | + | iframe.height = 540; |
| | iframe.setAttribute('allow', 'autoplay'); | | iframe.setAttribute('allow', 'autoplay'); |
| | container.innerHTML = ''; // Clear existing content | | container.innerHTML = ''; // Clear existing content |