Neural Network

Science

Using Video Games to Simulate Evolution

Discover the incredible (and hilarious) ways that video games can simulate evolution. From Conway’s ‘Game of Life’ to Evolution by Keiwan, get a look at how games and other simulations can reproduce natural selection in this video is from Curious Archive.

Read More
AI Neural Networks

Visualization of a fully connected neural network, version 1

This video from Marijn van Vliet is havily inspired by Denis Dmitriev’s work.

Read More
Natural Language Processing

A Gentle Introduction to language modeling: building makemore

Andrej Karpathy implements a bigram character-level language model, which we will further complexify in followup videos into a modern Transformer language model, like GPT. In this video, the focus is on (1) introducing torch.Tensor and its subtleties and use in efficiently evaluating neural networks and (2) the overall framework of language modeling that includes model […]

Read More
AI Generative AI Video Production

What Happens When Artificial Intelligence Writes a Video

Kyle Hill explores what happens when he lets an AI write his script. How does deep learning work? What is a neural network? What happens if I let an A.I. write a science video and say whatever it spits out?

Read More
Natural Language Processing

Intro to Natural Language Processing (NLP)

This course provides an introduction to the field of Natural Language Processing (NLP) with a focus on sentiment analysis and text classification using artificial neural networks. In this lesson, we’ll get introduced to the field of Natural Language Processing, otherwise known simply as NLP.

Read More
AI Neural Networks

How Deep Neural Networks Work

This is part of the End-to-End Machine Learning School Course 193, How Neural Networks Work at https://e2eml.school/193

Read More
Neural Networks Python

Building a neural network FROM SCRATCH (no Tensorflow/Pytorch, just numpy & math)

Watch the video and check out the Kaggle notebook with all the code.

Read More