×
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

What are some common AI/ML algorithms to be used on the processed data?

Tuesday, 01 July 2025 by Teemu Koivula

In the context of Artificial Intelligence (AI) and Google Cloud Machine Learning, the processed data—meaning data that has undergone cleaning, normalization, feature extraction, and transformation—is ready for machine learning algorithms to learn patterns, make predictions, or classify information. The selection of a suitable algorithm is driven by the underlying problem, the structure and type of

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Introduction, What is machine learning
Tagged under: Artificial Intelligence, Computer Vision, Data Processing, Deep Learning, Google Cloud, Machine Learning Algorithms, Natural Language Processing, Neural Networks, Supervised Learning, Time-Series Analysis, Unsupervised Learning

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

How to configure specific Python environment with Jupyter notebook?

Monday, 02 June 2025 by Deepak Balmiki

Configuring a specific Python environment for use with Jupyter Notebook is a fundamental practice in data science, machine learning, and artificial intelligence workflows, particularly when leveraging Google Cloud Machine Learning (AI Platform) resources. This process ensures reproducibility, dependency management, and isolation of project environments. The following comprehensive guide addresses the configuration steps, rationale, and best

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Further steps in Machine Learning, Working with Jupyter
Tagged under: Artificial Intelligence, Environment Management, Google Cloud, Jupyter, Machine Learning, Python

How to use TensorFlow Serving?

Thursday, 29 May 2025 by kenlpascual

TensorFlow Serving is an open-source system developed by Google for serving machine learning models, particularly those built using TensorFlow, in production environments. Its primary purpose is to provide a flexible, high-performance serving system for deploying new algorithms and experiments while maintaining the same server architecture and APIs. This framework is widely adopted for model deployment

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, First steps in Machine Learning, Plain and simple estimators
Tagged under: Artificial Intelligence, Docker, GRPC, Model Deployment, Model Versioning, Production ML, REST API, SavedModel, TensorFlow Serving

What is Classifier.export_saved_model and how to use it?

Wednesday, 28 May 2025 by kenlpascual

The function `Classifier.export_saved_model` is a method commonly found in TensorFlow-based machine learning workflows, particularly associated with the process of deploying machine learning models to production environments, such as Google Cloud’s serverless platforms (for instance, AI Platform Prediction). Understanding this method requires familiarity with the TensorFlow framework, the SavedModel format, and the best practices for exporting

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, First steps in Machine Learning, Serverless predictions at scale
Tagged under: Artificial Intelligence, Cloud Deployment, ML Ops, Model Export, SavedModel, TensorFlow

Why is regression frequently used as a predictor?

Wednesday, 21 May 2025 by kenlpascual

Regression is commonly employed as a predictor within machine learning due to its foundational capacity to model and forecast continuous outcomes based on input features. This predictive capability is rooted in the mathematical and statistical formulation of regression analysis, which estimates the relationships among variables. In the context of machine learning, and particularly in Google

  • 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, Cloud Computing, Data Science, Prediction, Regression, Supervised Learning

Are Lagrange multipliers and quadratic programming techniques relevant for machine learning?

Wednesday, 21 May 2025 by kenlpascual

The question of whether one needs to learn Lagrange multipliers and quadratic programming techniques to be successful in machine learning depends on the depth, focus, and nature of the machine learning tasks one intends to pursue. The seven-step process of machine learning, as outlined in many introductory courses, includes defining the problem, collecting data, preparing

  • 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, Lagrange Multipliers, Machine Learning, Mathematical Foundations, Optimization, Quadratic Programming, SVM

Can more than one model be applied during the machine learning process?

Tuesday, 13 May 2025 by Mark Macedo

The question of whether more than one model can be applied during the machine learning process is highly pertinent, especially within the practical context of real-world data analysis and predictive modeling. The application of multiple models is not only feasible but is also a widely endorsed practice in both research and industry. This approach arises

  • 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, AutoML, Bias-Variance Trade-off, Data Science, Ensembling, Google Cloud, Machine Learning, Model Deployment, Model Evaluation, Model Selection

Can Machine Learning adapt which algorithm to use depending on a scenario?

Tuesday, 13 May 2025 by Mark Macedo

Machine learning (ML) is a discipline within artificial intelligence that focuses on building systems capable of learning from data and improving their performance over time without being explicitly programmed for each task. A central aspect of machine learning is algorithm selection: choosing which learning algorithm to use for a particular problem or scenario. This selection

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Introduction, What is machine learning
Tagged under: Algorithm Selection, Artificial Intelligence, AutoML, Google Cloud, Machine Learning, Meta-Learning

What is the simplest route to most basic didactic AI model training and deployment on Google AI Platform using a free tier/trial using a GUI console in a step-by-step manner for an absolute begginer with no programming background?

Sunday, 11 May 2025 by EITCA Academy

To begin training and deploying a basic AI model using the Google AI Platform via the web-based GUI, especially as an absolute beginner with no programming background, it is advisable to use Google Cloud’s Vertex AI Workbench and AutoML (now part of Vertex AI) features. These tools are specifically designed for users without coding experience

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, First steps in Machine Learning, Plain and simple estimators
Tagged under: Artificial Intelligence, AutoML, Cloud Storage, Data Science, No-Code ML, Vertex AI
  • 1
  • 2
  • 3
Home » EITC/AI/GCML Google Cloud 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 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