TDS Archive

An archive of data science, data analytics, data engineering, machine learning, and artificial intelligence writing from the former Towards Data Science Medium publication.

Member-only story

Classification of Neural Network Hyperparameters

12 min readSep 16, 2022

--

Photo by John-Mark Smith on Unsplash

A major challenge when working with DL algorithms is setting and controlling hyperparameter values. This is technically called hyperparameter tuning or hyperparameter optimization.

Hyperparameters control many aspects of DL algorithms.

  • They can decide the time and computational cost of running the algorithm.
  • They can define the structure of the neural network model
  • They affect the model’s prediction accuracy and generalization capability.

In other words, hyperparameters control the behavior and structure of the neural network models. So, it is really important to learn more about what each hyperparameter does in a neural network with a proper classification (see the chart).

Important facts about hyperparameters

Before introducing and classifying neural network hyperparameters, I want to list down the following important facts about hyperparameters. To learn the differences between the parameters and hyperparameters in detail with examples, read my Parameters Vs Hyperparameters: What is the difference?article.

--

--

TDS Archive
TDS Archive

Published in TDS Archive

An archive of data science, data analytics, data engineering, machine learning, and artificial intelligence writing from the former Towards Data Science Medium publication.

Rukshan Pramoditha
Rukshan Pramoditha

Written by Rukshan Pramoditha

3,000,000+ Views | BSc in Stats (University of Colombo, Sri Lanka) | Top 50 Data Science, AI/ML Technical Writer on Medium

No responses yet