Code a Neural Network from Scratch with Python - Part 2

preview_player
Показать описание
Part 2 of coding a neural network from scratch where we create variables for our layers, learning rate, etc. and import our data as well as randomly initialize our weights and bias.
Рекомендации по теме
Комментарии
Автор

I searched a lot for this type of content. A person who explains the core.
but only 2 videos why?.
don't stop your good work it helps a lot and this is the time when more people are switching to DS. plz continue your work

Adilkhan-lmic
Автор

So how can I find the data set file ( data.txt ) ??

ديڤارو
Автор

Bro you should make a part 3 because a lot of people are interested... I know it's been like 2 years but still lol

tylerbricker
Автор

Hi Mr. James, thank you for the tutorial. I tried to apply your codes on datasets, but I got some error, the error is:

File "<ipython-input-101-16b1f53d0079>", line 85, in <module>
matrix_y[iAnswers][y.ix[iAnswers, 0]-1] = 1

AttributeError: 'DataFrame' object has no attribute 'ix'

koyidakanka