fann_set_activation_steepness

(PECL fann >= 1.0.0)

fann_set_activation_steepnessSets the activation steepness for supplied neuron and layer number

Beschreibung

fann_set_activation_steepness(
    resource $ann,
    float $activation_steepness,
    int $layer,
    int $neuron
): bool

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

Parameter-Liste

ann

Ressource eines neuralen Netzwerks.

activation_steepness

The activation steepness.

layer

Layer number.

neuron

Neuron number.

Rückgabewerte

Gibt true bei Erfolg, sonst false zurück.

Siehe auch

Hier Kannst Du einen Kommentar verfassen


Bitte gib mindestens 10 Zeichen ein.
Wird geladen... Bitte warte.
* Pflichtangabe
Es sind noch keine Kommentare vorhanden.

PHP cURL-Tutorial: Verwendung von cURL zum Durchführen von HTTP-Anfragen

cURL ist eine leistungsstarke PHP-Erweiterung, die es Ihnen ermöglicht, mit verschiedenen Servern über verschiedene Protokolle wie HTTP, HTTPS, FTP und mehr zu kommunizieren. ...

TheMax

Autor : TheMax
Kategorie: PHP-Tutorials

Midjourney Tutorial - Anleitung für Anfänger

Über Midjourney, dem Tool zur Erstellung digitaler Bilder mithilfe von künstlicher Intelligenz, gibt es ein informatives Video mit dem Titel "Midjourney Tutorial auf Deutsch - Anleitung für Anfänger" ...

Mike94

Autor : Mike94
Kategorie: KI Tutorials

Grundlagen von Views in MySQL

Views in einer MySQL-Datenbank bieten die Möglichkeit, eine virtuelle Tabelle basierend auf dem Ergebnis einer SQL-Abfrage zu erstellen. ...

admin

Autor : admin
Kategorie: mySQL-Tutorials

Tutorial veröffentlichen

Tutorial veröffentlichen

Teile Dein Wissen mit anderen Entwicklern weltweit

Du bist Profi in deinem Bereich und möchtest dein Wissen teilen, dann melde dich jetzt an und teile es mit unserer PHP-Community

mehr erfahren

Tutorial veröffentlichen

How to overcome Safari's iframe cookie block?

For data exchange between domains, think about utilizing local storage, but be mindful of any possible drawbacks. Perhaps more reliable are server ...

Geschrieben von eugenecohen am 26.11.2024 03:17:31
Forum: HTML, JavaScript, AJAX, jQuery, CSS, Bootstrap, LESS
Wer kennt sich mit Selenium aus oder hat zufällig ein geeignetes Script?

Prior to calling the subsequent URL, ensure that the PHP script stores the source code for each URL.

Geschrieben von eugenecohen am 26.11.2024 03:07:04
Forum: PHP Developer Forum
Wer kennt sich mit Selenium aus oder hat zufällig ein geeignetes Script?

Bitte nutzen Sie Selenium, um den Quelltext auszulesen und die gewünschten Metadaten in einer.txt-Datei abzuspeichern. Stellen Sie sicher, dass d ...

Geschrieben von eugenecohen am 26.11.2024 03:03:59
Forum: PHP Developer Forum
Wer kennt sich mit Selenium aus oder hat zufällig ein geeignetes Script?

Please use Selenium to read the source code and save the desired metadata in a .txt file. Make sure that the PHP script saves the source code of e ...

Geschrieben von eugenecohen am 26.11.2024 03:03:24
Forum: PHP Developer Forum