Machine learning algorithms

Prototype methods

Prototype methods are machine learning methods that use data prototypes. A data prototype is a data value that reflects other values in its class, e.g., the centroid in a K-means clustering problem. (Wikipedia).

Video thumbnail

Primitive Roots Method 1

The second method for testing whether alpha is a primitive root mod p. Description of primitive roots is in the Primitive Roots pt. 1 video. Questions? Feel free to post them in the comments and I'll do my best to answer!

From playlist Number Theory

Video thumbnail

Primitive Roots Method 2

This video describes what a primitive roots is. Also, how to test if a number (alpha) is primitive for a low/small modulus. Also note that there is a more efficient way of testing for a primitive root (if p-1 is easily factorable), which is discussed in part 2: https://www.youtube.com/wat

From playlist Number Theory

Video thumbnail

B4 The Derivative

In this video I mention some of the basic methods used in calculating the derivative, for example the product, quotient, and chain rules.

From playlist Biomathematics

Video thumbnail

Fourier Transform Technique for Solving PDEs (Part 2)

In this video, we study how to solve a PDE (the 1-dimensional Heat Equation) using the Fourier Transform technique.

From playlist Mathematical Physics II Uploads

Video thumbnail

B27 Introduction to linear models

Now that we finally now some techniques to solve simple differential equations, let's apply them to some real-world problems.

From playlist Differential Equations

Video thumbnail

B01 An introduction to numerical methods

Most differential equations cannot be solved by the analytical techniques that we have learned up until now. I these cases, we can approximate a solution by a set of points, by using a variety of numerical methods. The first of these is Euler's method.

From playlist A Second Course in Differential Equations

Video thumbnail

Primitive Roots - Applied Cryptography

This video is part of an online course, Applied Cryptography. Check out the course here: https://www.udacity.com/course/cs387.

From playlist Applied Cryptography

Video thumbnail

Modular forms: Introduction

This lecture is part of an online graduate course on modular forms. We introduce modular forms, and give several examples of how they were used to solve problems in apparently unrelated areas of mathematics. I will not be following any particular book, but if anyone wants a suggestion

From playlist Modular forms

Video thumbnail

Introduction to Classification Models

Ever wonder what classification models do? In this quick introduction, we talk about what classifications models are, as well as what they are used for in machine learning. In machine learning there are many different types of models, all with different types of outcomes. When it comes t

From playlist Introduction to Machine Learning

Video thumbnail

The Four Layers of JavaScript OOP - O'Reilly Webcast

Slides: https://speakerdeck.com/rauschma/the-four-layers-of-javascript-oop Axel's book: SpeakingJS.com Object-oriented programming (OOP) in JavaScript is complex. To make it easier to understand, this webcast explains it via four layers: 1. Simple objects 2. Prototype chains 3. Construc

From playlist O'Reilly Webcasts 3

Video thumbnail

Game Programming Patterns part 8.1 - (Reading) Prototype Pattern

We read through the Prototype Pattern in the Game Programming Patterns book. Links code - https://github.com/brooks-builds/learning_game_design_patterns twitter - https://twitter.com/brooks_patton book - http://gameprogrammingpatterns.ocm/ -- Watch live at https://www.twitch.tv/brookzer

From playlist Game Programming Patterns Book

Video thumbnail

Comparative Document Summarisation via Classification | AISC

For slides and more information on the paper, visit https://aisc.a-i.science/events/2019-05-21 Discussion lead: Angshuman Ghosh

From playlist Natural Language Processing

Video thumbnail

07 Machine Learning: Clustering

The first lecture on inferential machine learning with clustering. We focus on k means clustering with some comments on other clustering methods. Follow along with the demonstration workflows in Python: o. DataFrames from Pandas: https://github.com/GeostatsGuy/PythonNumericalDemos/blob/

From playlist Machine Learning

Video thumbnail

JavaScript Tutorial - PROTOTYPE chain

Discover how to optimize your code and create memory-efficient apps through a process called prototype chaining. Expand your JavaScript knowledge with our curated list of courses: https://www.linkedin.com/learning/paths/advance-your-skills-in-c-plus-plus?trk=sme-youtube_M136616-04-04_learn

From playlist JavaScript

Video thumbnail

Stanford CS330: Deep Multi-task & Meta Learning | 2020 | Lecture 6: Non-Parametric Few-Shot Learning

For more information about Stanfordโ€™s Artificial Intelligence professional and graduate programs, visit: https://stanford.io/ai This lecture covers: Non-Parametric Few-Shot Learning -Siamese networks, matching networks, prototypical networks -Case study of few-shot medical image diagnosis

From playlist Stanford CS330: Deep Multi-task and Meta Learning | Autumn 2020

Video thumbnail

Advanced Java script Tutorial | JavaScript Training | JavaScript Programming | Edureka Rewind

๐Ÿ”ฅ ๐„๐๐ฎ๐ซ๐ž๐ค๐š ๐‰๐š๐ฏ๐š๐’๐œ๐ซ๐ข๐ฉ๐ญ ๐‚๐ž๐ซ๐ญ๐ข๐Ÿ๐ข๐œ๐š๐ญ๐ข๐จ๐ง ๐“๐ซ๐š๐ข๐ง๐ข๐ง๐  ๐‚๐จ๐ฎ๐ซ๐ฌ๐ž: https://www.edureka.co/javascript-certification-training This Edureka video on Advanced JavaScript Tutorial explains all the advanced workings of functions in JavaScript with examples. It also explains various advanced aspects of JavaScri

From playlist JavaScript Tutorial For Beginners [2023] | Edureka

Video thumbnail

Modular Javascript - Prototypal Pattern vs Classical OOP in JS

While many JS devs still use classical OOP, many have switched to the prototypal pattern for Module Inheritance and Instantiation. Here's the prototypal pattern for JS and why some devs find it simpler to use. View Classical Inheritance here: https://www.youtube.com/watch?v=sWOXYDBbz0g

From playlist Modular Javascript

Video thumbnail

What are the Types of Numbers? Real vs. Imaginary, Rational vs. Irrational

We've mentioned in passing some different ways to classify numbers, like rational, irrational, real, imaginary, integers, fractions, and more. If this is confusing, then take a look at this handy-dandy guide to the taxonomy of numbers! It turns out we can use a hierarchical scheme just lik

From playlist Algebra 1 & 2

Video thumbnail

Advanced JavaScript Tutorial | JavaScript Training | JavaScript Programming Tutorial | Edureka

๐Ÿ”ฅ Edureka Full Stack Developer Training: https://www.edureka.co/masters-program/full-stack-developer-training This Edureka video on Advanced JavaScript Tutorial explains all the advanced workings of functions in JavaScript with examples. It also explains various advanced aspects of JavaScr

From playlist JavaScript Tutorial For Beginners | Edureka

Related pages

K-means clustering