Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fann_train_epoch(3) [php man page]

FANN_TRAIN_EPOCH(3)							 1						       FANN_TRAIN_EPOCH(3)

fann_train_epoch - Train one epoch with a set of training data

SYNOPSIS
float fann_train_epoch (resource $ann, resource $data) DESCRIPTION
Train one epoch with the training data stored in data. One epoch is where all of the training data is considered exactly once. This function returns the MSE error as it is calculated either before or during the actual training. This is not the actual MSE after the training epoch, but since calculating this will require to go through the entire training set once more. It is more than adequate to use this value during training. The training algorithm used by this function is chosen by fann_set_training_algorithm(3) function. PARAMETERS
o $ann -Neural network resource. o $data -Neural network training data resource. RETURN VALUES
The MSE, or FALSE on error. SEE ALSO
fann_train_on_data(3), fann_test_data(3), fann_get_MSE(3), fann_set_training_algorithm(3). PHP Documentation Group FANN_TRAIN_EPOCH(3)

Check Out this Related Man Page

FANN_GET_CASCADE_OUTPUT_CHANGE_FRACTION(3)				 1				FANN_GET_CASCADE_OUTPUT_CHANGE_FRACTION(3)

fann_get_cascade_output_change_fraction - Returns the cascade output change fraction

SYNOPSIS
float fann_get_cascade_output_change_fraction (resource $ann) DESCRIPTION
The cascade output change fraction is a number between 0 and 1 determining how large a fraction of the fann_get_MSE(3) value should change within fann_get_cascade_output_stagnation_epochs(3) during training of the output connections, in order for the training not to stagnate. If the training stagnates, the training of the output connections will be ended and new candidates will be prepared. It means that if the MSE does not change by a fraction of fann_get_cascade_output_change_fraction(3) during a period of fann_get_cas- cade_output_stagnation_epochs(3), the training of the output connections is stopped because the training has stagnated. If the cascade output change fraction is low, the output connections will be trained more and if the fraction is high, they will be trained less. The default cascade output change fraction is 0.01, which is equalent to a 1% change in MSE. PARAMETERS
o $ann -Neural network resource. RETURN VALUES
The cascade output change fraction, or FALSE on error. SEE ALSO
fann_set_cascade_output_change_fraction(3), fann_get_MSE(3), fann_get_cascade_output_stagnation_epochs(3). PHP Documentation Group FANN_GET_CASCADE_OUTPUT_CHANGE_FRACTION(3)
Man Page

14 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

training

Hello I need to get proper Unix training please advise from where i have to start and what is the scope. i am already working with citigroup as support analyst. thanks (8 Replies)
Discussion started by: Manzar Qureshi
8 Replies

2. UNIX for Dummies Questions & Answers

how do i get unix started

i am a total newbie...and want to learn unix....firstly...how do i get unix....if it is available on the internet then where is it?...and how do i get this to work then.....plz plz help asap...really desperate now thanx in advance (10 Replies)
Discussion started by: chaitanyamanot
10 Replies

3. Programming

C Brain Teaser

Dear Gurus, I have encountered a C question, which I thought of sharing with you. This question was asked by one of my technical training staff...Though my training was over I'm still thinking of a solution for this.. Write a C program to do a small task(lets say just simply printing a "Hello... (34 Replies)
Discussion started by: vrk1219
34 Replies

4. Ubuntu

RH033 & RH133 RHCT Exam Studying

I wanted to know if anyone on this board is certified and has taken a recent test and is willing to give tips on a newbie on how much time and training ill need to pass this exam. So let me know if you want to help me out. Any help will do. (7 Replies)
Discussion started by: dlbomber1
7 Replies

5. Solaris

Setting up a Solaris training

Hi, i'm about to hold a training (Solaris 10) for my colleagues. I've to plan for two days. There is a day for basics and a day (some weeks later) for advanced topics. All of them are regular solaris users (but mostly only installing + patching). What do you guys think are interesting topics... (22 Replies)
Discussion started by: DukeNuke2
22 Replies

6. Shell Programming and Scripting

Making a KSH exit if path is not correct

I am very green to shell programming and have no training and this is my first real attempt. I am fairly versed in Unix and running the cmds I need. I tried using the search feature but most of what I found was close but not quite what I am looking for, plus most looked more advanced than I... (7 Replies)
Discussion started by: htown71
7 Replies

7. AIX

Help training for Unix Sys Admin

I have worked on AIX for a number of years now and want to upskill to Sys Admin. My problem is my employer won't give root access etc to their servers so I must find my own way of training. Can anyone suggest a virtual environment I could use to train for AIX sys admin tasks, or suggest an old... (7 Replies)
Discussion started by: jackmeadow
7 Replies

8. Red Hat

Prepping for the RHEL Sysadmin & Cert'd Eng. exams

I have completed training for RH033, RH133, & RH253. How much practical hands-on time (besides just re-doing the labs) will I need to successfully pass the RHCSA/RHCE exam? Also, is there an alternative for lab time besides week-long lab sessions that Red Hat sells for $300 a pop? Thanks very... (8 Replies)
Discussion started by: Robny73
8 Replies

9. UNIX for Dummies Questions & Answers

Solaris for a training: PC vs Sparc

I need a computer to try Solaris. I'm learning with UNIX Academy training DVDs and after spending much time with Linux I want to try and learn on Solaris. I'll have to buy a computer for my training anyway. I found on ebay plenty of inexpensive Sun boxes. Would it be beneficial for learning to have... (26 Replies)
Discussion started by: newlinuxuser1
26 Replies

10. UNIX for Dummies Questions & Answers

Is it a hard exam to pass?

Hi, I'm new to Linux. I installed Linux for a first time few months ago. Later, about a month ago, I purchased training set from Unix Academy and completed first part and feel like I'm ready for the exam. The set comes with the 4 exams included, so it's not about money. I'm just curious, can... (7 Replies)
Discussion started by: newlinuxuser1
7 Replies

11. UNIX for Dummies Questions & Answers

Listing out sundays alone

I am trying to list out only sundays from december 2011. pandeeswaran@ubuntu:~/training$ cal 12 2011|sed -n '3,$p'|sed -e'/^$/d'|awk '{ORS=",";print $1}' 1,4,11,18,25,,pandeeswaran@ubuntu:~/training$ Can anyone help me? Thanks (13 Replies)
Discussion started by: pandeesh
13 Replies

12. Programming

C: lenght of array

Doing some training code with arrays i run into the following issue: If i ask the user how long the array is supposed to be, malloc it and then ask for the values inside the array and return the list to main and assing it to a pointer to list of integers: #include <stdio.h> #include... (7 Replies)
Discussion started by: tornow
7 Replies

13. AIX

Implementing PowerVM without spending a single dollar

Hi experts. I want to setup a training lab. I have a Power 5 standalone server 9110-51A (p5 510) I want to enable PowerVM on it and create two LPARs I don't have money for an HMC I know I can use IVM instead I understand IVM is part of the VIOS software TWO QUESTIONS: 1- If... (12 Replies)
Discussion started by: livehho
12 Replies

14. UNIX for Dummies Questions & Answers

What is your favorite terminal?

And how does one executes a command there? Mine is: lxterminal -e ./script.sh (23 Replies)
Discussion started by: sea
23 Replies