Sponsored Content
Full Discussion: training
Top Forums UNIX for Dummies Questions & Answers training Post 52194 by dkaplowitz on Sunday 13th of June 2004 08:52:02 AM
Old 06-13-2004
Re: training

Quote:
Originally posted by Manzar Qureshi
I need to get proper Unix training please advise...
The first step of your training should be to tell us which version/flavor of UNIX you want training in so we can make better recommendations to you. So asking around and finding out which versions they use where you work (if that is in fact where you plan to use your newly acquired skills) would be a good start.

Though much of what you learn on any *NIX system translates to other flavors, it's not always the case. For instance, if you're good at (and trained in) administering Linux boxes, it doesn't necessarily mean you can step in and be an administrator of a Solaris network.
 

8 More Discussions You Might Find Interesting

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

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_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)
All times are GMT -4. The time now is 06:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy