Sarvesh Kesharwanisarvesh42.hashnode.dev·Mar 17, 2023The ReLU activation functionThe ReLU activation function is a non-linear function that is commonly used in deep learning models, including convolutional neural networks (CNNs) like ResNet50. The ReLU function is defined as follows: ReLU(x) = max(0, x) In other words, the ReLU ...Discussneural networks
Bhagirath Deshani bhagirathkd.hashnode.dev·Jan 28, 2023#77 Machine Learning & Data Science Challenge 77What is RESNET? The winner of ILSRVC 2015, also called Residual Neural Network (ResNet) by Kaiming. This architecture introduced a concept called “skip connections”. Typically, the input matrix calculates in two linear transformations with the ReLU...DiscussMachine Learning & Data Science Interview ChallengesMachine Learning