MartaZz1 сентября 2020В друзьяЧеловек медлителен, неаккуратен, но блестящий маслитель; компьютеры быстры, точны, но не умеют думать.Джон Пфайффер (John Pfeiffer), из книги "Fortune". 19613 понравилось377
fru-n-quiz18 апреля 2026В друзья“The only relevant test of the validity of a hypothesis is comparison of its predictions with experience.”Milton Friedman, Essays in Positive Economics (University of Chicago Press, 1953)2 понравилось8
fru-n-quiz16 апреля 2026В друзьяScan through the Python Codecademy course (www.codecademy.com/learn/python).It’s designed to be a beginner course,2 понравилось6
fru-n-quiz16 апреля 2026В друзьяI’m also grateful to Mat and Niko at Udacity, who included the book in Udacity’s Deep Learning Nanodegree,2 понравилось3
fru-n-quiz21 мая 2026В друзьяThere are three gates—f, i, o—and a cell-update vector u; think of these as forget, input, output, and update, respectively.1 понравилось3
fru-n-quiz17 мая 2026В друзьяembeddings, which are vectors mapped to words that you can forward propagate into a neural network. Thus, if you have a vocabulary of 200 words, you’ll also have 200 embeddings.1 понравилось4
fru-n-quiz26 апреля 2026В друзьяMuch of the research into neural networks is about finding new architectures that can find correlation faster and generalize better to unseen data.1 понравилось5
fru-n-quiz26 апреля 2026В друзьяBut the different configurations of weights and layers between the input and output layers have a strong impact on whether the network is successful in finding correlation (and/or how fast it finds correlation).The particular configuration of layers and weights in a neural network is called its architecture1 понравилось5
fru-n-quiz21 апреля 2026В друзьяI’m going to do what I typically do in real life (cuz I’m lazy—I mean, efficient):1 понравилось8
fru-n-quiz21 апреля 2026В друзьяSo, it turns out that learning all the methods for taking any two variables in any function and computing their relationship takes about three semesters of college. Truth be told, if you went through all three semesters so that you could learn how to do deep learning, you’d use only a very small subset of what you learned.1 понравилось10
fru-n-quiz21 апреля 2026В друзьяNotice that you always have the derivative between two variables. You’re always looking to know how one variable moves when you change another one.1 понравилось5
fru-n-quiz20 апреля 2026В друзьяLearning is all about automatically changing the prediction function so that it makes good predictions—aka, so that the subsequent error goes down to 0.1 понравилось5
fru-n-quiz18 апреля 2026В друзьяforward propagation, wherein a neural network takes input data and makes a prediction. It’s called this because you’re propagating activations forward through the network.1 понравилось7