Published inCodeXEvent-Driven Microservices using Spring Cloud Stream and Web SocketsPART 1: THE FUNDAMENTAL CONCEPTSJul 30, 2021Jul 30, 2021
Published inJavarevisitedEvent-Driven Microservices using Spring Cloud Stream and Web SocketsPART 2: THE IMPLEMENTATIONJul 30, 2021Jul 30, 2021
Published inNerd For TechHow to Eager load when there’s Lazy loading involvedMore often than not we run into situations when although our entity has mappings of another entity with lazy loading but we need to use…Jul 11, 20211Jul 11, 20211
Dynamic Data Source Routing in Spring Boot using AbstractRoutingDataSourceA very common use case that we generally get while building services is to enable multiple data sources in the same service where the…Jul 6, 20218Jul 6, 20218
Generative Adversarial Networks using PytorchHere I’ll be talking about GANs and how they can be used to generate images of fashionable items like shirts, shoes etc from the MNIST…Aug 20, 2020Aug 20, 2020
Colombian hand gesture for sign language classificationUsing residual networks and transfer learning to train a model to classify various hand gestures of sign language.Aug 14, 2020Aug 14, 2020
Published inArtificial Intelligence in Plain EnglishUsing CNN to classify daily objects from the CIFAR 10 datasetUsing PyTorch to classify 10 different kinds of objects using simple CNNAug 2, 2020Aug 2, 2020
Published inArtificial Intelligence in Plain EnglishComparison between Logistic Regression and Neural networks in classifying digitsI recently learned about logistic regression and feed forward neural networks and how either of them can be used for classification. What…Jul 12, 20201Jul 12, 20201
Published inThe StartupUsing Linear Regression to Predict Max Temperature Based on Weather ConditionsIs there a relationship between the daily minimum and maximum temperature? Can you predict the maximum temperature given the minimum…Jul 4, 2020Jul 4, 2020
5 gradient/derivative related PyTorch functionsIn this article, I will be talking about the 5 PyTorch functions that I have studied through. Examples will be provided along with…Jun 16, 2020Jun 16, 2020