Certiport - Artificial Intelligence

Dauer

Dauer:

Nur 2 Tage

Methode

Methode:

Klassenraum / Online / Hybrid

nächster Termin

nächster Termin:

24.6.2024 (Montag)

Overview

This accelerated CertiPort Artificial Intelligence, Information Technology Specialist program is a way for students validate entry level IT skills sought after by employers. The IT Specialist program is aimed at candidates who are considering or just beginning a path to a career in information technology.

At the end of this course, you’ll achieve your CertiPort Artificial Intelligence certification.

Through Firebrand’s Lecture | Lab | Review methodology you’ll certify at twice the speed of traditional training and get access to courseware, learn from certified instructors, and train in a distraction-free environment.

 

40% faster

Distraction-free environment

Audience

Candidates for this exam are AI enabled learners and are prepared for the professional use of AI by understanding how AI can be used to solve problems.

Benefits

In einem Firebrand Intensiv-Training profitieren Sie von folgenden Vorteilen:

  • Zwei Optionen - Präsenz- oder Onlinetraining
  • Ablenkungsfreie Lernumgebung
  • Eigene Trainings- und Prüfungszentren (Pearson VUE Select Partner)
  • Effektives Training mit praktischen Übungseinheiten und intensiver Betreuung durch unsere Trainer
  • Umfassendes Leistungspaket mit allem, was Sie benötigen, um Ihre Zertifizierung zu erhalten, inklusive unserer Firebrand Leistungsgarantie.

Curriculum

CertiPort Artificial Intelligence

  1. AI Problem Definition

1.1 Identify the problem we are trying to solve using AI (e.g., user segmentation, improving customer service) • Identify the need that will be addressed

• Find out what information comes in and what output is expected

• Determine whether AI is called for

• Consider upsides and downsides of AI in the situation

• Define measurable success

• Benchmark against domain or organization-specific risks to which the project may be susceptible

1.2 Classify the problem (e.g., regression, unsupervised learning)

• Examine available data (labeled or unlabeled?) and the problem

• Determine problem type (e.g., classifier, regression, unsupervised, reinforcement)

1.3 Identify the areas of expertise needed to solve the problem

• Identify business expertise required

• Identify need for domain (subject-matter) expertise on the problem

• Identify AI expertise needed • Identify implementation expertise needed

1.4 Build a security plan

• Consider internal access levels or permissions

• Consider infrastructure security

• Assess the risk of using a certain model or potential attack surfaces (e.g., adversarial attacks on real-time learning model)

1.5 Ensure that AI is used appropriately

• Identify potential ways that the AI can mispredict or harm specific user groups

• Set guidelines for data gathering and use

• Set guidelines for algorithm selection from user perspective

• Consider how the subject of the data can interpret the results

• Consider out-of-context use of AI results

1.6 Choose transparency and validation activities

• Communicate intended purpose of data collection

• Decide who should see the results

• Review legal requirements specific to the industry with the problem being solved

 

 

2. Data Collection, Processing and Engineering

2.1 Choose the way to collect data

• Determine type/characteristics of data needed

• Decide if there is an existing data set or if you need to generate your own

• When generating your own dataset, decide whether collection can be automated or requires user input

2.2 Assess data quality

• Determine if dataset meets needs of task

• Look for missing or corrupt data elements

2.3 Ensure that data are representative

• Examine collection techniques for potential sources of bias

• Make sure the amount of data is enough to build an unbiased model

2.4 Identify resource requirements (e.g., computing, time complexity)

• Assess whether problem is solvable with available computing resources

• Consider the budget of the project and resources that are available

2.5 Convert data into suitable formats (e.g., numerical, image, time series)

• Convert data to binary (e.g., images become pixels)

• Convert computer data into features suitable for AI (e.g., sentences become tokens)

2.6 Select features for the AI model

• Determine which features of data to include

• Build initial feature vectors for test/train dataset

• Consult with subject-matter experts to confirm feature selection

2.7 Engage in feature engineering

• Review features and determine what standard transformations are needed

• Create processed datasets

2.8 Identify training and test data sets

• Separate available data into training and test sets

• Ensure test set is representative

2.9 Document data decisions

• List assumptions, predicates, and constraints upon which design choices have been reasoned

• Make this information available to regulators and end users who demand deep transparency 

 

3. AI Algorithms and Models

3.1 Consider applicability of specific algorithms

• Evaluate AI algorithm families

• Decide which algorithms are suitable, e.g., neural network, classification (like decision tree, k means)

3.2 Train a model using the selected algorithm

• Train model for an algorithm with best-guess starting parameters.

• Tune the model by changing parameters

• Gather performance metrics for the model

• Iterate as needed

3.3 Select specific model after experimentation, avoiding overengineering

• Consider cost, speed, and other factors in evaluating models

• Determine whether selected model meets explainability requirements

3.4 Tell data stories

• Where feasible, create visualizations of the results

• Look for trends

• Verify that the visualization is useful for making a decision

3.5 Evaluate model performance (e.g., accuracy, precision)

• Check for overfitting, underfitting

• Generate metrics or KPIs

• Introduce new test data to cross-validate robustness, testing how model handles unforeseen data

3.6 Look for potential sources of bias in the algorithm

• Verify that inputs resemble training data

• Confirm that training data do not contain irrelevant correlations we do not want classifier to rely on

• Check for imbalances in data

• Guard against creating self-fulfilling prophecies based upon historical biases

• Check the explainability of the algorithm (e.g., feature importance in decision trees)

3.7 Evaluate model sensitivity

• Test for sensitivity of model

• Test for specificity of model

3.8 Confirm adherence to regulatory requirements, if any

• Evaluate outputs according to thresholds defined in requirements

• Document results

3.9 Obtain stakeholder approval

• Collect results and benchmark risks

• Hold sessions to evaluate solution

 

4. Application Integration and Deployment

4.1 Train customers on how to use product and what to expect from it

• Inform users of model limitations

• Inform users of intended model usage

• Share documentation

• Manage customer expectations

4.2 Plan to address potential challenges of models in production

• Understand the types of challenges you are likely to encounter

• Understand the indicators of challenges

• Understand how each type of challenge could be mitigated

4.3 Design a production pipeline, including application integration

• Create a pipeline (training, prediction) that can meet the product needs (may be different from the experiment)

• Find the solution that works with the existing data stores and connects to the application

• Build the connection between the AI and the application

• Build mechanism to gather user feedback

• Test accuracy of AI through application

• Test robustness of AI

• Test speed of AI

• Test application to fit size of use case (e.g., in AI for mobile applications)

4.4 Support the AI solution

• Document the functions within the AI solution to allow for maintenance (updates, fixing bugs, handling edge cases)

• Train a support team

• Implement a feedback mechanism

• Implement drift detector

• Implement ways to gather new data

 

5. Maintaining and Monitoring AI in Production

5.1 Engage in oversight

• Log application and model performance to facilitate security, debug, accountability, and audit

• Use robust monitoring systems

• Act upon alerts

• Observe the system over time in a variety of contexts to check for drift or degraded modes of operation

• Detect any way system fails to support new information

5.2 Assess business impact (key performance indicators)

• Track impact metrics to determine whether solution has solved the problem

• Compare previous metrics with new metrics when changes are made

• Act on unexpected metrics by finding problem and fixing it

5.3 Measure impacts on individuals and communities

• Analyze impact on specific subgroups

• Identify and mitigate issues

• Identify opportunities for optimization

5.4 Handle feedback from users

• Measure user satisfaction

• Assess whether users are confused (e.g., do they understand what the AI is supposed to do for them?)

• Incorporate feedback into future versions

5.5 Consider improvement or decommission on a regular basis

• Combine impact observations (e.g., business, community, technology trends) to assess AI value

• Decide whether to retrain AI, continue to use AI as is, or to decommission Ai

Exam Track

As part of your accelerated course, you’ll sit the following exam at the Firebrand Training centre, covered by your Certification Guarantee:

Artificial Intelligence: 45 - 50 MCQ

Duration - 50 Minutes

What's Included

Prerequisites

Candidates for this certification have a foundational knowledge of the procedures used to develop an artificial intelligence (AI) solution, as well as an understanding of the issues surrounding the governance, transparency, security, and ethics of AI. Successful candidates will be able to analyse and classify a problem. They should be able to demonstrate knowledge of data collection, data processing, and feature engineering strategies.

Candidates should be able to choose an appropriate algorithm for training a model, and understand the metrics used to evaluate model performance, They should understand the AI development lifecycle and how a production pipeline is used to allow for continuous improvement. Candidates should have at least 150 hours of instruction and/or exploration of artificial intelligence methodology and solutions.

To be successful on the test, the candidate is also expected to have the following prerequisites knowledge and skills:

  • 8th grade reading skills
  • Algebra I
  • An understanding of how communication occurs on a network
  • Digital literacy skills, including the ability to research, create content and solves problems using technology
  • Computational thinking skills. including the ability to decompose a problem into smaller parts and solve problems through automation

Although not required, the following skills will help a candidate learns about artificial intelligence more easily:

  • Familiarity with at least one programming or scripting language
  • Familiarity with data storage techniques, including relational databases
  • Familiarity with data analytics methods, including statistics
  • Familiarity with security principles, including CIA (confidentiality, identity, and availability) and AAA (Authentication, Authorisation, and Accounting) , and risk and vulnerability assessment

Sind Sie sich unsicher, ob Sie die Voraussetzungen erfüllen? Wir besprechen gerne mit Ihnen Ihren technischen Hintergrund, Erfahrung und Qualifikation, um herauszufinden, ob dieser Intensivkurs der richtige für Sie ist.

Erfahrungsberichte

Bereits 134561 Kursteilnehmer haben seit 2001 erfolgreich einen Firebrand-Kurs absolviert. Unsere aktuellen Kundenbefragungen ergeben: Bei 96.41% unserer Teilnehmer wurde die Erwartungshaltung durch Firebrand übertroffen!


"Professional Tutors are there to help and guide you whenever you need the help. Consistent tests and exams to ensure improvement in knowledge."
Anonymous. (8.1.2024 (Montag) bis 11.1.2024 (Donnerstag))

"Firebrand are very efficient with their learning and have great learning mentors who will do their best to provide a great learning experience."
ED. (8.1.2024 (Montag) bis 11.1.2024 (Donnerstag))

"The training here is excellent and they teach in a very good way that ensures you understand things before moving forward."
Simon Dodd, Pervade Software Ltd. (8.1.2024 (Montag) bis 11.1.2024 (Donnerstag))

"Really good experience with a great few days of learning"
OR. (18.9.2023 (Montag) bis 21.9.2023 (Donnerstag))

"An excellent trainer who explained everything in great detail. Very happy to attend other training he delivers!"
Craig Neal, Care Quality Commission. (14.8.2023 (Montag) bis 17.8.2023 (Donnerstag))

Kurstermine

Start

Ende

Verfügbarkeit

Standort

Anmelden

19.2.2024 (Montag)

20.2.2024 (Dienstag)

Kurs gelaufen - Hinterlasse Kommentar

-

 

24.6.2024 (Montag)

25.6.2024 (Dienstag)

Warteliste

Überregional

 

5.8.2024 (Montag)

6.8.2024 (Dienstag)

Einige Plätze frei

Überregional

 

16.9.2024 (Montag)

17.9.2024 (Dienstag)

Einige Plätze frei

Überregional

 

28.10.2024 (Montag)

29.10.2024 (Dienstag)

Einige Plätze frei

Überregional

 

9.12.2024 (Montag)

10.12.2024 (Dienstag)

Einige Plätze frei

Überregional

 

Neueste Rezensionen von unseren Kursteilnehmern