akhilworld.hashnode.devGetting 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...Jan 19, 2025·5 min read
akhilworld.hashnode.devRecur 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...Oct 20, 2024·5 min read
akhilworld.hashnode.devConvolution 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...Sep 15, 2024·8 min read
akhilworld.hashnode.devActivating 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 ...Jul 28, 2024·6 min read
akhilworld.hashnode.devPytorch 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...Jul 12, 2024·5 min read