×
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: Data Preprocessing

What specific vulnerabilities does the bag-of-words model present against adversarial attacks or data manipulation, and what practical countermeasures do you recommend implementing?

Wednesday, 03 December 2025 by JOSE ALFONSIN PENA

The bag-of-words (BoW) model is a foundational technique in natural language processing (NLP) that represents text as an unordered collection of words, disregarding grammar, word order, and, typically, word structure. Each document is converted into a vector based on word occurrence, often using either raw counts or term frequency-inverse document frequency (TF-IDF) values. Despite its

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Expertise in Machine Learning, Natural language processing - bag of words
Tagged under: Adversarial Attacks, Artificial Intelligence, Bag-of-Words, Data Preprocessing, Feature Engineering, NLP, Security, Text Classification

How would you design a data poisoning attack on the Quick, Draw! dataset by inserting invisible or redundant vector strokes that a human would not detect, but that would systematically induce the model to confuse one class with another?

Saturday, 01 November 2025 by JOSE ALFONSIN PENA

Designing a data poisoning attack on the Quick, Draw! dataset, specifically by inserting invisible or redundant vector strokes, requires a multifaceted understanding of how vector-based sketch data is represented, how convolutional and recurrent neural networks process such data, and how imperceptible modifications can manipulate a model’s decision boundaries without alerting human annotators or users. Understanding

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Google tools for Machine Learning, Google Quick Draw - doodle dataset
Tagged under: Adversarial Attacks, Artificial Intelligence, Computer Vision, Data Poisoning, Data Preprocessing, Neural Networks

What are the first steps to prepare for using Google Cloud ML tools to detect content changes on websites?

Thursday, 17 July 2025 by Aleksandra Magnuszewska

To effectively use Google Cloud Machine Learning (GCP ML) tools for detecting content changes on websites, one must undertake a series of well-defined preparatory steps. This process integrates principles of machine learning, web data collection, cloud-based architecture, and data engineering. Each step is foundational to ensure that the subsequent application of machine learning models yields

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Introduction, What is machine learning
Tagged under: Artificial Intelligence, Cloud Storage, Compliance, Content Change Detection, Data Engineering, Data Preprocessing, Google Cloud, Machine Learning, Project Management, Vertex AI, Web Scraping

Are the algorithms and predictions based on the inputs from the human side?

Sunday, 11 May 2025 by Mohammed Khaled

The relationship between human-provided inputs and machine learning algorithms, particularly in the domain of natural language generation (NLG), is deeply interconnected. This interaction reflects the foundational principles of how machine learning models are trained, evaluated, and deployed, especially within platforms such as Google Cloud Machine Learning. To address the question, it is necessary to distinguish

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Further steps in Machine Learning, Natural language generation
Tagged under: Artificial Intelligence, Data Annotation, Data Preprocessing, Google Cloud, Human-in-the-Loop, Machine Learning, Model Evaluation, Model Governance, NLG, Prompt Engineering, Supervised Learning

What are the main challenges encountered during the data preprocessing step in machine learning, and how can addressing these challenges improve the effectiveness of a model?

Saturday, 26 April 2025 by Mohammed Khaled

The data preprocessing step in machine learning is a critical phase that significantly impacts the performance and effectiveness of a model. It involves transforming raw data into a clean and usable format, ensuring that the machine learning algorithms can process the data effectively. Addressing the challenges encountered during this step can lead to improved model

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, First steps in Machine Learning, Plain and simple estimators
Tagged under: Artificial Intelligence, Data Imbalance, Data Integration, Data Preprocessing, Data Quality, Feature Engineering

What is a regression task?

Monday, 14 April 2025 by dstevenart

A regression task in the field of machine learning, particularly within the context of artificial intelligence, involves predicting a continuous output variable based on one or more input variables. This type of task is fundamental to machine learning and is used when the goal is to predict quantities, such as predicting house prices, stock market

  • 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 Preprocessing, Machine Learning, Model Training, Predictive Analytics, Regression

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 to prepare and clean data before training?

Saturday, 18 January 2025 by Jenni Hopeela

In the field of machine learning, particularly when working with platforms such as Google Cloud Machine Learning, preparing and cleaning data is a critical step that directly impacts the performance and accuracy of the models you develop. This process involves several phases, each designed to ensure that the data used for training is of high

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Introduction, What is machine learning
Tagged under: Artificial Intelligence, BigQuery, Data Augmentation, Data Cleaning, Data Integration, Data Preparation, Data Preprocessing, Data Transformation, Feature Engineering, Google Cloud, Machine Learning

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

Are there any automated tools for preprocessing own datasets before these can be effectively used in a model training?

Friday, 11 October 2024 by Mirek Hermut

In the domain of deep learning and artificial intelligence, particularly when working with Python, TensorFlow, and Keras, preprocessing your datasets is a important step before feeding them into a model for training. The quality and structure of your input data significantly influence the performance and accuracy of the model. This preprocessing can be a complex

  • Published in Artificial Intelligence, EITC/AI/DLPTFK Deep Learning with Python, TensorFlow and Keras, Data, Loading in your own data
Tagged under: Artificial Intelligence, AutoML, Data Preprocessing, Keras, Machine Learning, TensorFlow
  • 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 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
    Do you have any questions?