×
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

SIGN IN YOUR ACCOUNT TO HAVE ACCESS TO DIFFERENT FEATURES

CREATE AN ACCOUNT FORGOT YOUR PASSWORD?

FORGOT YOUR DETAILS?

AAH, WAIT, I REMEMBER NOW!

CREATE ACCOUNT

ALREADY HAVE AN ACCOUNT?
EUROPEAN INFORMATION TECHNOLOGIES CERTIFICATION ACADEMY - ATTESTING YOUR PROFESSIONAL DIGITAL SKILLS
  • SIGN UP
  • LOGIN
  • SUPPORT

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 > Further steps in Machine Learning

What does serving a model mean?

Tuesday, 15 August 2023 by Brian Buckley

Serving a model in the context of Artificial Intelligence (AI) refers to the process of making a trained model available for making predictions or performing other tasks in a production environment. It involves deploying the model to a server or cloud infrastructure where it can receive input data, process it, and generate the desired output.

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Further steps in Machine Learning, Big data for training models in the cloud
Tagged under: AI Deployment, API, Artificial Intelligence, Cloud Infrastructure, Machine Learning Pipeline, Model Serving

What factors should be considered when choosing between virtualenv and Anaconda for managing Python packages?

Wednesday, 02 August 2023 by EITCA Academy

When it comes to managing Python packages for machine learning projects, there are two popular options to consider: virtualenv and Anaconda. Both tools serve the purpose of isolating Python environments and managing packages, but they have distinct features and use cases that should be considered before making a choice. In this answer, we will explore

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Further steps in Machine Learning, Choosing Python package manager, Examination review
Tagged under: Anaconda, Artificial Intelligence, Machine Learning, Package Management, Python, Virtualenv

What is the role of pyenv in managing virtualenv and Anaconda environments?

Wednesday, 02 August 2023 by EITCA Academy

Pyenv is a powerful tool that plays a important role in managing virtual environments and Anaconda environments in the context of Artificial Intelligence (AI) development, specifically in the Google Cloud Machine Learning platform. It provides a convenient and efficient way to manage different versions of Python, as well as the associated packages and dependencies required

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Further steps in Machine Learning, Choosing Python package manager, Examination review
Tagged under: AI Development, Anaconda, Artificial Intelligence, Pyenv, Python Versions, Virtual Environment

What are the differences between virtualenv and Anaconda in terms of package management?

Wednesday, 02 August 2023 by EITCA Academy

Virtualenv and Anaconda are two popular tools used in the field of Python package management. While both serve the purpose of creating isolated environments for Python projects, there are some key differences between them. Virtualenv is a lightweight and widely used tool for creating isolated Python environments. It allows users to create multiple virtual environments,

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Further steps in Machine Learning, Choosing Python package manager, Examination review
Tagged under: Anaconda, Artificial Intelligence, Package Management, Python, Python Packages, Virtualenv

What is the purpose of using virtualenv or Anaconda when managing Python packages?

Wednesday, 02 August 2023 by EITCA Academy

When managing Python packages, it is essential to use tools like virtualenv or Anaconda to ensure a controlled and isolated environment for your projects. These tools serve the purpose of creating separate Python environments, each with its own set of packages and dependencies, enabling you to manage and organize your project's dependencies effectively. Virtualenv is

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Further steps in Machine Learning, Choosing Python package manager, Examination review
Tagged under: Anaconda, Artificial Intelligence, Package Management, Python Environment, Python Packages, Virtualenv

What is Pip and what is its role in managing Python packages?

Wednesday, 02 August 2023 by EITCA Academy

Pip, short for "Pip Installs Packages," is a package management system used in Python to install and manage third-party libraries and modules. It is a powerful tool that simplifies the process of installing, upgrading, and removing Python packages, making it an essential component in managing Python packages. The primary role of Pip is to provide

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Further steps in Machine Learning, Choosing Python package manager, Examination review
Tagged under: Artificial Intelligence, Dependency Management, Package Installation, Package Management, Python Libraries, Python Package Manager

What is the purpose of markdown support in Jupyter notebooks?

Wednesday, 02 August 2023 by EITCA Academy

Markdown support in Jupyter notebooks serves a important purpose in facilitating the creation of interactive and visually appealing documents. Jupyter notebooks are widely used for data exploration, analysis, and communication of findings, making markdown an essential tool for effectively conveying information. Markdown is a lightweight markup language that allows users to format text, add images,

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Further steps in Machine Learning, Working with Jupyter, Examination review
Tagged under: Artificial Intelligence, Images, Jupyter Notebooks, LaTeX Syntax, Lightweight Markup Language, Markdown Support, Mathematical Equations, Organization, Rich Media, Structured Documents, Tables, Videos

How do you add new cells in a Jupyter notebook?

Wednesday, 02 August 2023 by EITCA Academy

To add new cells in a Jupyter notebook, you can utilize the user-friendly interface and a set of keyboard shortcuts provided by Jupyter. These shortcuts are designed to enhance your productivity and streamline your workflow. In this answer, we will explore the various ways to add new cells in a Jupyter notebook, including both the

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Further steps in Machine Learning, Working with Jupyter, Examination review
Tagged under: Artificial Intelligence, Cell Insertion, Command Mode, Edit Mode, Jupyter Notebook, Keyboard Shortcuts

How can you access function documentation in Jupyter notebooks?

Wednesday, 02 August 2023 by EITCA Academy

To access function documentation in Jupyter notebooks, you can make use of the built-in help system provided by Python. This system allows you to retrieve information about any function or module, including details on its usage, parameters, and return values. By accessing the function documentation, you can gain a deeper understanding of how to use

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Further steps in Machine Learning, Working with Jupyter, Examination review
Tagged under: Artificial Intelligence, Autocomplete, Function Documentation, Help(), Jupyter Notebooks, Python, Question Mark

How do you start a Jupyter notebook locally?

Wednesday, 02 August 2023 by EITCA Academy

To start a Jupyter notebook locally, you need to follow a few steps. Jupyter notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations, and narrative text. It is widely used in the field of Artificial Intelligence (AI) and machine learning for interactive data exploration,

  • Published in Artificial Intelligence, EITC/AI/GCML Google Cloud Machine Learning, Further steps in Machine Learning, Working with Jupyter, Examination review
Tagged under: AI, Artificial Intelligence, Jupyter Notebook, Local Installation, Machine Learning, Python
  • 1
  • 2
  • 3
  • 4
Home » Further steps in Machine Learning

Certification Center

USER MENU

  • My Account

CERTIFICATE CATEGORY

  • EITC Certification (106)
  • 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 (Reddit publ.)
  • About
  • Contact
  • Cookie Policy (EU)

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.

    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 Twitter
    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), governed by the EITCI Institute 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
    Follow @EITCI
    EITCA Academy

    Your browser doesn't support the HTML5 CANVAS tag.

    • Quantum Information
    • Web Development
    • Cybersecurity
    • Artificial Intelligence
    • Cloud Computing
    • GET SOCIAL
    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.