Welcome to My Blog
hands on: 07 ensemble hands on: 07 ensemble
A group of predictors is called an enselmble. Voting ClassifiersAggregate the predictions of each classifier and predic
2020-06-23
hands on: 10 keras hands on: 10 keras
Biological to Artificial NeuronsThreshold Logic Unit (TLU)input/output: numbers. compute a weighted sum of its inputs an
2020-06-19
hands on: 12 custom hands on: 12 custom
Using TF like NumpyA tensor is very similar to a numpy ndarray: usually a multidimensional array, but can also hold a sc
2020-06-18
hands on: 11 training hands on: 11 training
Vanishing/Exploding Gradientsvanishing gradients Gradients often get smaller and smaller as the algorithm progresses dow
2020-06-17
tf tf
References https://classroom.udacity.com/courses/ud187 TensorFlow IntroductionTransfer LearningLoad Data Setimport tens
2020-06-16
dl_intro dl_intro
Reference本篇为斋藤康毅先生所编写《深度学习入门:基于python的理论和实现》中文译本的笔记。书中所附源码可见Github Repo。 感知机 接受多个输入信号,输出一个信号。信号只有0/1两种取值。 神经元会计算输入信号的总和
2020-05-21
2 / 2