inceptmyth
inceptmyth
Addition of New Contastive Loss function which is used as a primary metric to calculate loss in siamese networks. If it needs to be added, I would love to work...
Currently the loss function added takes in the the inputs as the euclidean distance vectors to calculate the siamese contrastive loss function. While adding this functionality in the previous PR,...
Initially as I was told, this PR contains the function which fetches the data from the MLDatasets Library, divides them into training and testing set so that it can be...
Adding a customized ( low level ) but super easy to use and understand model for the beginner friendly "Titanic Dataset", which can Machine Learining beginers to get started with...
I was running the pytest command at the root of the dir and I found an import error of AUTOTUNE. According to the [TensorFlow 2.3 documentation](https://www.tensorflow.org/versions/r2.3/api_docs/python/tf/data/experimental#other_members), AUTOTUNE lies under the...
There was an extra parenthesis present "Finding the best model configuration with hyperparameter tuning" section of in "Introduction to Keras for Engineers" which led to the piece of code not...
I have an issue that docs for EJS Tags(it's explanation) and the javascript capability it can fully do it not shown with sufficient examples. If I may I would like...
Created a blog for beginners to Flux.jl on "Creating custom ML models with flux.jl". This blog deals with building a basic Linear Regression model using the BostonHousing dataset( present in...
## Description This PR adds a new MaskedTensor implementation to the AgentTorch library. MaskedTensor enables differentiable indexing for one-dimensional tensors, allowing gradients to flow through indexing operations. ## Changes -...