Sponsored Content
Contact Us Forum Support Area for Unregistered Users & Account Problems Not able to post after activation Post 302897229 by Neo on Saturday 12th of April 2014 12:29:09 AM
Old 04-12-2014
You created this thread... so looks like all is OK.
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Wireless ipw2200 activation

hello ! i am trying to activate my wireless network card on my laptop currently running : 2.6.18-1.2869.fc6 , but an error msg appears "ipw2200 device eth1 does not seem to be present, delaying initialization." the same msg also appears at the start up process, when trying to bring up eth1. ... (4 Replies)
Discussion started by: XinU*
4 Replies

2. Forum Support Area for Unregistered Users & Account Problems

Did not receive activation mail

Hi Administrators, I've registered myself yesterday and have been waiting for my account to be activated. I've followed the instructions in the 'See this if you have an account but cannot post ' thread to request for an activation mail to be sent to my other email address, but still did not... (0 Replies)
Discussion started by: pl_cyber
0 Replies

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

4. Shell Programming and Scripting

Cronjob Activation

Hi All, I have set a cronjob to run a script at a frequency of 10 mins. However, if the script takes more than 10 mins to complete, how will the cronjob behaves? 1) Does it ignore the current process and restart the whole process again? 2) Or does it stop to trigger the script again unless... (5 Replies)
Discussion started by: Raynon
5 Replies

5. Forum Support Area for Unregistered Users & Account Problems

Activation

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

6. Forum Support Area for Unregistered Users & Account Problems

I need another activation email

Hi neo I registered yesterday,but i don't receive the activation email,can u send again? thanks! (1 Reply)
Discussion started by: swrd
1 Replies

7. Forum Support Area for Unregistered Users & Account Problems

Not Receiving Activation Email

I've tried suggestions from previous threads sending an activation email several times. I'm not sure if email server is blocking domain name. What is the domain name of the activation email...unix.com? (1 Reply)
Discussion started by: BigSky
1 Replies

8. Forum Support Area for Unregistered Users & Account Problems

Activation problems with new account.

I received the email describing how to acivate my new account (I'm using Outlook 2007). I tried clicking the URL given and was told "invalid web address". I tried copying and pasting both URL's - "invalid web address. Lastly, I tried typing in the URL - "invalid web address". There were no spaces... (1 Reply)
Discussion started by: ki6bxp
1 Replies

9. Forum Support Area for Unregistered Users & Account Problems

I didnt get the activation email !!

I tried to register twice but without success ,I used the Hotmail email on both of them. Im sure I typed the correct email, because I used " copy and paste" and I did the "re-sent the activation" option (10 Replies)
Discussion started by: BaxxterHp
10 Replies

10. Forum Support Area for Unregistered Users & Account Problems

No activation email received

I have tried to register today with the username BatterBits, but have not received the activation email I do not live in any of the restricted countries - unless the UK has suddenly become a threat! I'd be grateful if you would assist. many thanks Ian (2 Replies)
Discussion started by: unregistered
2 Replies
FANN_GET_ACTIVATION_STEEPNESS(3)					 1					  FANN_GET_ACTIVATION_STEEPNESS(3)

fann_get_activation_steepness - Returns the activation steepness for supplied neuron and layer number

SYNOPSIS
float fann_get_activation_steepness (resource $ann, int $layer, int $neuron) DESCRIPTION
Get the activation steepness for neuron number neuron in layer number layer, counting the input layer as layer 0. It is not possible to get 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 $layer - Layer number o $neuron - Neuron number RETURN VALUES
The activation steepness for the neuron or -1 if the neuron is not defined in the neural network, or FALSE on error. SEE ALSO
fann_set_activation_function(3), fann_set_activation_steepness_layer(3), fann_set_activation_steepness_hidden(3), fann_set_activa- tion_steepness_output(3), fann_set_activation_steepness(3). PHP Documentation Group FANN_GET_ACTIVATION_STEEPNESS(3)
All times are GMT -4. The time now is 05:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy