Sponsored Content
Full Discussion: HP UX Training
Top Forums UNIX for Dummies Questions & Answers HP UX Training Post 17260 by killerserv on Tuesday 12th of March 2002 07:09:11 PM
Old 03-12-2002
Suggest you check the FAQ for Certifications and trainings.
https://www.unix.com/answers-to-frequently-asked-questions/
and also check the HP webpage for your local site for any open training and certifications.
 

8 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. AIX

Training

I work for a company based in Alabama and am trying to learn AIX. I need some help learning as I do not even consider myself a begginer yet. We are running version 5.2 and I was wondering if anyone new how or where I could get some training?!? :confused: Thanks for your time, Justin (1 Reply)
Discussion started by: justinm
1 Replies

3. Shell Programming and Scripting

training videos

Dear Experts, I just want any web site from where i can download free or i can buy a full trainning video of unix shell programming. Can any body tell me the good video CBT for unic shell scripting. Regards, SHARY (1 Reply)
Discussion started by: shary
1 Replies

4. UNIX for Dummies Questions & Answers

UNIX Training?

At work I have to restart applications and install upgrades to applications running on Solaris 10. Its pretty basic stuff but I have little experience of Unix so it can be a bit hairy at times. Work have offered to send me on some training but I have to select the course/training. I'm not... (2 Replies)
Discussion started by: Sepia
2 Replies

5. UNIX for Dummies Questions & Answers

Unix Training-where, when etc.

I'm being asked to go and take a training course in Advanced Unix and Perl. The main reason is the amount of information needed to get up to speed a short period of time, which is what we're limited on. Travel is fine. Can anyone suggest a good resource for researching the where and when for... (1 Reply)
Discussion started by: gavineq
1 Replies

6. UNIX for Dummies Questions & Answers

Training for LynxOS

I am trying to train for development on LynxOS. I am currently useing a windows machine for work, and do not have any other machine to use. Should I just use VMware or anyother emulation software to run LynxOS, or actually buy some sort of physical board to train? Any other information... (0 Replies)
Discussion started by: saifis
0 Replies

7. Ubuntu

training for ubuntu

Hi I recently changed os from win xp to ubuntu. I am not new to LInux in general but new to this particular distribution. Could you advice me some training related administration of ubuntu on desktop platform (sth like 70-270 win xp from mcs). The best would be some audio and video course.... (0 Replies)
Discussion started by: presul
0 Replies

8. UNIX for Beginners Questions & Answers

Any Solaris training?

Good Afternoon, Does anyone know of any free or cheap SkillSoft type Solaris training, with an exam? (0 Replies)
Discussion started by: Stellaman1977
0 Replies
FANN_GET_CASCADE_CANDIDATE_CHANGE_FRACTION(3)				 1			     FANN_GET_CASCADE_CANDIDATE_CHANGE_FRACTION(3)

fann_get_cascade_candidate_change_fraction - Returns the cascade candidate change fraction

SYNOPSIS
float fann_get_cascade_candidate_change_fraction (resource $ann) DESCRIPTION
The cascade candidate change fraction is a number between 0 and 1 determining how large a fraction the fann_get_MSE(3) value should change within fann_get_cascade_candidate_stagnation_epochs(3) during training of the candidate neurons, in order for the training not to stagnate. If the training stagnates, the training of the candidate neurons will be ended and the best candidate will be selected. It means that if the MSE does not change by a fraction of fann_get_cascade_candidate_change_fraction(3) during a period of fann_get_cas- cade_candidate_stagnation_epochs(3), the training of the candidate neurons is stopped because the training has stagnated. If the cascade candidate change fraction is low, the candidate neurons will be trained more and if the fraction is high they will be trained less. The default cascade candidate change fraction is 0.01, which is equalent to a 1% change in MSE. PARAMETERS
o $ann -Neural network resource. RETURN VALUES
The cascade candidate change fraction, or FALSE on error. SEE ALSO
fann_set_cascade_candidate_change_fraction(3), fann_get_MSE(3), fann_get_cascade_candidate_stagnation_epochs(3). PHP Documentation Group FANN_GET_CASCADE_CANDIDATE_CHANGE_FRACTION(3)
All times are GMT -4. The time now is 12:34 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy