Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Solaris for a training: PC vs Sparc Post 302526181 by newlinuxuser1 on Monday 30th of May 2011 05:26:39 PM
Old 05-30-2011
fpmurphy, thanks for openboot! Wouldn't a familiarity with an actual Sun equipment be an asset? Isn't there anything is Solaris on Sparc that makes it special when compared to Solaris on PC?
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Running Solaris Sparc Apps on X86 Solaris

I know that Sun make s a version of Solaris for Sparc platforms and also an x86 (Intel/AMD) release of Solaris. Can an application that runs on Solaris/Sparc also run on a PC running the x86 release of Solaris? Would a different release be required or any re-compling of the application? jim (1 Reply)
Discussion started by: stocksj
1 Replies

2. Solaris

Setting up a Solaris training

Hi, i'm about to hold a training (Solaris 10) for my colleagues. I've to plan for two days. There is a day for basics and a day (some weeks later) for advanced topics. All of them are regular solaris users (but mostly only installing + patching). What do you guys think are interesting topics... (22 Replies)
Discussion started by: DukeNuke2
22 Replies

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

4. UNIX for Dummies Questions & Answers

can I emulate solaris/sparc on virtualbox? Or other emulator to run solaris for sparc in my win7 PC?

Hi Gurus can I emulate solaris/sparc on virtualbox? Or other emulator to run solaris for sparc in my win7 PC? regards, Israel. (9 Replies)
Discussion started by: iga3725
9 Replies

5. Solaris

How to read this Solaris version:-Solaris 8 HW 5/03 s28s_hw2wos_06a SPARC?

Hi Guys, Could you please tell me how to read this Solaris version:- Solaris 8 HW 5/03 s28s_hw2wos_06a SPARC Thanks. (3 Replies)
Discussion started by: manalisharmabe
3 Replies

6. 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_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 06:30 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy