Michael Glass
Michael Glass
  • Видео 75
  • Просмотров 6 967
TotalInsurance Exercise
Explaining how to modify the Total Insurance notebook to accommodate the homework. The predicted value -- the output of the neural network -- will now be a numerical one, not a categorical one. So preparing the input data is a little different, the architecture of the neural network is a little different (a bit more inputs, only one output, different activation of output layer, different evaluation of error), and evaluating the results a little different.
Просмотров: 64

Видео

OneNeuronHandComputation2
Просмотров 667 месяцев назад
Worked-out example of training the AND network. Your job will be to finish the training.
OneNeuronHandComputation1
Просмотров 467 месяцев назад
Description of a one-neuron network to compute a logical AND function.
Busy Beaver Contradiction. Oops.
Просмотров 711 месяцев назад
Busy Beaver Contradiction. Oops.
Busy Beaver function behavior
Просмотров 1011 месяцев назад
Busy Beaver function behavior
Busy Beaver function defined
Просмотров 1311 месяцев назад
Busy Beaver function defined
Connect to linux server with ssh and MobaXTerm
Просмотров 29111 месяцев назад
Connect to linux server with ssh and MobaXTerm
IntroToShell 2023 08 25 17 56 05
Просмотров 2011 месяцев назад
For people who have not worked with a command line shell before, here is what a shell is. Also here is how to do the lab 1 homework.
FirstLists cs157
Просмотров 17Год назад
The first basic idea of lists in python, how to write lists, add items to a list, and use a for-each loop to do something with each item on a list.
One Neuron Linear Equation Pt2
Просмотров 34Год назад
Part 2 of the "hello world" of neural networks: training and testing.
One Neuron Linear Eq Pt1
Просмотров 38Год назад
A simple neural network in a Python notebook. Part 1: constructing the neural network object.
One Neuron Explained part 2
Просмотров 27Год назад
Neural Networks explained via a non-network: using a single neuron to perform a classification task. The tutorial web page illustrated in this video is "Understanding Neural Networks 1: The concept of neurons" by Aleksander Obuchowski. becominghuman.ai/understanding-neural-networks-1-the-concept-of-neurons-287be36d40f
One Neuron Explained Part 1
Просмотров 44Год назад
Neural Networks explained via a non-network: using a single neuron to perform a classification task. The tutorial web page illustrated in this video is "Understanding Neural Networks 1: The concept of neurons" by Aleksander Obuchowski. becominghuman.ai/understanding-neural-networks-1-the-concept-of-neurons-287be36d40f
cs345intro: What is AI?
Просмотров 50Год назад
A brief introduction to the idea of what AI (and this course) is all about.
CS240BigIdeasInstructions
Просмотров 6Год назад
We learn that instructions are in memory, the fetch-execute is how the computer fetches each instruction from memory and executes it, and moves its finger to the next instruction.
CS240BigIdeasRegisters
Просмотров 11Год назад
CS240BigIdeasRegisters
CS240BigIdeasMemory
Просмотров 17Год назад
CS240BigIdeasMemory
Intersect in 64 bit architecture: how to print the answer using c-style printf
Просмотров 202 года назад
Intersect in 64 bit architecture: how to print the answer using c-style printf
Starting the Intersect 64-bit program, converting arguments
Просмотров 232 года назад
Starting the Intersect 64-bit program, converting arguments
Standard Deviation and Precision
Просмотров 182 года назад
Standard Deviation and Precision
Floating Point High Level Overview
Просмотров 112 года назад
Floating Point High Level Overview
FactAct
Просмотров 132 года назад
FactAct
Subroutine with parameters
Просмотров 152 года назад
Subroutine with parameters
Push Pop Call Return
Просмотров 562 года назад
Push Pop Call Return
remote editing on a linux server
Просмотров 1172 года назад
remote editing on a linux server
Quick introduction to object files with objdump
Просмотров 4,2 тыс.2 года назад
Quick introduction to object files with objdump
assemblerun 2021 10 18 22 37 46
Просмотров 302 года назад
assemblerun 2021 10 18 22 37 46
ssh gem125, obtain lines lab files
Просмотров 342 года назад
ssh gem125, obtain lines lab files
Train and Test Neural Netowrk
Просмотров 253 года назад
Train and Test Neural Netowrk
Building a 1 Neuron Neural Network
Просмотров 233 года назад
Building a 1 Neuron Neural Network

Комментарии

  • @trejohnson7677
    @trejohnson7677 2 года назад

    top tier

  • @michaelglass5543
    @michaelglass5543 4 года назад

    Small bug: The letter '𝗰' became '𝗺'. (Not '𝗻' as shown in the video.)