×
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 > First steps in Machine Learning > Deep neural networks and estimators

What are the rules of thumb for adopting a specific machine learning strategy and model?

Friday, 17 January 2025 by Alberto Della Libera

When considering adoption of a specific strategy in the field of machine learning, particularly when utilizing deep neural networks and estimators within the Google Cloud Machine Learning environment, several foundational rules of thumb and parameters should be considered. These guidelines help determine the appropriateness and potential success of a chosen model or strategy, ensuring that

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, First steps in Machine Learning, Deep neural networks and estimators
Tagged under: Artificial Intelligence, Data Science, Google Cloud, Machine Learning, Model Selection, Neural Networks

Which parameters indicate that it's time to switch from a linear model to deep learning?

Friday, 17 January 2025 by Alberto Della Libera

Determining when to transition from a linear model to a deep learning model is an important decision in the field of machine learning and artificial intelligence. This decision hinges on a multitude of factors that include the complexity of the task, the availability of data, computational resources, and the performance of the existing model. Linear

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, First steps in Machine Learning, Deep neural networks and estimators
Tagged under: Artificial Intelligence, Deep Learning, Linear Models, Machine Learning, Model Selection, Neural Networks

What tools exists for XAI (Explainable Artificial Intelligence)?

Tuesday, 07 January 2025 by remi cazelles

Explainable Artificial Intelligence (XAI) is a important aspect of modern AI systems, particularly in the context of deep neural networks and machine learning estimators. As these models become increasingly complex and are deployed in critical applications, understanding their decision-making processes becomes imperative. XAI tools and methodologies aim to provide insights into how models make predictions,

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, First steps in Machine Learning, Deep neural networks and estimators
Tagged under: Artificial Intelligence, Deep Learning, Explainability, Google Cloud AI, LIME, Machine Learning, Model Interpretability, PyTorch, SHAP, TensorFlow, XAI

Can deep learning be interpreted as defining and training a model based on a deep neural network (DNN)?

Tuesday, 14 November 2023 by Hema Gunasekaran

Deep learning can indeed be interpreted as defining and training a model based on a deep neural network (DNN). Deep learning is a subfield of machine learning that focuses on training artificial neural networks with multiple layers, also known as deep neural networks. These networks are designed to learn hierarchical representations of data, enabling them

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, First steps in Machine Learning, Deep neural networks and estimators
Tagged under: Artificial Intelligence, Deep Learning, Google Cloud, Machine Learning, Neural Networks

Does Google’s TensorFlow framework enable to increase the level of abstraction in development of machine learning models (e.g. with replacing coding with configuration)?

Saturday, 11 November 2023 by Hema Gunasekaran

The Google TensorFlow framework indeed enables developers to increase the level of abstraction in the development of machine learning models, allowing for the replacement of coding with configuration. This feature provides a significant advantage in terms of productivity and ease of use, as it simplifies the process of building and deploying machine learning models. One

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, First steps in Machine Learning, Deep neural networks and estimators
Tagged under: Abstraction, Artificial Intelligence, Coding, Configuration, Development, Machine Learning, TensorFlow

Is it correct that if dataset is large one needs less of evaluation, which means that the fraction of the dataset used for evaluation can be decreased with increased size of the dataset?

Saturday, 11 November 2023 by Hema Gunasekaran

In the field of machine learning, the size of the dataset plays a important role in the evaluation process. The relationship between dataset size and evaluation requirements is complex and depends on various factors. However, it is generally true that as the dataset size increases, the fraction of the dataset used for evaluation can be

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, First steps in Machine Learning, Deep neural networks and estimators
Tagged under: Artificial Intelligence, Dataset Size, Evaluation, Generalization, Machine Learning, Overfitting

Can one easily control (by adding and removing) the number of layers and number of nodes in individual layers by changing the array supplied as the hidden argument of the deep neural network (DNN)?

Saturday, 11 November 2023 by Hema Gunasekaran

In the field of machine learning, specifically deep neural networks (DNNs), the ability to control the number of layers and nodes within each layer is a fundamental aspect of model architecture customization. When working with DNNs in the context of Google Cloud Machine Learning, the array supplied as the hidden argument plays a important role

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, First steps in Machine Learning, Deep neural networks and estimators
Tagged under: Artificial Intelligence, Deep Neural Networks, Google Cloud, Hidden Layers, Machine Learning, Model Architecture

How to recognize that model is overfitted?

Thursday, 07 September 2023 by Przemysław Augustyniak

To recognize if a model is overfitted, one must understand the concept of overfitting and its implications in machine learning. Overfitting occurs when a model performs exceptionally well on the training data but fails to generalize to new, unseen data. This phenomenon is detrimental to the model's predictive ability and can lead to poor performance

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, First steps in Machine Learning, Deep neural networks and estimators
Tagged under: Artificial Intelligence, Deep Learning, Machine Learning, Neural Networks, Overfitting, Regularization

What are neural networks and deep neural networks?

Thursday, 24 August 2023 by Wojciech Cieslisnki

Neural networks and deep neural networks are fundamental concepts in the field of artificial intelligence and machine learning. They are powerful models inspired by the structure and functionality of the human brain, capable of learning and making predictions from complex data. A neural network is a computational model composed of interconnected artificial neurons, also known

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, First steps in Machine Learning, Deep neural networks and estimators
Tagged under: Artificial Intelligence, Convolutional Neural Networks, Deep Neural Networks, Machine Learning, Neural Networks, Recurrent Neural Networks

Why are deep neural networks called deep?

Friday, 18 August 2023 by Nguyen Xuan Tung

Deep neural networks are called "deep" because of their multiple layers, rather than the number of nodes. The term "deep" refers to the depth of the network, which is determined by the number of layers it has. Each layer consists of a set of nodes, also known as neurons, which perform computations on the input

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, First steps in Machine Learning, Deep neural networks and estimators
Tagged under: Artificial Intelligence, Deep Neural Networks, Expressive Power, Hierarchical Representations, Image Classification, Neural Network Depth
  • 1
  • 2
Home » Deep neural networks and estimators

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