×
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 > Google tools for Machine Learning

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

How does one set limits on the amount of data being passed into tf.Print to avoid generating excessively long log files?

Tuesday, 07 January 2025 by Rieke Schäfer

To address the question of setting limits on the amount of data being passed into `tf.Print` in TensorFlow to prevent generating excessively long log files, it is essential to understand the functionality and limitations of the `tf.Print` operation and how it is used within the TensorFlow framework. `tf.Print` is a TensorFlow operation that is primarily

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Google tools for Machine Learning, Printing statements in TensorFlow
Tagged under: Artificial Intelligence, Data Limiting, Debugging, Log Management, TensorFlow, TensorFlow Print

What does a larger dataset actually mean?

Wednesday, 24 April 2024 by Monica Tran

A larger dataset in the realm of artificial intelligence, particularly within Google Cloud Machine Learning, refers to a collection of data that is extensive in size and complexity. The significance of a larger dataset lies in its ability to enhance the performance and accuracy of machine learning models. When a dataset is large, it contains

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Google tools for Machine Learning, Google machine learning overview
Tagged under: Artificial Intelligence, Data Science, Dataset, Google Cloud, Machine Learning

Why sessions have been removed from the TensorFlow 2.0 in favour of eager execution?

Saturday, 16 March 2024 by Irena Mesarič

In TensorFlow 2.0, the concept of sessions has been removed in favor of eager execution, as eager execution allows for immediate evaluation and easier debugging of operations, making the process more intuitive and Pythonic. This change represents a significant shift in how TensorFlow operates and interacts with users. In TensorFlow 1.x, sessions were used to

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Google tools for Machine Learning, Printing statements in TensorFlow
Tagged under: Artificial Intelligence, Eager Execution, Machine Learning, Pythonic, Sessions, TensorFlow 2.0

What is the replacement of Google Cloud Datalab now that it has been discontinued?

Monday, 25 December 2023 by Federico Bellanti

Google Cloud Datalab, a popular notebook environment for data exploration, analysis, and visualization, has indeed been discontinued. However, Google has provided an alternative solution for users who were relying on Datalab for their machine learning tasks. The recommended replacement for Google Cloud Datalab is Google Cloud AI Platform Notebooks. Google Cloud AI Platform Notebooks is

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Google tools for Machine Learning, Google Cloud Datalab - notebook in the cloud
Tagged under: Artificial Intelligence, Data Exploration, Google Cloud AI Platform Notebooks, JupyterLab, Machine Learning, Migration

Is it necessary to first upload to Google Storage (GCS) a dataset to train on it a machine learning model in the Google Cloud?

Tuesday, 14 November 2023 by Hema Gunasekaran

In the field of Artificial Intelligence and machine learning, the process of training models in the cloud involves various steps and considerations. One such consideration is the storage of the dataset used for training. While it is not an absolute requirement to upload the dataset to Google Storage (GCS) before training a machine learning model

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Google tools for Machine Learning, Google Cloud Datalab - notebook in the cloud
Tagged under: Artificial Intelligence, Data Management, Data Storage, Google Cloud Platform, Google Storage, Machine Learning

Can one employ flexibility cloud computation resources to train the machine learning models on datasets of size exceeding limits of a local computer?

Friday, 18 August 2023 by Nguyen Xuan Tung

Google Cloud Platform offers a range of tools and services that enable you to leverage the power of cloud computing for machine learning tasks. One such tool is Google Cloud Machine Learning Engine, which provides a managed environment for training and deploying machine learning models. With this service, you can easily scale your training jobs

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Google tools for Machine Learning, Google machine learning overview
Tagged under: Artificial Intelligence, Cloud Computing, Distributed Training, Google Cloud Machine Learning Engine, Google Cloud Platform, Machine Learning

How to build a model in Google Cloud Machine Learning?

Friday, 18 August 2023 by Nguyen Xuan Tung

To build a model in the Google Cloud Machine Learning Engine, you need to follow a structured workflow that involves various components. These components include preparing your data, defining your model, and training it. Let's explore each step in more detail. 1. Preparing the Data: Before creating a model, it is important to prepare your

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Google tools for Machine Learning, Google machine learning overview
Tagged under: Artificial Intelligence, Data Preparation, Google Cloud Machine Learning Engine, Model Definition, Model Deployment, Model Training, TensorFlow

What is the role of evaluation data in measuring the performance of a machine learning model?

Wednesday, 02 August 2023 by EITCA Academy

Evaluation data plays a important role in measuring the performance of a machine learning model. It provides valuable insights into how well the model is performing and helps in assessing its effectiveness in solving the given problem. In the context of Google Cloud Machine Learning and Google tools for Machine Learning, evaluation data serves as

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Google tools for Machine Learning, Google machine learning overview, Examination review
Tagged under: Artificial Intelligence, Google Cloud Machine Learning Tools, Machine Learning Evaluation, Model Performance Measurement, Model Selection, Performance Metrics

How does model selection contribute to the success of machine learning projects?

Wednesday, 02 August 2023 by EITCA Academy

Model selection is a critical aspect of machine learning projects that significantly contributes to their success. In the field of artificial intelligence, specifically in the context of Google Cloud Machine Learning and Google tools for machine learning, understanding the importance of model selection is essential for achieving accurate and reliable results. Model selection refers to

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Google tools for Machine Learning, Google machine learning overview, Examination review
Tagged under: Artificial Intelligence, Google Cloud, Hyperparameters, Machine Learning, Model Selection
  • 1
  • 2
  • 3
  • 4
Home » Google tools for 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