×
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

SIGN IN YOUR ACCOUNT TO HAVE ACCESS TO DIFFERENT FEATURES

CREATE AN ACCOUNT FORGOT YOUR PASSWORD?

FORGOT YOUR DETAILS?

AAH, WAIT, I REMEMBER NOW!

CREATE ACCOUNT

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

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 Evaluation

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

Should separate data be used in subsequent steps of training a machine learning model?

Sunday, 21 July 2024 by oman

The process of training machine learning models typically involves multiple steps, each requiring specific data to ensure the model's effectiveness and accuracy. The seven steps of machine learning, as outlined, include data collection, data preparation, choosing a model, training the model, evaluating the model, parameter tuning, and making predictions. Each of these steps has distinct

  • 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 Collection, Data Preparation, Hyperparameter Tuning, Model Evaluation, Model Training

What will hapen if the test sample is 90% while evaluation or predictive sample is 10%?

Thursday, 11 July 2024 by upn.500

In the realm of machine learning, particularly when utilizing frameworks such as Google Cloud Machine Learning, the division of datasets into training, validation, and testing subsets is a fundamental step. This division is critical for the development of robust and generalizable predictive models. The specific case where the test sample constitutes 90% of the data

  • 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 Splitting, Machine Learning, Model Evaluation, Overfitting, Training Data

Does a proper approach to neural networks require a training dataset and an out-of-sample testing dataset, which have to be fully separated?

Friday, 14 June 2024 by Agnieszka Ulrich

In the realm of deep learning, particularly when employing neural networks, the proper handling of datasets is of paramount importance. The question at hand pertains to whether a proper approach necessitates both a training dataset and an out-of-sample testing dataset, and whether these datasets need to be fully separated. A fundamental principle in machine learning

  • Published in Artificial Intelligence, EITC/AI/DLPP Deep Learning with Python and PyTorch, Data, Datasets
Tagged under: Artificial Intelligence, Cross-validation, Data Leakage Prevention, Data Separation, Generalization, Hyperparameter Tuning, Machine Learning, Model Evaluation, Model Performance, Neural Networks, PyTorch

Is the out-of-sample loss a validation loss?

Thursday, 14 March 2024 by Dimitrios Efstathiou

In the realm of deep learning, particularly in the context of model evaluation and performance assessment, the distinction between out-of-sample loss and validation loss holds paramount significance. Understanding these concepts is important for practitioners aiming to comprehend the efficacy and generalization capabilities of their deep learning models. To consider the intricacies of these terms, it

  • Published in Artificial Intelligence, EITC/AI/DLPP Deep Learning with Python and PyTorch, Introduction, Introduction to deep learning with Python and Pytorch
Tagged under: Artificial Intelligence, Deep Learning, Generalization, Model Evaluation, Python, PyTorch

How can one detect biases in machine learning and how can one prevent these biases?

Thursday, 07 March 2024 by Anny Caroline de Araújo Faria

Detecting biases in machine learning models is a important aspect of ensuring fair and ethical AI systems. Biases can arise from various stages of the machine learning pipeline, including data collection, preprocessing, feature selection, model training, and deployment. Detecting biases involves a combination of statistical analysis, domain knowledge, and critical thinking. In this response, we

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Introduction, What is machine learning
Tagged under: AI Ethics, Artificial Intelligence, Bias Detection, Data Preprocessing, Fairness In ML, Model Evaluation

Machine learning algorithms can learn to predict or classify new, unseen data. What does the design of predictive models of unlabeled data involve?

Thursday, 24 August 2023 by Wojciech Cieslisnki

The design of predictive models for unlabeled data in machine learning involves several key steps and considerations. Unlabeled data refers to data that does not have predefined target labels or categories. The goal is to develop models that can accurately predict or classify new, unseen data based on patterns and relationships learned from the available

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Introduction, What is machine learning
Tagged under: Artificial Intelligence, Data Preprocessing, Feature Extraction, Machine Learning, Model Deployment, Model Evaluation, Model Selection, Model Training, Predictive Models, Unlabeled Data

Why the evaluation is 80% for training and 20% for evaluating but not the opposite?

Thursday, 17 August 2023 by Nguyen Xuan Tung

The allocation of 80% weightage to training and 20% weightage to evaluating in the context of machine learning is a strategic decision based on several factors. This distribution aims to strike a balance between optimizing the learning process and ensuring accurate evaluation of the model's performance. In this response, we will consider the reasons behind

  • 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 Preparation, Machine Learning, Model Evaluation, Model Training, Optimization Algorithms

What is the purpose of separating data into training and testing datasets in deep learning?

Sunday, 13 August 2023 by EITCA Academy

The purpose of separating data into training and testing datasets in deep learning is to evaluate the performance and generalization ability of a trained model. This practice is essential in order to assess how well the model can predict on unseen data and to avoid overfitting, which occurs when a model becomes too specialized to

  • Published in Artificial Intelligence, EITC/AI/DLPP Deep Learning with Python and PyTorch, Data, Datasets, Examination review
Tagged under: Artificial Intelligence, Deep Learning, Generalization, Machine Learning, Model Evaluation, Overfitting

How do we separate a chunk of data as the out-of-sample set for time series data analysis?

Sunday, 13 August 2023 by EITCA Academy

To perform time series data analysis using deep learning techniques such as recurrent neural networks (RNNs), it is essential to separate a chunk of data as the out-of-sample set. This out-of-sample set is important for evaluating the performance and generalization ability of the trained model on unseen data. In this field of study, specifically focusing

  • Published in Artificial Intelligence, EITC/AI/DLPTFK Deep Learning with Python, TensorFlow and Keras, Recurrent neural networks, Normalizing and creating sequences Crypto RNN, Examination review
Tagged under: Artificial Intelligence, Data Splitting, Deep Learning, Model Evaluation, Recurrent Neural Networks, Time-series Data Analysis
  • 1
  • 2
  • 3
  • 4
Home

Certification Center

USER MENU

  • My Account

CERTIFICATE CATEGORY

  • EITC Certification (106)
  • 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 (Reddit publ.)
  • About
  • Contact
  • Cookie Policy (EU)

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.

    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 Twitter
    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), governed by the EITCI Institute 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
    Follow @EITCI
    EITCA Academy

    Your browser doesn't support the HTML5 CANVAS tag.

    • Quantum Information
    • Cybersecurity
    • Web Development
    • Cloud Computing
    • Artificial Intelligence
    • GET SOCIAL
    EITCA Academy


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

    TOP
    CHAT WITH SUPPORT
    Do you have any questions?
    We will reply here and by email. Your conversation is tracked with a support token.