Sponsored Content
Contact Us Forum Support Area for Unregistered Users & Account Problems Activation problems with new account. Post 302319077 by reborg on Saturday 23rd of May 2009 06:44:49 PM
Old 05-23-2009
Try the manual activation here: The UNIX and Linux Forums - Activate Your Account

with the activation code from your welcome email.
 

8 More Discussions You Might Find Interesting

1. Forum Support Area for Unregistered Users & Account Problems

Did not received any email for account activation

hi I did not received any such email for account activation nor i am able to see any status in my profile. Am i missing anything?? :confused: Please help Appreciated. (0 Replies)
Discussion started by: bhush782003
0 Replies

2. Forum Support Area for Unregistered Users & Account Problems

hotmail cleared account before activation

Hotmail cleared my email account before I had a chance to activate it. Can a admin re-send the activation email or activate my username? thanks (2 Replies)
Discussion started by: prkfriryce
2 Replies

3. Forum Support Area for Unregistered Users & Account Problems

account problems..

I registered yesterday, entered a post in unix experts area, had one response. Tried logging in this morning, could not get logged on or see the post I put up yesterday??? please advise... thanks - terp714@yahoo.com (0 Replies)
Discussion started by: terp714
0 Replies

4. Forum Support Area for Unregistered Users & Account Problems

Account Activation Problem

Hi, I got the username and activation code to my email id but when i click on the forum link and enter the activation code and username there then , It displays "We could not activate your account because this web address is not valid. Make sure that you have the entire address from the... (1 Reply)
Discussion started by: MIKU
1 Replies

5. UNIX for Dummies Questions & Answers

Change Account to not lock account if password expires

I have access to 15+ UNIX boxes at work, and I do not consistently log onto all of them over time. When I do try to access one I havent been on in awhile, my account is locked as the password has expired. I need to request to the UNIX SA's that the password expiration is 90 days and that if it... (1 Reply)
Discussion started by: stringzz
1 Replies

6. Forum Support Area for Unregistered Users & Account Problems

Activation

can't activate (0 Replies)
Discussion started by: jamalwil7
0 Replies

7. UNIX for Dummies Questions & Answers

Problems with network user account /Library/ Folders

I am a IT tech at a business which has a 100 staff working in different departments and in a windows 7 / Mac 10.6 enviorment. I have recently been having issues with users not being able to reopen Siberlius 6 files due to a corrupted file within there library folder. The only way to fix this is to... (2 Replies)
Discussion started by: field1024
2 Replies

8. How to Post in the The UNIX and Linux Forums

Simultaneously try to execute commands after connecting to remote account to one account

I have made password less connection to my remote account. and i tried to execute commands at a time. but i am unable to execute the commands. ssh $ACCOUNT_DETAILS@$HOST_DETAILS cd ~/JEE/*/logs/ (1 Reply)
Discussion started by: kishored005
1 Replies
FANN_SET_ACTIVATION_STEEPNESS(3)					 1					  FANN_SET_ACTIVATION_STEEPNESS(3)

fann_set_activation_steepness - Sets the activation steepness for supplied neuron and layer number

SYNOPSIS
bool fann_set_activation_steepness (resource $ann, float $activation_steepness, int $layer, int $neuron) DESCRIPTION
Set the activation steepness for neuron number neuron in layer number layer, counting the input layer as layer 0. It is not possible to set activation steepness for the neurons in the input layer. The steepness of an activation function says something about how fast the activation function goes from the minimum to the maximum. A high value for the activation function will also give a more agressive training. When training neural networks where the output values should be at the extremes (usually 0 and 1, depending on the activation function), a steep activation function can be used (e.g. 1.0). The default activation steepness is 0.5. PARAMETERS
o $ann -Neural network resource. o $activation_steepness - The activation steepness. o $layer - Layer number. o $neuron - Neuron number. RETURN VALUES
Returns TRUE on success, or FALSE otherwise. SEE ALSO
fann_set_activation_steepness_layer(3), fann_set_activation_steepness_hidden(3), fann_set_activation_steepness_output(3), fann_get_activa- tion_steepness(3), fann_set_activation_function(3). PHP Documentation Group FANN_SET_ACTIVATION_STEEPNESS(3)
All times are GMT -4. The time now is 11:17 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy