×
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: Model Training

How Keras models replace TensorFlow estimators?

Wednesday, 11 June 2025 by Mirek Hermut

The transition from TensorFlow Estimators to Keras models represents a significant evolution in the workflow and paradigm of machine learning model creation, training, and deployment, particularly within the TensorFlow and Google Cloud ecosystems. This change is not merely a shift in API preference but reflects broader trends in accessibility, flexibility, and the integration of modern

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, First steps in Machine Learning, Plain and simple estimators
Tagged under: Artificial Intelligence, Cloud Deployment, Data Pipeline, Deep Learning, Estimator, Keras, Machine Learning API, Model Serving, Model Training, TensorFlow, Vertex AI

What is an epoch in the context of training model parameters?

Tuesday, 06 May 2025 by Carie Hughes

In the context of training model parameters within machine learning, an epoch is a fundamental concept that refers to one complete pass through the entire training dataset. During this pass, the learning algorithm processes each example in the dataset to update the model's parameters. This process is important for the model to learn from the

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, First steps in Machine Learning, Plain and simple estimators
Tagged under: Artificial Intelligence, Epoch, Machine Learning, Model Training, Neural Networks, Optimization Algorithms

How does an already trained machine learning model takes new scope of data into account?

Tuesday, 06 May 2025 by fabien lambergeon

When a machine learning model is already trained and encounters new data, the process of integrating this new scope of data can take several forms, depending on the specific requirements and context of the application. The primary methods to incorporate new data into a pre-trained model include retraining, fine-tuning, and incremental learning. Each of these

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Introduction, What is machine learning
Tagged under: Artificial Intelligence, Data Integration, Fine-tuning, Incremental Learning, Machine Learning, Model Training

If one is using a Google model and training it on his own instance does Google retain the improvements made from the training data?

Tuesday, 15 April 2025 by Mafalda Paes de Carvalho

When using a Google model and training it on your own instance, the question of whether Google retains the improvements made from your training data depends on several factors, including the specific Google service or tool you are using and the terms of service associated with that tool. In the context of Google Cloud's machine

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Introduction, What is machine learning
Tagged under: Artificial Intelligence, Data Privacy, Federated Learning, Google Cloud, Machine Learning, Model Training

What is a regression task?

Monday, 14 April 2025 by dstevenart

A regression task in the field of machine learning, particularly within the context of artificial intelligence, involves predicting a continuous output variable based on one or more input variables. This type of task is fundamental to machine learning and is used when the goal is to predict quantities, such as predicting house prices, stock market

  • 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, Data Preprocessing, Machine Learning, Model Training, Predictive Analytics, Regression

What is the task of interpreting doodles drawn by players in the context of AI?

Sunday, 16 February 2025 by Krystian Ustyjańczuk

Interpreting doodles drawn by players is a fascinating task within the field of artificial intelligence, particularly when utilizing the Google Quick, Draw! dataset. This task involves the application of machine learning techniques to recognize and classify hand-drawn sketches into predefined categories. The Quick, Draw! dataset, a publicly available collection of over 50 million drawings across

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Google tools for Machine Learning, Google Quick Draw - doodle dataset
Tagged under: Artificial Intelligence, Data Preprocessing, Ethical Considerations, Feature Extraction, Machine Learning, Model Training

What are the specific initial tasks and activities in a machine learning project?

Friday, 17 January 2025 by Alberto Della Libera

In the context of machine learning, particularly when discussing the initial steps involved in a machine learning project, it is important to understand the variety of activities that one might engage in. These activities form the backbone of developing, training, and deploying machine learning models, and each serves a unique purpose in the process of

  • 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, Classification, Clustering, Data Collection, Model Training, Natural Language Processing

What is a deep neural network?

Monday, 13 January 2025 by Robixon

A deep neural network (DNN) is a type of artificial neural network (ANN) characterized by multiple layers of nodes, or neurons, that enable the modeling of complex patterns in data. It is a foundational concept in the field of artificial intelligence and machine learning, particularly in the development of sophisticated models that can perform tasks

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, First steps in Machine Learning, TensorBoard for model visualization
Tagged under: Artificial Intelligence, Data Visualization, Deep Learning, Model Training, Neural Networks, TensorFlow

When training an AI vision model is it necessary to use a different set of images for each training epoch?

Thursday, 21 November 2024 by oman

In the field of artificial intelligence, particularly when dealing with computer vision tasks using TensorFlow, understanding the process of training a model is important for achieving optimal performance. One common question that arises in this context is whether a different set of images is used for each epoch during the training phase. To address this

  • Published in Artificial Intelligence, EITC/AI/TFF TensorFlow Fundamentals, Introduction to TensorFlow, Basic computer vision with ML
Tagged under: Artificial Intelligence, Computer Vision, Data Augmentation, Machine Learning, Model Training, TensorFlow

What are some more detailed phases of machine learning?

Wednesday, 18 September 2024 by zoran_tm

The phases of machine learning represent a structured approach to developing, deploying, and maintaining machine learning models. These phases ensure that the machine learning process is systematic, reproducible, and scalable. The following sections provide a comprehensive overview of each phase, detailing the key activities and considerations involved. 1. Problem Definition and Data Collection Problem Definition

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Introduction, What is machine learning
Tagged under: Artificial Intelligence, Data Preparation, Hyperparameter Tuning, Machine Learning, Model Deployment, Model Evaluation, Model Training
  • 1
  • 2
  • 3
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