The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

Type: Package
Title: Neural Networks for Predicting Volume of Forest Trees
Version: 0.1.0
Author: M. Iqbal Jeelani [aut, cre], Fehim Jeelani [aut], Shakeel Ahmad Mir [aut], Syed Naseem Geelani [aut], Mushtaq Ahmad Lone [aut], Nazir A. Pala [aut], Faizan Danish [aut], Afshan Tabassum [aut], Khalid Ul Islam [aut], Imran Rashid [aut], Md Yeasin [aut]
Maintainer: M. Iqbal Jeelani <jeelani.miqbal@gmail.com>
Description: Neural network has potential in forestry modelling. This package is designed to create and assess Artificial Intelligence based Neural Networks with varying architectures for prediction of volume of forest trees using two input features: height and diameter at breast height, as they are the key factors in predicting volume, therefore development and validation of efficient volume prediction neural network model is necessary. This package has been developed using the algorithm of Tabassum et al. (2022) <doi:10.18805/ag.D-5555>.
License: GPL-3
Encoding: UTF-8
Imports: stats, MLmetrics, ggplot2, neuralnet
RoxygenNote: 7.2.1
Depends: R (≥ 2.10)
NeedsCompilation: no
Packaged: 2023-10-12 12:40:22 UTC; YEASIN
Repository: CRAN
Date/Publication: 2023-10-12 18:50:06 UTC

Neural Networks for Predicting Volume of Forest Trees

Description

Neural Networks for Predicting Volume of Forest Trees

Usage

ImNN(data, hidden_neurons_range)

Arguments

data

Datasets

hidden_neurons_range

Number of hidden neurons in neural network's two layers (layer 1 and layer 2)

Value

References

Examples


library("ImNN")
data <- system.file("extdata", "data_test.csv", package = "ImNN")
data_test <- read.csv(data)
Model<-ImNN(data =data_test,hidden_neurons_range=2)

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.