String data structures | Graph data structures

GADDAG

A GADDAG is a data structure presented by Steven Gordon in 1994, for use in generating moves for Scrabble and other word-generation games where such moves require words that "hook into" existing words. It is often in contrast to move-generation algorithms using a directed acyclic word graph (DAWG) such as the one used by Maven. It is generally twice as fast as the traditional DAWG algorithms, but take about 5 times as much space for regulation Scrabble dictionaries. Quackle, an open-source Scrabble program, uses a GADDAG to generate moves. (Wikipedia).

Video thumbnail

Gadamer on Hegel - Spirit, Art, & Reason

Gadamer discusses Hegel in regards to Geist, art, and reason. The translation is my own, but take it with a grain of salt. In any case, this is a version of an upload from the previous channel. Details will be added at a later date. More Gadamer: https://www.youtube.com/playlist?list=PLhP

From playlist Gadamer

Video thumbnail

Package Gadfly 01 Introduction to Julia Gadfly

In this lesson (stretched over six videos) we take our first proper look at the Gadfly plotting package.

From playlist The Julia Computer Language

Video thumbnail

Gaussian #shorts

Here I evaluate the Gaussian Integral in under a minute. This is a must-see for calculus lovers! Gaussian Integral: https://youtu.be/kpmRS4s6ZR4 Gaussian Integral Playlist: https://www.youtube.com/playlist?list=PLJb1qAQIrmmCgLyHWMXGZnioRHLqOk2bW Subscribe to my channel: https://youtube.co

From playlist Gaussian Integral

Video thumbnail

(PP 6.1) Multivariate Gaussian - definition

Introduction to the multivariate Gaussian (or multivariate Normal) distribution.

From playlist Probability Theory

Video thumbnail

(ML 19.1) Gaussian processes - definition and first examples

Definition of a Gaussian process. Elementary examples of Gaussian processes.

From playlist Machine Learning

Video thumbnail

(ML 16.6) Gaussian mixture model (Mixture of Gaussians)

Introduction to the mixture of Gaussians, a.k.a. Gaussian mixture model (GMM). This is often used for density estimation and clustering.

From playlist Machine Learning

Video thumbnail

NARNG - for the spectrum next

A stupid random number toy I made: https://remysharp.itch.io/next-narng

From playlist Speccy stuff

Video thumbnail

PUSHING A GAUSSIAN TO THE LIMIT

Integrating a gaussian is everyones favorite party trick. But it can be used to describe something else. Link to gaussian integral: https://www.youtube.com/watch?v=mcar5MDMd_A Link to my Skype Tutoring site: dotsontutoring.simplybook.me or email dotsontutoring@gmail.com if you have ques

From playlist Math/Derivation Videos

Video thumbnail

Package Gadfly 03 DataFrame Data and Boxplots

Introducing some data with the DataFrames packages and plotting boxplots. Gadfly is DataFrame aware, making it very useful to make professional plots.

From playlist The Julia Computer Language

Related pages

Directed acyclic graph | Trie | Suffix automaton | Suffix tree