Sponsored Content
Full Discussion: UNIX Training?
Top Forums UNIX for Dummies Questions & Answers UNIX Training? Post 302171384 by Sepia on Thursday 28th of February 2008 10:32:25 AM
Old 02-28-2008
Quote:
Originally Posted by rhfrommn
That course is good for Unix users. If you have to work on Unix boxes for your job but you are not the one in charge of the machines that would be ok.
That sounds like me.

I go in, get the logs, start & stop services etc. Don't really look after them per se.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

UNIX Fundamentals - Training

Does anyone know of some companies in the United States, preferably close to Utah that teach a crash course like for a week on UNIX fundamentals? I have looked everywhere on the net for such places, but have yet to find such a company. Thank you in advance. (1 Reply)
Discussion started by: quintak
1 Replies

2. UNIX for Dummies Questions & Answers

UNIX Training

Hello all, I am probably the newest newb in here and would really appreciate some (as much as possible) help on learning UNIX. If anyone is familiar with any non boot camp schools in the NY area, preferrably instructor-led, please refer me to a link or list them in a reply. Also, any information on... (10 Replies)
Discussion started by: syrixx
10 Replies

3. Post Here to Contact Site Administrators and Moderators

Unix Familiarisation Training

As a civilian Admin clerk with a government dept I have been asked to locate a training firm who provides Unix familiarisation training - this request has come from a dept which includes Air Traffic Controller & Radio Technicians. I am not personally familiar with Unix and have been unable to... (1 Reply)
Discussion started by: Heather K-Ryan
1 Replies

4. UNIX for Dummies Questions & Answers

Unix training Video's

Hello any body knows a website that can Purchase and download Video training for unix ?? (1 Reply)
Discussion started by: wickedsoul
1 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 unix set up for a p.c.

I'm looking for a free unix download(for a p.c. which I think is running xp) to simulate or mirror a unix operating system to teach a friend basic unix skills for an interview. I saw the solaris link, but couldn't really tell if it would work on a p.c. And I don't want to mess with his operating... (9 Replies)
Discussion started by: mmtemp
9 Replies

7. UNIX for Dummies Questions & Answers

UNIX/solaris training

I am new to UNIX and somewhat familiar with Solaris. Can you suggest any good (simple English) books that can help me with understanding and learning UNIX? (1 Reply)
Discussion started by: iamnew2solaris
1 Replies

8. UNIX for Dummies Questions & Answers

Basic UNIX Training

I'm wondering where a good place to start is for basic UNIX training. Due to a shift of responsibilities at work, I am now the admin for a product called AutoSys. I have close to zero knowledge in the subject area. :wall: (3 Replies)
Discussion started by: Cjw_55106
3 Replies

9. Shell Programming and Scripting

Unix online training

Hi, I am very new to unix shell scripting.I want to learn shell scripting to a moderate level. could any one of you suggest me who can give an online training on unix shell scripting . I am opting for online training as I am working in day hours . If any experts here are giving any online... (2 Replies)
Discussion started by: prabhu_kumar
2 Replies
FANN_GET_CASCADE_NUM_CANDIDATES(3)					 1					FANN_GET_CASCADE_NUM_CANDIDATES(3)

fann_get_cascade_num_candidates - Returns the number of candidates used during training

SYNOPSIS
int fann_get_cascade_num_candidates (resource $ann) DESCRIPTION
The number of candidates used during training (calculated by multiplying fann_get_cascade_activation_functions_count(3), fann_get_cas- cade_activation_steepnesses_count(3) and fann_get_cascade_num_candidate_groups(3)). The actual candidates is defined by the fann_get_cascade_activation_functions(3) and fann_get_cascade_activation_steepnesses(3) arrays. These arrays define the activation functions and activation steepnesses used for the candidate neurons. If there are 2 activation functions in the activation function array and 3 steepnesses in the steepness array, then there will be 2x3=6 different candidates which will be trained. These 6 different candidates can be copied into several candidate groups, where the only difference between these groups is the initial weights. If the number of groups is set to 2, then the number of candidate neurons will be 2x3x2=12. The number of candidate groups is defined by fann_set_cascade_num_candidate_groups(3). The default number of candidates is 6x4x2 = 48 PARAMETERS
o $ann -Neural network resource. RETURN VALUES
The number of candidates used during training, or FALSE on error. SEE ALSO
fann_get_cascade_activation_functions(3), fann_get_cascade_activation_functions_count(3), fann_get_cascade_activation_steepnesses(3), fann_get_cascade_activation_steepnesses_count(3), fann_get_cascade_num_candidate_groups(3). PHP Documentation Group FANN_GET_CASCADE_NUM_CANDIDATES(3)
All times are GMT -4. The time now is 03:30 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy