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