×
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: Model Deployment

How to practically train and deploy simple AI model in Google Cloud AI Platform via the GUI interface of GCP console in a step-by-step tutorial?

Sunday, 11 May 2025 by EITCA Academy

Google Cloud AI Platform offers a comprehensive environment to build, train, and deploy machine learning models at scale, utilizing the robust infrastructure of Google Cloud. Utilizing the GUI of the Google Cloud Console, users can orchestrate workflows for model development without needing to interact directly with command-line tools. The step-by-step tutorial below demonstrates how to

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Further steps in Machine Learning, Distributed training in the cloud
Tagged under: Artificial Intelligence, Cloud Storage, GCP, MLOps, Model Deployment, Vertex AI

What are the main requirements and the simplest methods for creating a natural language processing model? How can one create such a model using available tools?

Sunday, 11 May 2025 by Mohammed Khaled

Creating a natural language model involves a multi-step process that combines linguistic theory, computational methods, data engineering, and machine learning best practices. The requirements, methodologies, and tools available today provide a flexible environment for experimentation and deployment, especially on platforms like Google Cloud. The following explanation addresses the main requirements, the simplest methods for natural

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Further steps in Machine Learning, Natural language generation
Tagged under: Artificial Intelligence, Data Science, Google Cloud, Jupyter Notebook, Machine Learning, Model Deployment, Neural Networks, NLP

How to apply the 7 steps of ML in an example context?

Sunday, 23 February 2025 by Ana Abade

Applying the seven steps of machine learning provides a structured approach to developing machine learning models, ensuring a systematic process that can be followed from problem definition to deployment. This framework is beneficial for both beginners and experienced practitioners, as it helps in organizing the workflow and ensuring that no critical step is overlooked. Here,

  • 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 Science, Google Cloud, Machine Learning, Model Deployment, Regression Analysis

How to use Fashion-MNIST dataset in Google Cloud Machine Learning / AI Platform?

Monday, 21 October 2024 by Mirek Hermut

Fashion-MNIST is a dataset of Zalando's article images, consisting of a training set of 60,000 examples and a test set of 10,000 examples. Each example is a 28×28 grayscale image, associated with a label from 10 classes. The dataset serves as a direct drop-in replacement for the original MNIST dataset for benchmarking machine learning algorithms,

  • 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, Convolutional Neural Networks, Data Preprocessing, Fashion MNIST, Google Cloud AI Platform, Model Deployment

What are some more detailed phases of machine learning?

Wednesday, 18 September 2024 by zoran_tm

The phases of machine learning represent a structured approach to developing, deploying, and maintaining machine learning models. These phases ensure that the machine learning process is systematic, reproducible, and scalable. The following sections provide a comprehensive overview of each phase, detailing the key activities and considerations involved. 1. Problem Definition and Data Collection Problem Definition

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Introduction, What is machine learning
Tagged under: Artificial Intelligence, Data Preparation, Hyperparameter Tuning, Machine Learning, Model Deployment, Model Evaluation, Model Training

In TensorFlow 2.0 and later, sessions are no longer used directly. Is there any reason to use them?

Monday, 29 April 2024 by ankarb

In TensorFlow 2.0 and later versions, the concept of sessions, which was a fundamental element in earlier versions of TensorFlow, has been deprecated. Sessions were used in TensorFlow 1.x to execute graphs or parts of graphs, allowing control over when and where the computation happens. However, with the introduction of TensorFlow 2.0, eager execution became

  • Published in Artificial Intelligence, EITC/AI/DLTF Deep Learning with TensorFlow, TensorFlow, TensorFlow basics
Tagged under: Artificial Intelligence, Deep Learning, LEGACY SYSTEMS, Model Deployment, Sessions, TensorFlow 2.0

Is TensorFlow lite for Android used for inference only or can it be used also for training?

Monday, 08 April 2024 by ankarb

TensorFlow Lite for Android is a lightweight version of TensorFlow specifically designed for mobile and embedded devices. It is primarily used for running pre-trained machine learning models on mobile devices to perform inference tasks efficiently. TensorFlow Lite is optimized for mobile platforms and aims to provide low latency and a small binary size to enable

  • Published in Artificial Intelligence, EITC/AI/TFF TensorFlow Fundamentals, Programming TensorFlow, TensorFlow Lite for Android
Tagged under: Artificial Intelligence, Inference, Machine Learning, Mobile Development, Model Deployment, TensorFlow

How can one start making AI models in Google Cloud for serverless predictions at scale?

Tuesday, 19 March 2024 by JFG

To embark on the journey of creating artificial intelligence (AI) models using Google Cloud Machine Learning for serverless predictions at scale, one must follow a structured approach that encompasses several key steps. These steps involve understanding the basics of machine learning, familiarizing oneself with Google Cloud's AI services, setting up a development environment, preparing and

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, First steps in Machine Learning, Serverless predictions at scale
Tagged under: AI Development, Artificial Intelligence, Data Preparation, Google Cloud Platform, Machine Learning Basics, Model Deployment

How does one implement an AI model that does machine learning?

Thursday, 14 March 2024 by Gabriel Santa Cruz Villazon

To implement an AI model that performs machine learning tasks, one must understand the fundamental concepts and processes involved in the machine learning. Machine learning (ML) is a subset of artificial intelligence (AI) that enables systems to learn and improve from experience without being explicitly programmed. Google Cloud Machine Learning provides a platform and tools

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Introduction, What is machine learning
Tagged under: AI, Artificial Intelligence, Google Cloud, Machine Learning, Model Deployment, Programming

Machine learning algorithms can learn to predict or classify new, unseen data. What does the design of predictive models of unlabeled data involve?

Thursday, 24 August 2023 by Wojciech Cieslisnki

The design of predictive models for unlabeled data in machine learning involves several key steps and considerations. Unlabeled data refers to data that does not have predefined target labels or categories. The goal is to develop models that can accurately predict or classify new, unseen data based on patterns and relationships learned from the available

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Introduction, What is machine learning
Tagged under: Artificial Intelligence, Data Preprocessing, Feature Extraction, Machine Learning, Model Deployment, Model Evaluation, Model Selection, Model Training, Predictive Models, Unlabeled Data
  • 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 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