×
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 categorized in: Artificial Intelligence > EITC/AI/GCML Google Cloud Machine Learning > First steps in Machine Learning

What are the hyperparameters m and b from the video?

Tuesday, 10 February 2026 by Victor Marcu

The question about the hyperparameters m and b refers to a common point of confusion in introductory machine learning, particularly in the context of linear regression, as typically introduced in Google Cloud Machine Learning context. To clarify this, it is essential to distinguish between model parameters and hyperparameters, using precise definitions and examples. 1. Understanding

  • 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, Hyperparameters, Linear Regression, Machine Learning, Model Parameters, Training Process

What data do I need for machine learning? Pictures, text?

Thursday, 05 February 2026 by Dominik Osztovics

The selection and preparation of data are foundational steps in any machine learning project. The type of data required for machine learning is dictated primarily by the nature of the problem to be solved and the desired output. Data can take many forms—including images, text, numerical values, audio, and tabular data—and each form necessitates specific

  • 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, Data Types, Google Cloud, Machine Learning Workflow, Supervised Learning

Do I need to install TensorFlow?

Sunday, 01 February 2026 by Vanja Romih Pintar

The inquiry regarding whether one needs to install TensorFlow when working with plain and simple estimators, particularly within the context of Google Cloud Machine Learning and introductory machine learning tasks, is one that touches on both the technical requirements of certain tools and the practical workflow considerations in applied machine learning. TensorFlow is an open-source

  • 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 Computing, Estimator API, Google Cloud, Machine Learning, Model Deployment, Python Libraries, Scikit-learn, TensorFlow, Vertex AI

What is the most effective way to create test data for the ML algorithm? Can we use synthetic data?

Tuesday, 27 January 2026 by Frigyes Kocsis

Creating effective test data is a foundational component in the development and evaluation of machine learning (ML) algorithms. The quality and representativeness of the test data directly influence the reliability of model assessment, the detection of overfitting, and the model's eventual performance in production. The process of assembling test data draws upon several methodologies, including

  • 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, Machine Learning, Model Evaluation, Synthetic Data, Test Data

Can PINNs-based simulation and dynamic knowledge graph layers be used as a fabric together with an optimization layer in a competitive environment model? Is this okay for small sample size ambiguous real-world data sets?

Sunday, 18 January 2026 by drumur

Physics-Informed Neural Networks (PINNs), dynamic knowledge graph (DKG) layers, and optimization methods are each sophisticated components in contemporary machine learning architectures, particularly within the context of modeling complex, competitive environments under real-world constraints such as small, ambiguous datasets. Integrating these components into a unified computational fabric is not only feasible but aligns with current trends

  • 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, Competitive Modeling, Hybrid Modeling, Knowledge Graphs, Optimization, PINNs, Small Data, Uncertainty

Could training data be smaller than evaluation data to force a model to learn at higher rates via hyperparameter tuning, as in self-optimizing knowledge-based models?

Sunday, 18 January 2026 by drumur

The proposal to use a smaller training dataset than an evaluation dataset, combined with hyperparameter tuning to “force” a model to learn at higher rates, touches on several core concepts in machine learning theory and practice. A thorough analysis requires a consideration of data distribution, model generalization, learning dynamics, and the goals of evaluation versus

  • 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 Partitioning, Evaluation Metrics, Hyperparameter Tuning, Machine Learning, Model Generalization

Since the ML process is iterative, is it the same test data used for evaluation? If yes, does repeated exposure to the same test data compromise its usefulness as an unseen dataset?

Friday, 02 January 2026 by AFELEMO ORILADE

The process of model development in machine learning is fundamentally iterative, often necessitating repeated cycles of model training, validation, and adjustment to achieve optimal performance. Within this context, the distinction between training, validation, and test datasets plays a major role in ensuring the integrity and generalizability of the resulting models. Addressing the question of whether

  • 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 Partitioning, Machine Learning, Model Evaluation, Overfitting, Test Set

I have Python 3.14. Do I need to downgrade to version 3.10?

Friday, 02 January 2026 by Adrian Rosianu

When working with machine learning on Google Cloud (or similar cloud or local environments) and utilizing Python, the specific Python version in use can have significant implications, particularly regarding compatibility with widely-used libraries and cloud-managed services. You mentioned using Python 3.14 and are inquiring about the necessity of downgrading to Python 3.10 for your work

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, First steps in Machine Learning, Plain and simple estimators
Tagged under: Artificial Intelligence, Compatibility, Environment Management, Google Cloud, Machine Learning, NumPy, Pandas, Python, Scikit-learn

Are the methods of Plain and Simple Estimators outdated and obsolete or they still have value in ML?

Monday, 29 December 2025 by Evagoras Xydas

The method presented in the “Plain and Simple Estimator” topic—often exemplified by approaches such as the mean estimator for regression or the mode estimator for classification—raises a valid question about its continued relevance in the context of rapidly advancing machine learning methodologies. Although these estimators are sometimes perceived as outdated compared to contemporary algorithms like

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, First steps in Machine Learning, Plain and simple estimators
Tagged under: Artificial Intelligence, Baseline Models, Data Science Education, Machine Learning, Model Evaluation, Statistical Methods

What is a concrete example of a hyperparameter?

Friday, 26 December 2025 by Migena Pengili

A concrete example of a hyperparameter in the context of machine learning—particularly as applied in frameworks like Google Cloud Machine Learning—can be the learning rate in a neural network model. The learning rate is a scalar value that determines the magnitude of updates to the model’s weights during each iteration of the training process. This

  • 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, Learning Rate, Model Training, Neural Networks
  • 1
  • 2
  • 3
Home » First steps in Machine Learning

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 90% EITCI DSJC Subsidy support

90% 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-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.