[MINI] Feed Forward Neural Networks episode artwork

EPISODE · Mar 24, 2017 · 15 MIN

[MINI] Feed Forward Neural Networks

from Data Skeptic

Feed Forward Neural Networks In a feed forward neural network, neurons cannot form a cycle. In this episode, we explore how such a network would be able to represent three common logical operators: OR, AND, and XOR. The XOR operation is the interesting case. Below are the truth tables that describe each of these functions. AND Truth Table Input 1 Input 2 Output 0 0 0 0 1 0 1 0 0 1 1 1 OR Truth Table Input 1 Input 2 Output 0 0 0 0 1 1 1 0 1 1 1 1 XOR Truth Table Input 1 Input 2 Output 0 0 0 0 1 1 1 0 1 1 1 0 The AND and OR functions should seem very intuitive. Exclusive or (XOR) if true if and only if exactly single input is 1. Could a neural network learn these mathematical functions? Let's consider the perceptron described below. First we see the visual representation, then the Activation function , followed by the formula for calculating the output.         Can this perceptron learn the AND function? Sure. Let and What about OR? Yup. Let and An infinite number of possible solutions exist, I just picked values that hopefully seem intuitive. This is also a good example of why the bias term is important. Without it, the AND function could not be represented. How about XOR? No. It is not possible to represent XOR with a single layer. It requires two layers. The image below shows how it could be done with two laters.     In the above example, the weights computed for the middle hidden node capture the essence of why this works. This node activates when recieving two positive inputs, thus contributing a heavy penalty to be summed by the output node. If a single input is 1, this node will not activate. Universal approximation theorem tells us that any continuous function can be tightly approximated using a neural network with only a single hidden layer and a finite number of neurons. With this in mind, a feed forward neural network should be adaquet for any applications. However, in practice, other network architectures and the allowance of more hidden layers are empirically motivated. Other types neural networks have less strict structal definitions. The various ways one might relax this constraint generate other classes of neural networks that often have interesting properties. We'll get into some of these in future mini-episodes.   Check out our recent blog post on how we're using Periscope Data cohort charts. Thanks to Periscope Data for sponsoring this episode. More about them at periscopedata.com/skeptics

NOW PLAYING

[MINI] Feed Forward Neural Networks

0:00 15:58

No transcript for this episode yet

We transcribe on demand. Request one and we'll notify you when it's ready — usually under 10 minutes.

NEWMORROW SESSIONS - A PodCast Series on the Future of Hospitality Mario C. Bauer, Florian Schneider, Axel Weber & Dr. Tillman Bardt The Newmorrow PodCast is more than a podcast — it's a platform for open dialog on the future of our business, a platform for those building what doesn’t exist yet. Here, we share and embrace our passion for the hospitality industry, but we won’t romanticize the journey. We ask the tough questions, confront uncomfortable truths, and prepare for a future that resists easy answers. We believe that the tougher and wilder times become, the more openly, honestly and humanely people need to talk to each other and act together. We believe, openness, togetherness, and truthfulness should also be cornerstones of a professional community to develop our utopian idea of „open source“. This is a space where visionaries don’t just imagine the future — they wrestle with the paradoxes that shape it: success vs. happiness, data vs. instinct, stability vs. reinvention. Join leaders, entrepreneurs, and thinkers as they share not what made them — but what’s actively shaping them, now and next. So tune in The Health Odyssey: Navigating Tomorrow's Medicine Podcast Welcome to 'The Health Odyssey: Navigating Tomorrow's Medicine,' where we embark on an adventurous journey through the ever-evolving world of healthcare. Each episode is like a treasure map, guiding you through the rich tapestry of ancient healing arts mixed with futuristic tech wizardry. We’ll chat about the wild west of health data privacy, the corporate giants reshaping our care, and the mind-bending potential of psychedelics for mental wellness. Think of us as your trusty sidekicks, unraveling the mysteries of modern medicine while keeping it real and relatable. Let’s dive into the stories, the science, and the soul of healthcare, paving the way for a healthier tomorrow. Talent Stacker Jonathan Mendonsa Data suggests that the average cost of college in 2019 was $122,000 while the entry-level salary for a college graduate at the same time period was 50,000. ROI is a distant memory.hopefully for that that $122,000 the student graduates with a degree and possibly some skills. The reality is, as most individuals approach graduation, they realize that ultimately what they have to prove to their employers that they actually have the skills and since you don't need a degree or permission to start building skills, let’s document the stories and best practices of individuals that crushed the game by focusing on building their skills and their talent stack. Maybe you feel like you don’t have a talent stack. What are the skills you need to be able to generate an above-median income and when paired with interest-led learning this talent stack will allow you to work towards financial independence and design your future?If you're up for this challenge to go from no Talent Stack to designing you Sacramento, California Crime Report Inception Point Ai Sacramento, California Crime Report is your go-to podcast for the latest updates and in-depth analysis of crime trends in the Sacramento area. Join us as we explore real cases, discuss law enforcement efforts, and offer expert insights into the community's safety. Stay informed and engaged with comprehensive coverage of everything from local crime stories to broader criminal justice issues affecting Sacramento. Tune in for weekly episodes that dive into the data and deliver the facts you need to stay aware in California's capital city. For more info go to https://www.quietplease.ai Check out these deals https://amzn.to/48MZPjsThis show includes AI-generated content.

Frequently Asked Questions

How long is this episode of Data Skeptic?

This episode is 15 minutes long.

When was this Data Skeptic episode published?

This episode was published on March 24, 2017.

What is this episode about?

Feed Forward Neural Networks In a feed forward neural network, neurons cannot form a cycle. In this episode, we explore how such a network would be able to represent three common logical operators: OR, AND, and XOR. The XOR operation is the...

Can I download this Data Skeptic episode?

Yes, you can download this episode by clicking the download button on the episode player, or subscribe to the podcast in your preferred podcast app for automatic downloads.
URL copied to clipboard!