Day: February 14, 2023

Privacy

Are There Privacy Issues with DNS?

In this video, Naomi Brockwell will explain how DNS works, and how to set up your DNS to make your internet browsing far more private.

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

Stanford Webinar – GPT-3 & Beyond

Stanford Online has posted this lecture on GPT3 & Beyond: Key concepts and open questions in a golden age for natural language understanding Listen in as Professor Christopher Potts discusses the significance and implications of recent Natural Language Understanding developments including GPT-3. He describes the fundamental building blocks of these systems and describes how we can […]

Read More
Natural Language Processing

How ChatGPT is Trained

Ari Seff  explains the training objectives used to develop ChatGPT, the new chatbot language model from OpenAI.

Read More
Developer

Running RabbitMQ Locally with Docker

Tim Corey shows us how to run RabbitMQ Locally with Docker. RabbitMQ is a popular open-source message broker, especially among C# developers who are creating microservices or even just disconnected systems that follow the pub/sub pattern. Let’s see how to get RabbitMQ installed and running for development in just a couple minutes in this 10-Minute […]

Read More
Data Guest Post

How Can Medical Practices Better Utilize Data

The following is a guest post by Ainsley Lawrence, a freelance writer from the Pacific Northwest. She is interested in topics related to better living through education and technology. She is frequently lost in a good book. Medical practices have opportunities to collect critical data that can enhance patient experiences, improve procedures, and lead to […]

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