×
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 designated by tag: Google Cloud

Can it be used with Python to suggest how to crop an image using the method crop_hints(image, image_context)?

Saturday, 04 July 2026 by Alessandro Bartolomei

The Google Cloud Vision API provides a comprehensive suite of image analysis features, among which the Crop Hints feature stands out for its ability to suggest cropping rectangles tailored to maximize the relevance and visual appeal of an image’s content. The `crop_hints` method analyzes the visual content of an image and generates recommended cropping regions

  • Published in Artificial Intelligence, EITC/AI/GVAPI Google Vision API, Understanding images, Detecting crop hints
Tagged under: API Integration, Artificial Intelligence, Computer Vision, Google Cloud, Image Processing, Python

Is there a possibility to create a road safety model so that AI will learn good vs. bad practices/solutions for infrastructure interventions?

Thursday, 02 July 2026 by Uroš Brumec

The possibility of creating a road safety model capable of discerning good versus bad practices or solutions for infrastructure interventions is well-supported by current advancements in artificial intelligence (AI) and cloud-based machine learning (ML). Such a model can be developed and deployed using scalable, serverless architectures, such as those provided by Google Cloud’s machine learning

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, First steps in Machine Learning, Serverless predictions at scale
Tagged under: Artificial Intelligence, Explainable AI, Google Cloud, Infrastructure, Machine Learning, Road Safety, Serverless, Urban Planning

How is data training done?

Wednesday, 01 July 2026 by Karlis Kalnberzins

Data training in the context of machine learning refers to the process by which a predictive model learns to infer patterns and relationships from a dataset, enabling it to generate useful predictions or classifications for new, unseen data. This procedure forms one of the core stages in the lifecycle of a machine learning project and

  • 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 Training, Google Cloud, Machine Learning, Model Optimization, Supervised Learning

Is AI a subset of machine learning and not vice versa?

Wednesday, 24 June 2026 by Pushan Banerjee

The relationship between Artificial Intelligence (AI) and machine learning (ML) is a foundational topic in computer science, particularly in the context of modern applications such as those found in Google Cloud’s machine learning offerings. It is common to encounter confusion regarding the hierarchy and scope of these terms, particularly whether AI is a subset of

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Introduction, What is machine learning
Tagged under: Artificial Intelligence, Deep Learning, Expert Systems, Google Cloud, Machine Learning

What does the training process involve?

Sunday, 14 June 2026 by Ewa Orlewska

The training process in artificial intelligence, particularly when utilizing Google Cloud’s machine learning tools, encompasses a series of methodical steps designed to enable a model to learn from data and make accurate predictions or classifications. The process consists of several stages, each involving a combination of data management, model selection, configuration, execution, monitoring, and evaluation.

  • 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, Data Preparation, Data Science, Google Cloud, Hyperparameter Tuning, Machine Learning, Model Deployment, Model Evaluation, Model Training, Vertex AI

How to create a program to predict possible failures in a car? What programming language and libraries to use? And what algorithm to use?

Wednesday, 10 June 2026 by António Gomes

Creating a program to predict possible failures in a car using machine learning is a task that combines data acquisition, preprocessing, algorithm selection, model building, evaluation, and deployment. This process benefits from a solid understanding of both automotive systems and machine learning concepts. The following explanation details each step, from the selection of programming languages

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Introduction, What is machine learning
Tagged under: Artificial Intelligence, Automotive Engineering, Data Science, Google Cloud, Machine Learning, Predictive Maintenance, Python, Random Forest, Vertex AI

What can I use instead of Google Cloud Datalab?

Tuesday, 09 June 2026 by Laercio Teixeira

When seeking alternatives to Google Cloud Datalab for cloud-based interactive notebook environments, several robust options are available, each tailored to different workflow requirements in data science and machine learning. Google Cloud Datalab was a popular tool that combined a Jupyter Notebook-based interface with direct integration into Google Cloud Platform (GCP) services, making it convenient for

  • 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 Science, Google Cloud, Jupyter, Notebooks, Vertex AI

What is better, Anaconda or Miniconda?

Saturday, 06 June 2026 by Laercio Teixeira

When selecting a Python package manager in the context of artificial intelligence workflows, particularly those deployed or developed with Google Cloud Machine Learning, the choice between Anaconda and Miniconda has practical consequences for environment management, reproducibility, resource utilization, and deployment strategies. Both Anaconda and Miniconda are open-source distributions that rely on the conda package and

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Further steps in Machine Learning, Choosing Python package manager
Tagged under: Artificial Intelligence, Cloud Deployment, Conda, Data Science, Docker, Environment Management, Google Cloud, Machine Learning, Python

Can I use Pandas to manipulate data like SQL? What is more efficient?

Saturday, 06 June 2026 by Laercio Teixeira

The question of whether Pandas can be used to manipulate data in a manner similar to SQL, and which approach offers greater efficiency, is highly relevant for practitioners working with data in the context of machine learning, particularly when using Google Cloud Machine Learning services and Python-based data wrangling workflows. A thorough understanding of both

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Further steps in Machine Learning, Data wrangling with pandas (Python Data Analysis Library)
Tagged under: Artificial Intelligence, BigQuery, Data Wrangling, Google Cloud, Machine Learning, Pandas, Python, SQL

How can we automate from a linear to a DNN classifier to speed up accuracy?

Saturday, 06 June 2026 by Laercio Teixeira

Transitioning from a linear classifier to a deep neural network (DNN) classifier in machine learning, particularly for applications within the fashion industry using Google Cloud’s machine learning services, requires a systematic and automated approach. This process blends advances in model architecture, computational efficiency, and cloud-based tooling to enhance predictive accuracy and scalability. The following explanation

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Further steps in Machine Learning, Machine learning use case in fashion
Tagged under: Artificial Intelligence, Automation, Data Preprocessing, DNN, Fashion Classification, Google Cloud, Hyperparameter Tuning, Linear Classifier, Machine Learning Pipeline, Model Deployment, Vertex AI
  • 1
  • 2
  • 3
Home

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

    We care about your privacy

    EITCI uses cookies and similar technologies to keep this site secure, remember your choices, provide personalized experience, measure the traffic, serve more relevant content and certification programmes. You can accept all cookies or customize your preferences. Cookies are variables used to store website specific information on your device to facilitate processing of data for personalized website visit, such as login to your account, accessing the programmes, placing enrolment orders in chosen programmes and improving your EITC certification journey. You can change or withdraw your consent at any time by clicking the Consent Preferences button at the left-bottom of your screen. We respect your choices and are committed to providing you with a transparent and secure browsing experience, which may be limited when cookies aren't accepted. For more details refer to the Privacy Policy
    Customize Consent Preferences
    We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.
    The cookies categorized as Necessary are stored on your browser as they are essential for enabling the basic functionalities of the site.
    To learn more about how Google processes personal information, visit: Google privacy policy

    Necessary

    Always Active

    Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.

    Functional

    Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.

    Preferences

    Stores personalization choices such as interface preferences.

    External media and social features

    Allows embedded video, social, chat, and external interactive services that may set their own cookies. Keep off until the user chooses these features.

    Analytics

    Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.

    Marketing and conversions

    Advertisement cookies are used to provide visitors with customized advertisements based on the pages you visited previously and to analyze the effectiveness of the ad campaigns.

    CHAT WITH SUPPORT
    Do you have any questions?
    Attach files with the paperclip or paste screenshots into the message box (Ctrl+V). Max 5 file(s), 10 MB each.
    We will reply here and by email. Your conversation is tracked with a support token.