RPubs will retire in June 2027. Your existing documents will stay accessible through December 31, 2031
and Connect Cloud is the recommended home for new publishing. Read the blog post
gravatar

Ajaykumar_s

Ajaykumar

Recently Published

Neural Network and its Structure
This R Markdown script sets up a neural network using the `neuralnet` package to approximate the square root of the sum of two input values. The training data is randomly generated, with each input feature scaled from 0 to 100. The neural network configuration has one hidden layer with three nodes, and the trained model's structure is visualized at the end.
Image processing assignment
Classification of images using neural network and clustering is done for a dataset .The dataset contains 250 images
Haberman's survival data
Data prepocessing and neuralnet is done