×
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 > Advancing in Machine Learning

How can a data scientist leverage Kaggle to apply advanced econometric models, rigorously document datasets, and collaborate effectively on shared projects with the community?

Monday, 10 November 2025 by JOSE ALFONSIN PENA

A data scientist can make highly effective use of Kaggle as a platform to advance the application of econometric models, achieve rigorous dataset documentation, and participate in collaborative projects within the data science community. The platform’s design, tools, and community-oriented features provide a conducive environment for these activities, and its integration with cloud-based solutions such

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Advancing in Machine Learning, Data science project with Kaggle
Tagged under: Artificial Intelligence, Data Science Collaboration, Econometrics, Google Cloud, Kaggle, Machine Learning

What is the difference between using CREATE MODEL with LINEAR_REG in BigQuery ML versus training a custom model with TensorFlow in Vertex AI for time series prediction?

Monday, 10 November 2025 by JOSE ALFONSIN PENA

The distinction between using the `CREATE MODEL` statement with `LINEAR_REG` in BigQuery ML and training a custom model with TensorFlow in Vertex AI for time series prediction lies in multiple dimensions, including model complexity, configurability, scalability, operational workflow, integration into data pipelines, and typical use cases. Both approaches offer unique advantages and trade-offs, and the

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Advancing in Machine Learning, GCP BigQuery and open datasets
Tagged under: Artificial Intelligence, BigQuery ML, Google Cloud Platform, TensorFlow, Time Series Forecasting, Vertex AI

How can I practice AutoML Vision without Google Cloud Platform (I don't have a credit card)?

Wednesday, 05 November 2025 by Fernando_Toscano

Practicing AutoML Vision without access to the Google Cloud Platform (GCP) due to the lack of a credit card or other constraints is a common situation for students and independent learners. While GCP's AutoML Vision provides a highly integrated, user-friendly interface for creating and deploying machine learning models for image classification, there are alternative approaches

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Advancing in Machine Learning, AutoML Vision - part 2
Tagged under: Artificial Intelligence, AutoKeras, AutoML, Computer Vision, Google Colab, Image Classification, Machine Learning Education, Open-source, Transfer Learning

Is eager mode automatically turned on in newer versions of TensorFlow?

Tuesday, 04 November 2025 by MIRNA HANŽEK

Eager execution represents a significant shift in the programming model of TensorFlow, particularly when contrasted with the original graph-based execution paradigm that characterized TensorFlow 1.x. Eager mode enables operations to execute immediately as they are called from Python. This imperative approach simplifies debugging, development, and prototyping workflows by providing an intuitive interface similar to those

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Advancing in Machine Learning, TensorFlow Eager Mode
Tagged under: Artificial Intelligence, Deep Learning, Eager Execution, Machine Learning, Python, TensorFlow

How to create model and version on GCP after uploading model.joblib on bucket?

Thursday, 23 October 2025 by MIRNA HANŽEK

To create a model and version on Google Cloud Platform (GCP) after uploading a Scikit-learn model artifact (e.g., `model.joblib`) to a Cloud Storage bucket, you need to use Google Cloud’s Vertex AI (previously AI Platform) for model management and deployment. The process involves several structured steps: preparing your model and artifacts, setting up the environment,

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Advancing in Machine Learning, Scikit-learn models at scale
Tagged under: Artificial Intelligence, Cloud Storage, GCP, Model Deployment, Scikit-learn, Vertex AI

Can Kubeflow be installed on own servers?

Sunday, 14 September 2025 by Michał Otoka

Yes, Kubeflow can be installed on your own servers. Kubeflow is an open-source machine learning (ML) toolkit designed to run on Kubernetes, a widely adopted container orchestration platform. Its design is inherently cloud-agnostic, meaning it can be deployed on a variety of infrastructures, including on-premises servers, private clouds, or public clouds such as Google Kubernetes

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Advancing in Machine Learning, Kubeflow - machine learning on Kubernetes
Tagged under: Artificial Intelligence, Deployment, Kubeflow, Kubernetes, Machine Learning, ML Ops, Model Serving, On-Premises, Open-source, Pipeline Orchestration

Does the eager mode automatically turn off when moving to a new cell in the notebook?

Friday, 12 September 2025 by Michał Otoka

The question concerns the behavior of TensorFlow's eager execution mode in interactive environments such as Jupyter notebooks, specifically regarding whether eager mode is automatically disabled when transitioning between different notebook cells. Understanding TensorFlow Eager Execution TensorFlow offers two primary modes for executing operations: graph mode (the traditional, static computational graph) and eager execution mode. Eager

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Advancing in Machine Learning, TensorFlow Eager Mode
Tagged under: Artificial Intelligence, Eager Execution, Jupyter Notebook, Machine Learning, Python Kernel, TensorFlow

Can private models, with access restricted to company collaborators, be worked on within TensorFlowHub?

Friday, 12 September 2025 by Michał Otoka

TensorFlow Hub (TF Hub) is a repository of pre-trained machine learning models designed to facilitate the sharing and reuse of model components across different projects and teams. It is widely used for distributing models for tasks such as image classification, text encoding, and other machine learning applications within the TensorFlow ecosystem. When addressing the question

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Advancing in Machine Learning, TensorFlow Hub for more productive machine learning
Tagged under: Artificial Intelligence, Collaboration, Infrastructure, Model Management, Security, TensorFlow

Is it possible to convert a model from json format back to h5?

Thursday, 11 September 2025 by Michał Otoka

The process of converting models between different serialization formats is a common requirement in the field of deep learning, particularly when moving between environments or frameworks, such as from Keras (using HDF5 files, `.h5`) to TensorFlow.js (using JSON), and vice versa. The specific question of whether it is possible to convert a model from the

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Advancing in Machine Learning, Importing Keras model into TensorFlow.js
Tagged under: Artificial Intelligence, Deep Learning, HDF5, Keras, Model Conversion, TensorFlow.js

Does the Keras library allow the application of the learning process while working on the model for continuous optimization of its performance?

Wednesday, 10 September 2025 by Michał Otoka

The Keras library, which serves as a high-level neural networks API, is widely utilized in the field of machine learning for its user-friendly interface and powerful features. It is fully compatible with backends such as TensorFlow, Theano, and Microsoft Cognitive Toolkit (CNTK). One of the fundamental aspects of machine learning is the iterative process of

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Advancing in Machine Learning, Introduction to Keras
Tagged under: Artificial Intelligence, Deep Learning, Incremental Learning, Keras, Model Optimization, Neural Networks
  • 1
  • 2
  • 3
  • 4
Home » Advancing 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

    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.