×
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: NumPy

I have Python 3.14. Do I need to downgrade to version 3.10?

Friday, 02 January 2026 by Adrian Rosianu

When working with machine learning on Google Cloud (or similar cloud or local environments) and utilizing Python, the specific Python version in use can have significant implications, particularly regarding compatibility with widely-used libraries and cloud-managed services. You mentioned using Python 3.14 and are inquiring about the necessity of downgrading to Python 3.10 for your work

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, First steps in Machine Learning, Plain and simple estimators
Tagged under: Artificial Intelligence, Compatibility, Environment Management, Google Cloud, Machine Learning, NumPy, Pandas, Python, Scikit-learn

How do Keras and TensorFlow work together with Pandas and NumPy?

Wednesday, 24 December 2025 by Andrew Eliasz

Keras and TensorFlow, two well-integrated libraries in the machine learning ecosystem, are often used together with Pandas and NumPy, which provide robust tools for data manipulation and numerical computation. Understanding how these libraries interact is critical for those embarking on machine learning projects, especially when using Google Cloud Machine Learning services or similar platforms. Keras

  • 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 Preparation, Data Preprocessing, Keras, Machine Learning Workflow, Model Training, NumPy, Pandas, Python Libraries, TensorFlow

Why is JAX faster than NumPy?

Thursday, 27 November 2025 by MIRNA HANŽEK

JAX achieves higher performance compared to NumPy due to its advanced compilation techniques, hardware acceleration capabilities, and functional programming paradigms. The performance gap arises from both architectural differences and the way JAX interacts with modern computing hardware, particularly accelerators like GPUs and TPUs. 1. Architecture and Execution Model NumPy is fundamentally a library for high-performance

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Google Cloud AI Platform, Introduction to JAX
Tagged under: Artificial Intelligence, GPU, Hardware Acceleration, JAX, JIT Compilation, NumPy, Operation Fusion, Parallelization, TPU, XLA

Is NumPy, the numerical processing library of Python, designed to run on a GPU?

Saturday, 15 June 2024 by dkarayiannakis

NumPy, a cornerstone library in the Python ecosystem for numerical computations, has been widely adopted across various domains such as data science, machine learning, and scientific computing. Its comprehensive suite of mathematical functions, ease of use, and efficient handling of large datasets make it an indispensable tool for developers and researchers alike. However, one of

  • Published in Artificial Intelligence, EITC/AI/DLPP Deep Learning with Python and PyTorch, Advancing with deep learning, Computation on the GPU
Tagged under: Artificial Intelligence, CuPy, GPU, NumPy, PyTorch, TensorFlow

Can PyTorch be compared to NumPy running on a GPU with some additional functions?

Thursday, 14 March 2024 by Dimitrios Efstathiou

PyTorch and NumPy are both widely used libraries in the field of artificial intelligence, particularly in deep learning applications. While both libraries offer functionalities for numerical computations, there are significant differences between them, especially when it comes to running computations on a GPU and the additional functions they provide. NumPy is a fundamental library for

  • Published in Artificial Intelligence, EITC/AI/DLPP Deep Learning with Python and PyTorch, Introduction, Introduction to deep learning with Python and Pytorch
Tagged under: Artificial Intelligence, Deep Learning, GPU Computing, Neural Networks, NumPy, PyTorch

Can PyTorch can be compared to NumPy running on a GPU with some additional functions?

Wednesday, 13 March 2024 by Dimitrios Efstathiou

PyTorch can indeed be compared to NumPy running on a GPU with additional functions. PyTorch is an open-source machine learning library developed by Facebook's AI Research lab that provides a flexible and dynamic computational graph structure, making it particularly suitable for deep learning tasks. NumPy, on the other hand, is a fundamental package for scientific

  • Published in Artificial Intelligence, EITC/AI/DLPP Deep Learning with Python and PyTorch, Introduction, Introduction to deep learning with Python and Pytorch
Tagged under: Artificial Intelligence, Deep Learning, GPU Acceleration, Neural Networks, NumPy, PyTorch

What are the differences in operating PyTorch tensors on CUDA GPUs and operating NumPy arrays on CPUs?

Monday, 21 August 2023 by EITCA Academy

To consider the differences between operating PyTorch tensors on CUDA GPUs and operating NumPy arrays on CPUs, it is important to first understand the fundamental distinctions between these two libraries and their respective computational environments. PyTorch and CUDA: PyTorch is an open-source machine learning library that provides tensor computation with strong GPU acceleration. CUDA (Compute

  • Published in Artificial Intelligence, EITC/AI/DLPP Deep Learning with Python and PyTorch, Advancing with deep learning, Computation on the GPU, Examination review
Tagged under: Artificial Intelligence, CUDA, GPU, Neural Networks, NumPy, PyTorch

How can we import the necessary libraries for creating training data?

Tuesday, 08 August 2023 by EITCA Academy

To create a chatbot with deep learning using Python and TensorFlow, it is essential to import the necessary libraries for creating training data. These libraries provide the tools and functions required to preprocess, manipulate, and organize the data in a format suitable for training a chatbot model. One of the fundamental libraries for deep learning

  • Published in Artificial Intelligence, EITC/AI/DLTF Deep Learning with TensorFlow, Creating a chatbot with deep learning, Python, and TensorFlow, Database to training data, Examination review
Tagged under: Artificial Intelligence, NLTK, NumPy, Pandas, Scikit-learn, TensorFlow

What is the purpose of saving the image data to a numpy file?

Tuesday, 08 August 2023 by EITCA Academy

Saving image data to a numpy file serves a important purpose in the field of deep learning, specifically in the context of preprocessing data for a 3D convolutional neural network (CNN) used in the Kaggle lung cancer detection competition. This process involves converting image data into a format that can be efficiently stored and manipulated

  • Published in Artificial Intelligence, EITC/AI/DLTF Deep Learning with TensorFlow, 3D convolutional neural network with Kaggle lung cancer detection competiton, Preprocessing data, Examination review
Tagged under: 3D Convolutional Neural Network, Artificial Intelligence, Deep Learning, Image Data, NumPy, Preprocessing

What libraries do we need to import for visualizing the lung scans in the Kaggle lung cancer detection competition?

Tuesday, 08 August 2023 by EITCA Academy

To visualize the lung scans in the Kaggle lung cancer detection competition using a 3D convolutional neural network with TensorFlow, we need to import several libraries. These libraries provide the necessary tools and functions to load, preprocess, and visualize the lung scan data. 1. TensorFlow: TensorFlow is a popular deep learning library that provides a

  • Published in Artificial Intelligence, EITC/AI/DLTF Deep Learning with TensorFlow, 3D convolutional neural network with Kaggle lung cancer detection competiton, Visualizing, Examination review
Tagged under: Artificial Intelligence, Matplotlib, NumPy, OpenCV, PIL, Pydicom, SimpleITK, TensorFlow
  • 1
  • 2
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
    CHAT WITH SUPPORT
    Do you have any questions?
    We will reply here and by email. Your conversation is tracked with a support token.