Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fann_set_callback(3) [php man page]

FANN_SET_CALLBACK(3)							 1						      FANN_SET_CALLBACK(3)

fann_set_callback - Sets the callback function for use during training

SYNOPSIS
bool fann_set_callback (resource $ann, collable $callback) DESCRIPTION
Sets the callback function for use during training. It means that it is called from fann_train_on_data(3) or fann_train_on_file(3). PARAMETERS
o $ann -Neural network resource. o $callback - The supplied callback function takes following parameters: o ann - The neural network resource o train - The train data resource or NULL if called from fann_train_on_file(3) o max_epochs - The maximum number of epochs the training should continue o epochs_between_reports - The number of epochs between calling this function o desired_error - The desired fann_get_MSE(3) or fann_get_bit_fail(3), depending on the stop function chosen by fann_set_train_stop_function(3) o epochs - The current epoch The callback should return TRUE. If it returns FALSE, the training will terminate. RETURN VALUES
Returns TRUE on success, or FALSE otherwise. SEE ALSO
fann_train_on_data(3), fann_train_on_file(3). PHP Documentation Group FANN_SET_CALLBACK(3)

Check Out this Related Man Page

FANN_TRAIN_ON_DATA(3)							 1						     FANN_TRAIN_ON_DATA(3)

fann_train_on_data - Trains on an entire dataset for a period of time

SYNOPSIS
bool fann_train_on_data (resource $ann, resource $data, int $max_epochs, int $epochs_between_reports, float $desired_error) DESCRIPTION
Trains on an entire dataset for a period of time. This training uses the training algorithm chosen by fann_set_training_algorithm(3) and the parameters set for these training algorithms. PARAMETERS
o $ann -Neural network resource. o $data -Neural network training data resource. o $max_epochs - The maximum number of epochs the training should continue o $epochs_between_reports - The number of epochs between calling a callback function. A value of zero means that user function is not called. o $desired_error - The desired fann_get_MSE(3) or fann_get_bit_fail(3), depending on the stop function chosen by fann_set_train_stop_function(3) RETURN VALUES
Returns TRUE on success, or FALSE otherwise. SEE ALSO
fann_train_on_file(3), fann_train_epoch(3), fann_get_bit_fail(3), fann_get_MSE(3), fann_set_train_stop_function(3), fann_set_training_algo- rithm(3), fann_set_callback(3). PHP Documentation Group FANN_TRAIN_ON_DATA(3)
Man Page

13 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

vi and pico

hello iam so new to unix / apache what is the dif between VI and PICO where can i get hands on training with both in Los Angeles any ideas would be helpfull. thanx whothought (5 Replies)
Discussion started by: whothought
5 Replies

2. UNIX for Dummies Questions & Answers

HP UX Training

I am considering getting some fundemental training in HP UX. I have been in the IT field for about 5 years and am looking for a way to make myself more marketable and learn more at the same time. I have very little knowledge of UNIX but would love to know more. Is this a smart plan or should I... (4 Replies)
Discussion started by: kstall
4 Replies

3. 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

4. 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

5. UNIX for Dummies Questions & Answers

Problems understanding example code

I am really new to UNIX and programming in general and so apologies if this thread is a bit simple. I have searched and found a piece of sample code for a training program I am currently undertaking, but seeing as I am relatively new, I dont completely understand how it works. Here is the... (6 Replies)
Discussion started by: Makaer
6 Replies

6. 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

7. AIX

Recommendation help...

Hi guys, This is my first post. I have just started my training in AIX and would like some help with regards to training material. I have obtained IBM's CBTs (units 1 through 19) for AIX basics. I am looking at the following books - AIX 5L administration by Randal K Michael. - UNIX from new... (5 Replies)
Discussion started by: theaixeman
5 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. Linux

LinuxCBT/UnixCBT video training recommended?

Hi Is anyone here customer of LinuxCBT and can say something about the quality of their videos? Do you recommend me purchase video training of them? I am primary interested in OpenLDAP training. Link Linux Training, Open Source Training, Learn Linux and Open Source (6 Replies)
Discussion started by: slashdotweenie
6 Replies

10. 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

11. Windows & DOS: Issues & Discussions

Excel

Hello, I have received very much needed help in the past from this forum and hope that someone can assist me once more. I am in the military and I am tracking classroom specific training for each one of our units per sailor in that unit. I am attaching the spreadsheet for your review. There are... (5 Replies)
Discussion started by: Maggiepie
5 Replies

12. 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

13. UNIX for Beginners Questions & Answers

Bad substitution issues.. but why?

i am trying to prepare a train and test dataset, for which i need to randomly split the data into corresponding folders (train,test).. I began on a simple script, but seem to get som weird error messages, that i cannot make sense of?.. what am I doing wrong? #!/bin/bash RED='\033] then... (13 Replies)
Discussion started by: kidi
13 Replies