gravatar

Gaurang237

Gaurang Sawant

Recently Published

Cats_Dogs_Data_Analysis
The data contains a total of 180 images of dogs and 95 images of cats. They have resized the images uniformly and also transformed it into a greyscale format for standardized use in the ML models. This lessens the complexity of the data obtained but still retains the important features needed for analyses. The greyscale transformation was done using python code, and further analysis used R. Once the images are converted then they are further created as a dataset i.e. an csv file.
Hospital_charges
Data are being released that show significant variation across the country and within communities in what providers charge for common services. These data include information comparing the charges for the 100 most common inpatient services and 30 common outpatient services. Providers determine what they will charge for items and services provided to patients and these charges are the amount the providers bills for an item or service
Processing of Haberman's survival data
The provided R code outlines the process of building, training, and evaluating a neural network model for predicting 5-year survival status based on patient characteristics such as age, year of procedure, and the number of lymph nodes. The model uses a single hidden layer with 6 neurons and applies a sigmoid activation function for binary classification.