Linear Classification. Borhani, R., Borhani, S., & Katsaggelos, A. K. In Fundamentals of Machine Learning and Deep Learning in Medicine, pages 89–110. Springer International Publishing, Cham, 2022.
Linear Classification [link]Paper  doi  abstract   bibtex   
Convolutional Neural Networks are very similar to ordinary Neural Networks from the previous chapter: they are made up of neurons that have learnable weights and biases. Each neuron receives some inputs, performs a dot product and optionally follows it with a non-linearity. The whole network still expresses a single differentiable score function: from the raw image pixels on one end to class scores at the other. And they still have a loss function (e.g. SVM/Softmax) on the last (fully-connected) layer and all the tips/tricks we developed for learning regular Neural Networks still apply. So what does change? ConvNet architectures make the explicit assumption that the inputs are images, which allows us to encode certain properties into the architecture. These then make the forward function more efficient to implement and vastly reduce the amount of parameters in the network.
@incollection{Borhani2022a,
abstract = {Convolutional Neural Networks are very similar to ordinary Neural Networks from the previous chapter: they are made up of neurons that have learnable weights and biases. Each neuron receives some inputs, performs a dot product and optionally follows it with a non-linearity. The whole network still expresses a single differentiable score function: from the raw image pixels on one end to class scores at the other. And they still have a loss function (e.g. SVM/Softmax) on the last (fully-connected) layer and all the tips/tricks we developed for learning regular Neural Networks still apply. So what does change? ConvNet architectures make the explicit assumption that the inputs are images, which allows us to encode certain properties into the architecture. These then make the forward function more efficient to implement and vastly reduce the amount of parameters in the network.},
address = {Cham},
author = {Borhani, Reza and Borhani, Soheila and Katsaggelos, Aggelos K.},
booktitle = {Fundamentals of Machine Learning and Deep Learning in Medicine},
doi = {10.1007/978-3-031-19502-0_5},
pages = {89--110},
publisher = {Springer International Publishing},
title = {{Linear Classification}},
url = {https://link.springer.com/10.1007/978-3-031-19502-0_5},
year = {2022}
}

Downloads: 0