Any Solaris training?

 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers Any Solaris training?
# 1  
Old 03-01-2018
Any Solaris training?

Good Afternoon,

Does anyone know of any free or cheap SkillSoft type Solaris training, with an exam?
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Solaris for a training: PC vs Sparc

I need a computer to try Solaris. I'm learning with UNIX Academy training DVDs and after spending much time with Linux I want to try and learn on Solaris. I'll have to buy a computer for my training anyway. I found on ebay plenty of inexpensive Sun boxes. Would it be beneficial for learning to have... (26 Replies)
Discussion started by: newlinuxuser1
26 Replies

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

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

4. Solaris

"learn" unix training for solaris.

Hey everybody I just wanted to throw something into the gears here. The first UNIX system I used was an IBM RS/6000 POWER Server 370h I believe, running AIX 3.2, I think (its been some time). On this System V machine was a learning facility called "learn" which taught basic shell operation and... (0 Replies)
Discussion started by: ultra0384
0 Replies
Login or Register to Ask a Question
svm-scale(1)							   User Manuals 						      svm-scale(1)

NAME
svm-scale - scale data to a restricted range as preprocessing for SVM training SYNOPSIS
svm-scale [ -l lower ] [ -u upper ] [ -y y_upper ] [ -s save_filename ] [ -r restore_filename ] datafilename DESCRIPTION
svm-scale reads the given datafilename (a training or testing data file as specified in svm_train(1) or svm_predict(1) ) and scales all dimensions to the given ranges. OPTIONS
-l lower lower is the lowest (minimal) value allowed in each dimension. It defaults to -1. -u upper upper is the highest (maximal) value allowed in each dimension. It defaults to 1. -y y_lower y_lower is a boolean value (0 or 1) indicating whether or not y-values (targets) should be scaled. It defaults to 0. -s save_filename save_filename indicates the filename to save the scaled data to. -r restore_filename restore_filename indicates the filename reserved to hold the original (unscaled) data in case there is a need to restore. FILES
datafilename must be a training or testing dataset. ENVIRONMENT
No environment variables. DIAGNOSTICS
None documented; see Vapnik et al. BUGS
Please report bugs to the Debian BTS. AUTHOR
Chih-Chung Chang, Chih-Jen Lin <cjlin@csie.ntu.edu.tw>, Chen-Tse Tsai <ctse.tsai@gmail.com> (packaging) SEE ALSO
svm-train(1), svm-predict(1) Linux MAY 2006 svm-scale(1)