Posts by Tags

knn

Basic knowledge of machine learning (1)

7 minute read

Published:

此chap有关基础的ml知识和概念,包括naive knn,linear layer(loss function,regularization, optimization and backpropagation),同时也介绍了部分激活函数。 基于CS231n(Stanford computer vision)课程,整理笔记。 ======

linear layer

Basic knowledge of machine learning (1)

7 minute read

Published:

此chap有关基础的ml知识和概念,包括naive knn,linear layer(loss function,regularization, optimization and backpropagation),同时也介绍了部分激活函数。 基于CS231n(Stanford computer vision)课程,整理笔记。 ======

neural network

Basic knowledge of machine learning (2)

3 minute read

Published:

有关神经网络以及训练过程的基础知识。Basic concepts of neural network , and focus more on how the training process. ======

neural network

intro

although we get inspiration from neural network in biology , besides this , we can still have some insights. \(neural \;network:\;s=W_2 max(0,W_1x)\) \(linear \;classification:\;s=Wx\)

one neuron

the neuron get some input ,then through a activation function , output

traning tricks

Basic knowledge of machine learning (2)

3 minute read

Published:

有关神经网络以及训练过程的基础知识。Basic concepts of neural network , and focus more on how the training process. ======

neural network

intro

although we get inspiration from neural network in biology , besides this , we can still have some insights. \(neural \;network:\;s=W_2 max(0,W_1x)\) \(linear \;classification:\;s=Wx\)

one neuron

the neuron get some input ,then through a activation function , output