Package: Imneuron
Type: Package
Title: AI Powered Neural Network Solutions for Regression Tasks
Version: 0.1.0
Authors@R: c(person("M Iqbal","Jeelani", role=c("aut","cre"),
          email="jeelani.miqbal@gmail.com", comment=c(ORCID="0000-0002-2974-2871")),
          person("Fehim","Jeelani Wani", role=c("aut"),
          comment=c(ORCID="0000-0002-4427-3540")))
Maintainer: M Iqbal Jeelani <jeelani.miqbal@gmail.com>
Description: It offers a sophisticated and versatile tool for creating and evaluating artificial intelligence based neural network models tailored for regression analysis on datasets with continuous target variables. Leveraging the power of neural networks, it allows users to experiment with various hidden neuron configurations across two layers, optimizing model performance through "5 fold"" or "10 fold"" cross validation. The package normalizes input data to ensure efficient training and assesses model accuracy using key metrics such as R squared (R2), Root Mean Square Error (RMSE), Mean Absolute Error (MAE), and Percentage Error (PER). By storing and visualizing the best performing models, it provides a comprehensive solution for precise and efficient regression modeling making it an invaluable tool for data scientists and researchers aiming to harness AI for predictive analytics.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports: MLmetrics, ggplot2, neuralnet
Depends: R (>= 2.10)
NeedsCompilation: no
Packaged: 2024-06-19 06:16:22 UTC; wani
Author: M Iqbal Jeelani [aut, cre] (<https://orcid.org/0000-0002-2974-2871>),
  Fehim Jeelani Wani [aut] (<https://orcid.org/0000-0002-4427-3540>)
Repository: CRAN
Date/Publication: 2024-06-20 16:00:08 UTC
Built: R 4.6.0; ; 2025-08-18 11:08:04 UTC; unix
