Sponsored Content
Full Discussion: Career Change
Top Forums UNIX for Dummies Questions & Answers Career Change Post 9035 by Recon on Monday 22nd of October 2001 01:56:00 AM
Old 10-22-2001
I just finished HPUX SysNet I training, and
am taking SysNet II this week.

The place mentioned by Jerzey is in Phoenix.
(44st & 202).

But is can be very expensive for an individual
to take. It can be about $2000 -$3000 depending
on what you take. I concur, you can learn Fundamentals
on your own. Load Linux on a machine, and learn to move
around in the system. RedHat for Dummies, (which comes witha copy of RedHat) is an excellent start.

Once you think you got a grip on the basics, you have 3 choices:

1) Find a job that will pay to send you to HP training.
2) Pay for the classes, then pay for the test.
3) By a book on HP-UX Sytem Admin & Networking, pay for the
test, and become certified.

My suggestion if for a combination of 2 & 3

Take SysNet 1, then buy a book, refresh what you learned,
and learn the rest. Then take the test. I took the practice test
near the end of SysNet1 and passed, so if you think logically, you won't have a problem.

Good Luck,
For contact information for GE Access, email me...


RECON
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Career

Who in here works as an Unix administrator? I currently finishing up my BS Technical Management and im considering going into Unix base environment, if anybody is already in the field what do you recommended for a fresh meat like me, i currently studying to go for my solaris 10 certification as... (3 Replies)
Discussion started by: Gueso
3 Replies

2. UNIX for Dummies Questions & Answers

career help

I just completed my solaris 10 certification, i also plan on learning shell scripting in depth can anyone advise what is the best way to job hunt in this field i have extensive expierience on windows networking and i am based in atlanta, ga Any suggestions??? (0 Replies)
Discussion started by: niravx18
0 Replies

3. What is on Your Mind?

Career Path/Change - Cert Help

This is a very serious post. I am a Cell Technician (Cellular Base Station Tech) who is completely bored because my job has basically evolved into a Field Secretary position. I love working on T1's and troubleshooting equipment outages and so on and so forth but my job has become VERY... (2 Replies)
Discussion started by: CoopDeVille
2 Replies

4. AIX

Need career advice please

Hi all, I'm a Solaris/linux sysadmin with a good general UNIX skills and with a little tiny background on AIX with no exposure to IBM's hardware ( just reading ) , but i think i can cope with it . UNIX jobs nowadays are rare here ( i mean hp-ux , solaris , aix ) not linux specially after the... (6 Replies)
Discussion started by: h@foorsa.biz
6 Replies

5. What is on Your Mind?

Thinking of career change to software development

I'm currently administering applications and unix OS. Have no IT degree, learned on the job over last 6-7 years. Have good shell scripting skills, basic perl, know some apache, mysql, sql etc. I enjoy scripting, setting up scripts to use in conjunction with databases and apache etc. I think... (3 Replies)
Discussion started by: frustrated1
3 Replies

6. What is on Your Mind?

Career Path

First I like to say hi to all the people in this community. The reason I am here is because I am lost and looking for advice on my career path. Here is a short history. I worked in the IT industry for about 10 yrs, sys admin, QA, and developer. During 911 I lost my job. Since then I have... (4 Replies)
Discussion started by: navy
4 Replies

7. What is on Your Mind?

Career in Unix

I need some advice regarding my career. I have been working for a major it company in a unix based support project. I have not learnt much in the 2 years except for basics in unix. I am really worried about my career thinking about what would happen next. I always wanted to be a developer but i... (10 Replies)
Discussion started by: nani2say
10 Replies

8. What is on Your Mind?

Career Advice

Hi, I not sure if this is the right place to ask this question and if I'm wrong I apologize. I'm a systems administrator and have about 5 years of experience. I have worked on Solaris HP-UX *linux Visualization ( VMWare ) And I'm comfortable with shell and Perl. Of late,... (0 Replies)
Discussion started by: maverick_here
0 Replies
FANN_CASCADETRAIN_ON_DATA(3)						 1					      FANN_CASCADETRAIN_ON_DATA(3)

fann_cascadetrain_on_data - Trains on an entire dataset, for a period of time using the Cascade2 training algorithm

SYNOPSIS
bool fann_cascadetrain_on_data (resource $ann, resource $data, int $max_neurons, int $neurons_between_reports, float $desired_error) DESCRIPTION
The cascade output 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_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. This training uses the parameters set using the fann_set_cascade_..., but it also uses another training algorithm as it's internal train- ing algorithm. This algorithm can be set to either FANN_TRAIN_RPROP or FANN_TRAIN_QUICKPROP by fann_set_training_algorithm(3), and the parameters set for these training algorithms will also affect the cascade training. PARAMETERS
o $ann -Neural network resource. o $data -Neural network training data resource. o $max_neurons - The maximum number of neurons to be added to neural network. o $neurons_between_reports - The number of neurons between printing a status report. A value of zero means no reports should be printed. o $desired_error - The desired fann_get_MSE(3) or fann_get_bit_fail(3), depending on which stop function is chosen by fann_set_train_stop_func- tion(3) RETURN VALUES
Returns TRUE on success, or FALSE otherwise. SEE ALSO
fann_train_on_data(3), fann_cascadetrain_on_file(3). PHP Documentation Group FANN_CASCADETRAIN_ON_DATA(3)
All times are GMT -4. The time now is 06:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy