×
1 Choose EITC/EITCA Certificates
2 Learn and take online exams
3 Get your IT skills certified

Confirm your IT skills and competencies under the European IT Certification framework from anywhere in the world fully online.

EITCA Academy

Digital skills attestation standard by the European IT Certification Institute aiming to support Digital Society development

LOG IN TO YOUR ACCOUNT

CREATE AN ACCOUNT FORGOT YOUR PASSWORD?

FORGOT YOUR PASSWORD?

AAH, WAIT, I REMEMBER NOW!

CREATE AN ACCOUNT

ALREADY HAVE AN ACCOUNT?
EUROPEAN INFORMATION TECHNOLOGIES CERTIFICATION ACADEMY - ATTESTING YOUR PROFESSIONAL DIGITAL SKILLS
  • SIGN UP
  • LOGIN
  • INFO

EITCA Academy

EITCA Academy

The European Information Technologies Certification Institute - EITCI ASBL

Certification Provider

EITCI Institute ASBL

Brussels, European Union

Governing European IT Certification (EITC) framework in support of the IT professionalism and Digital Society

  • CERTIFICATES
    • EITCA ACADEMIES
      • EITCA ACADEMIES CATALOGUE<
      • EITCA/CG COMPUTER GRAPHICS
      • EITCA/IS INFORMATION SECURITY
      • EITCA/BI BUSINESS INFORMATION
      • EITCA/KC KEY COMPETENCIES
      • EITCA/EG E-GOVERNMENT
      • EITCA/WD WEB DEVELOPMENT
      • EITCA/AI ARTIFICIAL INTELLIGENCE
    • EITC CERTIFICATES
      • EITC CERTIFICATES CATALOGUE<
      • COMPUTER GRAPHICS CERTIFICATES
      • WEB DESIGN CERTIFICATES
      • 3D DESIGN CERTIFICATES
      • OFFICE IT CERTIFICATES
      • BITCOIN BLOCKCHAIN CERTIFICATE
      • WORDPRESS CERTIFICATE
      • CLOUD PLATFORM CERTIFICATENEW
    • EITC CERTIFICATES
      • INTERNET CERTIFICATES
      • CRYPTOGRAPHY CERTIFICATES
      • BUSINESS IT CERTIFICATES
      • TELEWORK CERTIFICATES
      • PROGRAMMING CERTIFICATES
      • DIGITAL PORTRAIT CERTIFICATE
      • WEB DEVELOPMENT CERTIFICATES
      • DEEP LEARNING CERTIFICATESNEW
    • CERTIFICATES FOR
      • EU PUBLIC ADMINISTRATION
      • TEACHERS AND EDUCATORS
      • IT SECURITY PROFESSIONALS
      • GRAPHICS DESIGNERS & ARTISTS
      • BUSINESSMEN AND MANAGERS
      • BLOCKCHAIN DEVELOPERS
      • WEB DEVELOPERS
      • CLOUD AI EXPERTSNEW
  • FEATURED
  • SUBSIDY
  • HOW IT WORKS
  •   IT ID
  • ABOUT
  • CONTACT
  • MY ORDER
    Your current order is empty.
EITCIINSTITUTE
CERTIFIED
Questions and answers designated by tag: Hyperparameters

Where is the information about a neural network model stored (including parameters and hyperparameters)?

Wednesday, 30 April 2025 by troy_norcross

In the domain of artificial intelligence, particularly concerning neural networks, understanding where information is stored is important for both model development and deployment. A neural network model consists of several components, each of which plays a distinct role in its operation and efficacy. Two of the most significant elements within this framework are the model's

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Introduction, What is machine learning
Tagged under: Artificial Intelligence, Hyperparameters, Machine Learning, Model Parameters, Neural Networks, TensorFlow

What are the hyperparameters used in machine learning?

Saturday, 08 February 2025 by eryk97

In the domain of machine learning, particularly when utilizing platforms such as Google Cloud Machine Learning, understanding hyperparameters is important for the development and optimization of models. Hyperparameters are settings or configurations external to the model that dictate the learning process and influence the performance of the machine learning algorithms. Unlike model parameters, which are

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Introduction, What is machine learning
Tagged under: Artificial Intelligence, Data Processing, Hyperparameters, Machine Learning, Neural Networks, Optimization

Is learning rate, along with batch sizes, critical for the optimizer to effectively minimize the loss?

Monday, 17 June 2024 by Agnieszka Ulrich

The assertion that learning rate and batch sizes are critical for the optimizer to effectively minimize the loss in deep learning models is indeed factual and well-supported by both theoretical and empirical evidence. In the context of deep learning, the learning rate and batch size are hyperparameters that significantly influence the training dynamics and the

  • Published in Artificial Intelligence, EITC/AI/DLPP Deep Learning with Python and PyTorch, Data, Datasets
Tagged under: Artificial Intelligence, Batch Size, Deep Learning, Hyperparameters, Learning Rate, PyTorch

What is the difference between hyperparameters and model parameters?

Tuesday, 28 May 2024 by Radosław Oliwa

In the realm of machine learning, distinguishing between hyperparameters and model parameters is important for understanding how models are trained and optimized. Both types of parameters play distinct roles in the model development process, and their correct tuning is essential for the efficacy and performance of a machine learning model. Model parameters are the internal

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Introduction, What is machine learning
Tagged under: Artificial Intelligence, Hyperparameter Tuning, Hyperparameters, Machine Learning, Model Parameters, Neural Networks

What are some examples of algorithm’s hyperparameters?

Tuesday, 23 April 2024 by Francesco Fontana

In the realm of machine learning, hyperparameters play a important role in determining the performance and behavior of an algorithm. Hyperparameters are parameters that are set before the learning process begins. They are not learned during training; instead, they control the learning process itself. In contrast, model parameters are learned during training, such as weights

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Introduction, What is machine learning
Tagged under: Algorithms, Artificial Intelligence, Google Cloud, Hyperparameters, Machine Learning

What is the relationship between a number of epochs in a machine learning model and the accuracy of prediction from running the model?

Sunday, 14 April 2024 by ankarb

The relationship between the number of epochs in a machine learning model and the accuracy of prediction is a important aspect that significantly impacts the performance and generalization ability of the model. An epoch refers to one complete pass through the entire training dataset. Understanding how the number of epochs influences prediction accuracy is essential

  • Published in Artificial Intelligence, EITC/AI/TFF TensorFlow Fundamentals, Overfitting and underfitting problems, Solving model’s overfitting and underfitting problems - part 1
Tagged under: Artificial Intelligence, Hyperparameters, Machine Learning, Overfitting, Training Data, Underfitting

Are batch size, epoch and dataset size all hyperparameters?

Thursday, 07 March 2024 by Jose' da Cruz

Batch size, epoch, and dataset size are indeed important aspects in machine learning and are commonly referred to as hyperparameters. To understand this concept, let's consider each term individually. Batch size: The batch size is a hyperparameter that defines the number of samples processed before the model's weights are updated during training. It plays a

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, First steps in Machine Learning, The 7 steps of machine learning
Tagged under: Artificial Intelligence, Batch Size, Dataset Size, Epoch, Hyperparameters, Machine Learning

How ML tuning parameters and hyperparameters are related to each other?

Tuesday, 14 November 2023 by Hema Gunasekaran

Tuning parameters and hyperparameters are related concepts in the field of machine learning. Tuning parameters are specific to a particular machine learning algorithm and are used to control the behavior of the algorithm during training. On the other hand, hyperparameters are parameters that are not learned from the data but are set prior to the

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, First steps in Machine Learning, The 7 steps of machine learning
Tagged under: Artificial Intelligence, Google Cloud, Hyperparameters, Machine Learning, Tuning Parameters

What are hyperparameters?

Saturday, 09 September 2023 by Monica Tran

Hyperparameters play a important role in the field of machine learning, specifically in the context of Google Cloud Machine Learning. To understand hyperparameters, it is important to first grasp the concept of machine learning. Machine learning is a subset of artificial intelligence that focuses on developing algorithms and models that can learn from data and

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Introduction, What is machine learning
Tagged under: Artificial Intelligence, Google Cloud, Hyperparameters, Machine Learning, TensorFlow Extended, TFX

What is the Gradient Boosting algorithm?

Thursday, 07 September 2023 by Wojciech Cieslisnki

Training models in the field of Artificial Intelligence, specifically in the context of Google Cloud Machine Learning, involves utilizing various algorithms to optimize the learning process and improve the accuracy of predictions. One such algorithm is the Gradient Boosting algorithm. Gradient Boosting is a powerful ensemble learning method that combines multiple weak learners, such as

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Advancing in Machine Learning, AutoML Vision - part 2
Tagged under: Artificial Intelligence, Decision Trees, Ensemble Learning, Gradient Boosting, Hyperparameters, Weak Learners
  • 1
  • 2
Home

Certification Center

USER MENU

  • My Account

CERTIFICATE CATEGORY

  • EITC Certification (105)
  • EITCA Certification (9)

What are you looking for?

  • Introduction
  • How it works?
  • EITCA Academies
  • EITCI DSJC Subsidy
  • Full EITC catalogue
  • Your order
  • Featured
  •   IT ID
  • EITCA reviews (Medium publ.)
  • About
  • Contact

EITCA Academy is a part of the European IT Certification framework

The European IT Certification framework has been established in 2008 as a Europe based and vendor independent standard in widely accessible online certification of digital skills and competencies in many areas of professional digital specializations. The EITC framework is governed by the European IT Certification Institute (EITCI), a non-profit certification authority supporting information society growth and bridging the digital skills gap in the EU.

Eligibility for EITCA Academy 80% EITCI DSJC Subsidy support

80% of EITCA Academy fees subsidized in enrolment by

    EITCA Academy Secretary Office

    European IT Certification Institute ASBL
    Brussels, Belgium, European Union

    EITC / EITCA Certification Framework Operator
    Governing European IT Certification Standard
    Access contact form or call +32 25887351

    Follow EITCI on X
    Visit EITCA Academy on Facebook
    Engage with EITCA Academy on LinkedIn
    Check out EITCI and EITCA videos on YouTube

    Funded by the European Union

    Funded by the European Regional Development Fund (ERDF) and the European Social Fund (ESF) in series of projects since 2007, currently governed by the European IT Certification Institute (EITCI) since 2008

    Information Security Policy | DSRRM and GDPR Policy | Data Protection Policy | Record of Processing Activities | HSE Policy | Anti-Corruption Policy | Modern Slavery Policy

    Automatically translate to your language

    Terms and Conditions | Privacy Policy
    EITCA Academy
    • EITCA Academy on social media
    EITCA Academy


    © 2008-2025  European IT Certification Institute
    Brussels, Belgium, European Union

    TOP
    Chat with Support
    Chat with Support
    Questions, doubts, issues? We are here to help you!
    End chat
    Connecting...
    Do you have any questions?
    Do you have any questions?
    :
    :
    :
    Send
    Do you have any questions?
    :
    :
    Start Chat
    The chat session has ended. Thank you!
    Please rate the support you've received.
    Good Bad