Atharva Patange

Results 4 issues of Atharva Patange

Overview This implementation defines Edmonds’ Blossom Algorithm in R for computing the maximum matching in general (non-bipartite) graphs. The algorithm finds the largest set of edges without shared vertices, handling...

Stale

Overview This implementation defines a Convolutional Neural Network (CNN) in R using the Keras library. The CNN is designed to automatically extract spatial and hierarchical features from image data for...

Stale

Overview This implementation defines the Stoer-Wagner algorithm in R for computing the global minimum cut of an undirected weighted graph. The algorithm identifies the smallest set of edges whose removal...

Stale

Overview This implementation defines a Gaussian Process (GP) regression model in R using the kernlab package. GP is a non-parametric Bayesian regression algorithm that predicts continuous outputs while providing uncertainty...