ASAkhil Soniinakhilworld.hashnode.dev·Jan 19, 2025 · 5 min readGetting GANsHey guys, let’s start this article in a different way. One of my friend has a very good vision and he is very good in playing a game where we have to find differences between two images having a very few differences. While playing the game, one of my...00
ASAkhil Soniinakhilworld.hashnode.dev·Oct 20, 2024 · 5 min readRecur in RNNIn the article named “Convolution in NN”, just as we have seen that convolutional networks can process images of variable size, can readily scale to images with large width and height, we are also having the networks that can scale much longer sequen...00
ASAkhil Soniinakhilworld.hashnode.dev·Sep 15, 2024 · 8 min readConvolution in NNWhile working on deep learning, we all have come across the term ‘Convolutional neural network’ or CNN, but what this convolution actually mean. This is a method, operation, rule, instruction or algorithm which we know in this article. So convolution...00
ASAkhil Soniinakhilworld.hashnode.dev·Jul 28, 2024 · 6 min readActivating Activation FunctionsIf the neural network is alive, it will think what is its purpose here or what is its goal in the world. The main goal of any neural network is to transform the non-linearly separable input data into more linearly separable abstract features using a ...00
ASAkhil Soniinakhilworld.hashnode.dev·Jul 12, 2024 · 5 min readPytorch Training SetupHey guys! Have you ever get fascinated that how does a model get trained in Pytorch? In this article, we will come to know what is that main concept with which every model works and learns and finally produces such outputs for the inputs that can ama...00