BigAdmin Training and Certification Hub


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris BigAdmin RSS BigAdmin Training and Certification Hub
# 1  
Old 11-21-2008
BigAdmin Training and Certification Hub

Sun's portfolio of training and certification options can help you work smarter and learn faster. Chart your career using comprehensive learning paths, or simply find the right course for the job at hand. Instructor-led delivery methods include traditional classroom and new /Live Virtual Class/ options. Self-paced options include both Web-based and CD-ROM courses. Additionally, getting Sun-certified is a great way to invest in your professional development. Skills verified during the certification process can help lead to increased productivity, decreased time to market, reduced risk of system failure, greater employee satisfaction and enhanced staff credibility.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Red Hat

Is redhat training mandatory for RHCSA certification

Hey guys, I m planning to take the RHCSA certification. Do I have to take the training from RedHat first? Is it mandatory or I can go on my own and appear for the certification? Let me know. Thanks... (2 Replies)
Discussion started by: snchaudhari2
2 Replies

2. What is on Your Mind?

The Benefits or Not of Certification (was LPIC certification)

Hi guys, What do you think about these certifications? (18 Replies)
Discussion started by: Luca.Francesca
18 Replies

3. Linux

Linux Certification/Training suggestions ?

I have been working linux administration for 2.5 years. I would like to have a certification in this. Yes RHCE is an option. I think already know most of the RHCE stuff. But I would like to have some thing advanced. I ready to for a full time course as I not getting the exposure in my current... (2 Replies)
Discussion started by: nitin09
2 Replies

4. Solaris

free learning resources and training from Sun microsystems plus discounted Certification Voucher

Hi all, If you are interested on taking Sun microsystems training from Java to business skills , if so drop by SAI program it's free for students and Educational Institutions (0 Replies)
Discussion started by: h@foorsa.biz
0 Replies
Login or Register to Ask a Question
FANN_INIT_WEIGHTS(3)							 1						      FANN_INIT_WEIGHTS(3)

fann_init_weights - Initialize the weights using Widrow + Nguyen's algorithm

SYNOPSIS
bool fann_init_weights (resource $ann, resource $train_data) DESCRIPTION
Initialize the weights using Widrow + Nguyen's algorithm. This function behaves similarly to fann_randomize_weights(3). It will use the algorithm developed by Derrick Nguyen and Bernard Widrow to set the weights in such a way as to speed up training. This technique is not always successful, and in some cases can be less efficient than a purely random initialization. The algorithm requires access to the range of the input data (for example largest and smallest input), and therefore accepts a second argument, data, which is the training data that will be used to train the network. PARAMETERS
o $ann -Neural network resource. o $train_data -Neural network training data resource. RETURN VALUES
Returns TRUE on success, or FALSE otherwise. SEE ALSO
fann_randomize_weights(3), fann_read_train_from_file(3). PHP Documentation Group FANN_INIT_WEIGHTS(3)