• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

1957 Running courses

AZ-040T00 Automating Administration with Powershell

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for This course is intended for IT Professionals who are already experienced in general Windows Server, Windows client, Azure, and Microsoft 365 administration, and who want to learn more about using Windows PowerShell for administration. No prior experience with any version of PowerShell or any scripting language is assumed. This course is also suitable for IT Professionals already experienced in server administration, including Microsoft Exchange Server, Microsoft SharePoint Server, and Microsoft SQL Server. This course provides students with the fundamental knowledge and skills to use PowerShell for administering and automating administration of Windows servers. This course provides students the skills to identify and build the command they require to perform a specific task. In addition, students learn how to build scripts to accomplish advanced tasks such as automating repetitive tasks and generating reports. This course provides prerequisite skills supporting a broad range of Microsoft products, including Windows Server, Windows Client, Microsoft Azure, and Microsoft 365. In keeping with that goal, this course will not focus on any one of those products, although Windows Server, which is the common platform for all of those products, will serve as the example for the techniques this course teaches. Prerequisites Before attending this course, students must have: -Experience with Windows networking technologies and implementation. - Experience with Windows Server administration, maintenance, and troubleshooting. 1 - Review Windows PowerShell Learn about Windows PowerShell Get familiar with Windows PowerShell applications Identify factors to install and use Windows PowerShell Configure the Windows PowerShell console Configure the Windows PowerShell Integrated Scripting Environment (ISE) Use Visual Studio Code with PowerShell 2 - Understand the command syntax in Windows PowerShell Discover the structure of PowerShell cmdlets Discover the parameters for using PowerShell cmdlets Review the tab completion feature in PowerShell Display the About files content in PowerShell 3 - Find commands and Get-Help in Windows PowerShell Define modules in PowerShell Find cmdlets in PowerShell Use command aliases in PowerShell Use Show-Command and Get-Help in PowerShell Interpret the help file contents and update the local help content in PowerShell 4 - Manage Active Directory Domain Services using PowerShell cmdlets Manage user accounts in PowerShell Manage groups and group memberships in PowerShell Manage computer accounts in PowerShell Manage organizational units and Active Directory objects in PowerShell 5 - Manage network service settings for Windows devices using PowerShell cmdlets Manage IP addresses in PowerShell Manage IP routing in PowerShell Manage DNS clients in PowerShell Manage Windows Firewall settings in PowerShell 6 - Manage Windows Server settings using PowerShell cmdlets Automate management tasks using the Group Policy management cmdlets Manage server roles and services using PowerShell cmdlets Manage Hyper-V Virtual Machines using PowerShell cmdlets Manage Internet Information Services using PowerShell cmdlets 7 - Manage settings for a local Windows machine using PowerShell cmdlets Manage Windows 10 using PowerShell Manage permissions with PowerShell 8 - Understand the Windows PowerShell pipeline Review Windows PowerShell pipeline and its output Discover object members in PowerShell Control the formatting of pipeline output 9 - Select, sort, and measure objects using the pipeline Sort and group objects by property in the pipeline Measure objects in the pipeline Select a set of objects in the pipeline Select object properties in the pipeline Create and format calculated properties in the pipeline 10 - Filter objects out of the pipeline Learn about the comparison operators in PowerShell Review basic filter syntax in the pipeline Review advanced filter syntax in the pipeline Optimize the filter performance in the pipeline 11 - Enumerate objects in the pipeline Learn about enumerations in the pipeline Review basic syntax to enumerate objects in the pipeline Review advanced syntax to enumerate objects in the pipeline 12 - Send and pass data as output from the pipeline Write pipeline data to a file Convert pipeline objects to other forms of data representation in PowerShell Control additional output options in PowerShell 13 - Pass pipeline objects Pipeline parameter binding Identify ByValue parameters Pass data by using ByValue Pass data by using ByPropertyName Identify ByPropertyName parameters Use manual parameters to override the pipeline Use parenthetical commands Expand property values 14 - Connect with data stores using PowerShell providers Define Windows PowerShell providers Review the built-in providers in PowerShell Access provider help in PowerShell 15 - Use PowerShell drives in PowerShell Explain PowerShell drives in PowerShell Use PowerShell drive cmdlets in PowerShell Manage the file system in PowerShell Manage the registry in PowerShell Work with certificates in PowerShell Work with other PowerShell drives in PowerShell 16 - Review CIM and WMI Review architecture of CIM and WMI Review repositories in CIM and WMI Locate online class documentation by using CIM and WMI cmdlets 17 - Query configuration information by using CIM and WMI List local repository namespaces and classes by using CIM and WMI Query instances by using commands and WMI Query Language Connect to remote computers by using CIM and WMI cmdlets Query repository classes from remote computers by using CIMSession objects 18 - Query and manipulate repository objects by using CIM and WMI methods Discover methods of repository objects by using CIM and WMI Locate class methods and documentation by using CIM and WMI Invoke methods of repository objects by using CIM and WMI 19 - Manage variables in Windows PowerShell scripts Define variables in Windows PowerShell scripts Create variable names in Windows PowerShell scripts Assign values and types to variables in Windows PowerShell scripts Identify the methods and properties of variables in Windows PowerShell scripts Use string variables and methods in Windows PowerShell scripts Use date variables and methods in Windows PowerShell scripts 20 - Work with arrays and hash tables in Windows PowerShell scripts Define an array in Windows PowerShell scripts Work with array lists in Windows PowerShell scripts Define hash tables in Windows PowerShell Scripts Work with hash tables in Windows PowerShell scripts 21 - Create and run scripts by using Windows PowerShell Review Windows PowerShell scripts Modify scripts in the PowerShell Gallery Create scripts using Windows PowerShell Review the PowerShellGet module in Windows PowerShell Run scripts and set the execution policy in Windows PowerShell Review Windows PowerShell and AppLocker Sign the scripts digitally in Windows PowerShell 22 - Work with scripting constructs in Windows PowerShell Review and use the ForEach loop in Windows PowerShell scripts Review and use the If construct in Windows PowerShell scripts Review and use the Switch construct in Windows PowerShell scripts Review the For construct in Windows PowerShell scripts Review other loop constructs in Windows PowerShell scripts Review Break and Continue in Windows PowerShell scripts 23 - Import data in different formats for use in scripts by using Windows PowerShell cmdlets Use the Get-Content command in Windows PowerShell scripts Use the Import-Csv cmdlet in Windows PowerShell scripts Use the Import-Clixml cmdlet in Windows PowerShell scripts Use the ConvertFrom-Json cmdlet in Windows PowerShell scripts 24 - Use methods to accept user inputs in Windows PowerShell scripts Identify values that might change in Windows PowerShell scripts Use the Read-Host cmdlet in Windows PowerShell scripts Use the Get-Credential cmdlet in Windows PowerShell scripts Use the Out-GridView cmdlet in Windows PowerShell scripts Pass parameters to a Windows PowerShell script 25 - Troubleshoot scripts and handle errors in Windows PowerShell Interpret error messages generated for Windows PowerShell commands Add output to Windows PowerShell scripts Use breakpoints in Windows PowerShell scripts Interpret error actions for Windows PowerShell commands 26 - Use functions and modules in Windows PowerShell scripts Review functions in Windows PowerShell scripts Use variable scope in Windows PowerShell scripts Create modules in Windows PowerShell scripts Use the dot sourcing feature in Windows PowerShell 27 - Manage single and multiple computers by using Windows PowerShell remoting Review the remoting feature of Windows PowerShell Compare remoting with remote connectivity Review the remoting security feature of Windows PowerShell Enable remoting by using Windows PowerShell Use one-to-one remoting by using Windows PowerShell Use one-to-many remoting by using Windows PowerShell Compare remoting output with local output 28 - Use advanced Windows PowerShell remoting techniques Review common remoting techniques of Windows PowerShell Send parameters to remote computers in Windows PowerShell Set access protection to variables, aliases, and functions by using the scope modifier Enable multi-hop remoting in Windows PowerShell 29 - Manage persistent connections to remote computers by using Windows PowerShell sessions Review persistent connections in Windows PowerShell Create and manage persistent PSSessions by using Windows PowerShell Disconnect PSSessions by using Windows PowerShell Review the feature of implicit remoting in Windows PowerShell 30 - Review Azure PowerShell module Review Azure PowerShell Review the benefits of the Azure PowerShell module Install the Azure PowerShell module Migrate Azure PowerShell from AzureRM to Azure Review Microsoft Azure Active Directory module for Windows PowerShell and Azure Active Directory PowerShell for Graph modules 31 - Review the features and tools for Azure Cloud Shell Review the characteristics of Azure Cloud Shell Review the features and tools of Azure Cloud Shell Configure and experiment with Azure Cloud Shell 32 - Manage Azure resources with Windows PowerShell Create a new Azure virtual machine by using Windows PowerShell commands Manage Azure virtual machines by using Windows PowerShell commands Manage Azure related storage by using Azure PowerShell Manage Azure subscriptions by using Azure PowerShell 33 - Manage users, groups, and licenses in Microsoft Entra ID by using Windows PowerShell Review benefits to manage Microsoft 365 services by using Windows PowerShell Connect to the Microsoft 365 tenant by using Windows PowerShell Manage users in Microsoft 365 by using Windows PowerShell Manage groups in Microsoft 365 by using Windows PowerShell Manage roles in Microsoft 365 by using Windows PowerShell Manage licenses in Microsoft 365 by using Windows PowerShell 34 - Manage Exchange Online by using Windows PowerShell Connect to Exchange Online by using Windows PowerShell Manage mailboxes in Exchange Online by using Windows PowerShell Manage resources in Exchange Online by using Windows PowerShell Manage admin roles in Exchange Online by using Windows PowerShell 35 - Manage SharePoint Online by using Windows PowerShell Install and connect to SharePoint Online Management Shell by using Windows PowerShell Manage SharePoint Online users and groups by using Windows PowerShell Manage SharePoint sites by using Windows PowerShell Manage SharePoint Online external user sharing by using Windows PowerShell 36 - Manage Microsoft Teams by using Windows PowerShell Review Microsoft Teams PowerShell module Install the Microsoft Teams PowerShell module Manage teams with Microsoft Teams PowerShell module 37 - Create and manage background jobs using Windows PowerShell Define the types of background jobs in Windows PowerShell Start remote jobs and CIM/WMI jobs in Windows PowerShell Monitor jobs in Windows PowerShell Retrieve results for running jobs in Windows PowerShell 38 - Create and manage scheduled jobs using Windows PowerShell Create and run Windows PowerShell scripts as scheduled tasks Define scheduled jobs in Windows PowerShell Create job option and job trigger objects in Windows PowerShell Create and register a scheduled job in Windows PowerShell Retrieve the results from a scheduled job in Windows PowerShell

AZ-040T00 Automating Administration with Powershell
Delivered OnlineFlexible Dates
£2,975

Projects in Data Science

By Packt

This video course gives you an insight into applied data science concepts using Python. With the help of interesting activities and hands-on coding exercises, you'll learn about data science, extended data analysis, linear and logistic regression, data visualization, k-means clustering, and decision trees.

Projects in Data Science
Delivered Online On Demand3 hours 51 minutes
£88.99

Showing Up to Be Your Best Every Day

By IIL Europe Ltd

Showing Up to Be Your Best Every Day Your Organization is Agile...YAY! You are working in a prescribed framework (Scrum, Kanban, etc.) YAY! You are a part of a Dynamic team...YAY! You are all set and running as a defined High Performing team NO! So, what is in the way? Erin will help answer that, it isn't just a team problem. Through her experience in Agile environments, Erin realized many organizations check all the boxes for implementing agile, but forget the most important which are the behaviors. Over the years, Erin has started to focus on the behaviors needed in an agile environment. In this session you will look at questions like: what gets you excited? What makes you frustrated? What motivates you? How are you showing up? Are you owning your day or renting it? And why reflecting on these matters! Erin will provide tools that we will use to identify personal behaviors and statements that you will be able to use not only within your profession, your team, your organization, but also in your daily life outside of the office. Are you ready to show up to be your best? Learning Outcomes Uncover behaviors needed in an Agile environment. Tools that can be applied immediately after the session to help uncover challenges, strengths and possibilities Taking time to be introspective. This and other IIL Learning in Minutes presentations qualify for PDUs. Some titles, such as Agile-related topics may qualify for other continuing education credits such as SEUs, or CEUs.

Showing Up to Be Your Best Every Day
Delivered Online On Demand45 minutes
£15

Fitness Management Course

3.5(2)

By Elearncollege

Description Fitness Management Diploma Fitness is the state of physical health and well-being whereby a person is able to perform his day-to-day activities without showing any signs of fatigue or weakness. However, the term fitness also encompasses other aspects like emotional and mental well-being. The two aspects that are most important to maintain fit physic are healthy eating habits and active living. Being fit also means living with lesser risks of diseases like heart disease, cancer and diabetes, and leading a healthier life. People take recourse to physical training, sports and activities like trekking and hiking to achieve their desired level of fitness. Nevertheless, fitness is the holistic concept of achieving a healthy body, mind and soul, which seems challenging to arrive at in a busy and sedentary life. On the brighter side, people are becoming more aware of the necessity of leading a healthy life. Health industries across the globe are experiencing a surge in their business and it has become important to have more trained personnel to take their services to the clients. A course on fitness management will provide key understandings of the scientific details behind exercise and fit physic. It will also give a fundamental knowledge of the human anatomy and the various bodily systems. It is of utmost importance that trainers have familiarity with both the scientific facts and their practical application to ensure maximum benefit to those seeking their assistance. The fast-expanding fitness industry has a wide range of jobs to offer. The course will ready students and professionals for placements in the industry. They can choose from a variety of jobs from managing a sports team to running a local gym, depending on their interest. They also get the opportunity to work in diverse settings ranging from working indoors as fitness instructors or going outdoors in helping sports enthusiasts enhance their skills. They may also take up profiles as sports agents and fitness centre directors. The job of a fitness expert is not limited to fixed work hours and may extend to weekends and holidays as well. But it is the passion that gets many going in this sector. This course is the right platform for anyone willing to make career choices in the fitness industry or better their opportunities in it. What you will learn 1: THE SKELETAL SYSTEM 2: THE MUSCULAR SYSTEM 3: THE CENTRAL NERVOUS SYSTEM 4: CIRCULATORY SYSTEM 5: REASONS FOR FITNESS 6: UNDERSTANDING YOUR BODY 7: FITNESS TESTING 8: PRINCIPLES OF TRAINING 9: NUTRITION AND WEIGHT CONTROL 10: FITNESS INSTRUCTION 11: PHYSIOLOGY OF STRETCHING 12: HOME MEDICINE AND FIRST AID Course Outcomes After completing the course, you will receive a diploma certificate and an academic transcript from Elearn college. Assessment Each unit concludes with a multiple-choice examination. This exercise will help you recall the major aspects covered in the unit and help you ensure that you have not missed anything important in the unit. The results are readily available, which will help you see your mistakes and look at the topic once again. If the result is satisfactory, it is a green light for you to proceed to the next chapter. Accreditation Elearn College is a registered Ed-tech company under the UK Register of Learning( Ref No:10062668). After completing a course, you will be able to download the certificate and the transcript of the course from the website. For the learners who require a hard copy of the certificate and transcript, we will post it for them for an additional charge.

Fitness Management Course
Delivered Online On Demand9 days
£99

Start Your Pet Business in UK

By Course Cloud

Want to start your own pet business? This course will inform you about all the important information you need to know. Enrol today. Start Your Pet Business in UK is a best-selling course developed by industry experts and already it has helped tons of students like you. It is suitable for anyone who wants to improve their knowledge and skills in the pet business sector. If you are an animal lover and want to start your own pet business then you should seriously consider this Start Your Pet Business in UK course. You will learn all the ins and outs of starting and running a pet business.  In this Start Your Pet Business in UK course, you will learn from an expert instructor through carefully curated video lessons. You will learn how to provide services to your clients like a professional and many more.  Not only that, but our experienced tutors will also help you throughout the comprehensive syllabus of this course and answer all your queries through email. Upon completion of this CPD accredited course, you will be awarded a certificate of completion, as proof of your expertise in this field, and you can show off your certificate in your Linkedin profile and in your resume to impress employers and boost your career. If you want to get a job or looking for professional skills to excel in this field, a certificate from this course will help you appear as a strong candidate. You can also validate your certification from our website. Our Start Your Pet Business in UK course is packed with 11 modules and takes 2 hours, 13 minutes to study.  You will be able to study this course at your own pace, from anywhere and at any time. Enrol today if you want to start your own pet business.

Start Your Pet Business in UK
Delivered Online On Demand
£25

Architecting with Google Kubernetes Engine

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This class is intended for the following participants: Cloud architects, administrators, and SysOps/DevOps personnel Individuals using Google Cloud Platform to create new solutions or to integrate existing systems, application environments, and infrastructure with the Google Cloud Platform. Overview This course teaches participants the following skills: Understand how software containers work Understand the architecture of Kubernetes Understand the architecture of Google Cloud Platform Understand how pod networking works in Kubernetes Engine Create and manage Kubernetes Engine clusters using the GCP Console and gcloud/ kubectl commands Launch, roll back and expose jobs in Kubernetes Manage access control using Kubernetes RBAC and Google Cloud IAM Managing pod security policies and network policies Using Secrets and ConfigMaps to isolate security credentials and configuration artifacts Understand GCP choices for managed storage services Monitor applications running in Kubernetes Engine This class introduces participants to deploying and managing containerized applications on Google Kubernetes Engine (GKE) and the other services provided by Google Cloud Platform. Through a combination of presentations, demos, and hands-on labs, participants explore and deploy solution elements, including infrastructure components such as pods, containers, deployments, and services; as well as networks and application services. This course also covers deploying practical solutions including security and access management, resource management, and resource monitoring. Introduction to Google Cloud Platform Use the Google Cloud Platform Console Use Cloud Shell Define cloud computing Identify GCPs compute services Understand regions and zones Understand the cloud resource hierarchy Administer your GCP resources Containers and Kubernetes in GCP Create a container using Cloud Build Store a container in Container Registry Understand the relationship between Kubernetes and Google Kubernetes Engine (GKE) Understand how to choose among GCP compute platforms Kubernetes Architecture Understand the architecture of Kubernetes: pods, namespaces Understand the control-plane components of Kubernetes Create container images using Google Cloud Build Store container images in Google Container Registry Create a Kubernetes Engine cluster Kubernetes Operations Work with the kubectl command Inspect the cluster and Pods View a Pods console output Sign in to a Pod interactively Deployments, Jobs, and Scaling Create and use Deployments Create and run Jobs and CronJobs Scale clusters manually and automatically Configure Node and Pod affinity Get software into your cluster with Helm charts and Kubernetes Marketplace GKE Networking Create Services to expose applications that are running within Pods Use load balancers to expose Services to external clients Create Ingress resources for HTTP(S) load balancing Leverage container-native load balancing to improve Pod load balancing Define Kubernetes network policies to allow and block traffic to pods Persistent Data and Storage Use Secrets to isolate security credentials Use ConfigMaps to isolate configuration artifacts Push out and roll back updates to Secrets and ConfigMaps Configure Persistent Storage Volumes for Kubernetes Pods Use StatefulSets to ensure that claims on persistent storage volumes persist across restarts Access Control and Security in Kubernetes and Kubernetes Engine Understand Kubernetes authentication and authorization Define Kubernetes RBAC roles and role bindings for accessing resources in namespaces Define Kubernetes RBAC cluster roles and cluster role bindings for accessing cluster-scoped resources Define Kubernetes pod security policies Understand the structure of GCP IAM Define IAM roles and policies for Kubernetes Engine cluster administration Logging and Monitoring Use Stackdriver to monitor and manage availability and performance Locate and inspect Kubernetes logs Create probes for wellness checks on live applications Using GCP Managed Storage Services from Kubernetes Applications Understand pros and cons for using a managed storage service versus self-managed containerized storage Enable applications running in GKE to access GCP storage services Understand use cases for Cloud Storage, Cloud SQL, Cloud Spanner, Cloud Bigtable, Cloud Firestore, and Bigquery from within a Kubernetes application

Architecting with Google Kubernetes Engine
Delivered OnlineFlexible Dates
Price on Enquiry

Project Management Level 3 Diploma (Project Manager) - CPD Certified

4.7(47)

By Academy for Health and Fitness

***Limited Time Deal*** Complete Project Management Training for Project Managers with Free PDF and Hard Copy Certificate Project management is a critical skill in today's fast-paced business world. According to the Project Management Institute (PMI), the UK project management industry is worth over £27 billion. However, a staggering 70% of projects fail due to poor management. Are you ready to master the art of project management and lead your team to success? Courses Are Included In This Project Management for Project Managers Training: Course 01: Level 3 Diploma in Project Management for Project Managers Course 02: Diploma in Six Sigma & Lean Process Course 03: Global Project Management This comprehensive Project Management course will guide you through everything you need to know to manage projects effectively. From understanding the fundamentals of project management to mastering goal-setting techniques and stakeholder management, you'll gain a holistic understanding of the project lifecycle. Explore project planning methodologies, risk management strategies, and budgeting principles, empowering you to navigate complex projects with confidence. This course holds immense significance as it is CPD Accredited and Quality Licence Scheme Level 7 endorsed. These prestigious accreditations validate its quality and align it with professional standards, making it an ideal choice for individuals seeking to broaden their knowledge and skills in the Project Management sector. Learning Outcomes of Project Management Training: Master the fundamentals of project management and its key principles. Learn to set SMART goals and align project objectives. Develop effective stakeholder management and communication strategies. Explore project planning tools and techniques for successful execution. Understand budget management and procurement processes for resource optimization. Gain insights into risk identification, mitigation, and project closure. Take control of your projects and propel your career forward! This course provides the knowledge and practical skills needed to become a confident and effective project manager. Enroll today and unlock your full project management potential! Why Choose Us? Get a free CPD Accredited PDF and Hard Copy Certificate. This course is entirely online, interactive lesson with voiceover audio Get Lifetime access to the Project management course materials The Project management comes with 24/7 tutor support What Our Students Say About This Project Management for Project Managers Certificate: "I would gladly recommend anyone to take up courses with Red.'' From: Francis Offiong "This is very good medium of learning new era of education." From: MUHAMMAD ANSAR "This is a course suitable for all carers to partake on." From: Orheuan Iriajen ''It's an interesting course. I hope to use the knowledge to advance in my career as a Project Manager'' From: Vivian Berenibara. Take a step toward a brighter future! This project management course equips you with the skills to initiate, plan, execute, and close projects effectively. You'll master the art of setting SMART goals, managing stakeholders, creating project plans, handling budgets, and mitigating risks. *** Course Curriculum of Project Management*** Module 1: The Fundamentals of Project Management What Is Project? Project Management Duties of a Project Manager Prioritising, Delegating and Communicating Required Skills Module 2:Project Landscapes Project Lifecycle Project Management Methodologies Module 3: How to Get Started for a Successful Project Importance of Project Initiation Key Components of Project Initiation Determining Project Goals and Deliverables Module 4: SMART Goals Specific Measurable Attainable Relevant Time-Bound Module 5:Managing Stakeholders Effectively Stakeholders Assigning Roles and Responsibilities Different Roles on a Project Stakeholder Analysis Influence and Interest Communicating with Stakeholders RACI Chart Module 6:Starting off with Project Planning Importance of Planning Launching Planning Phase Project Kick-off Meeting Importance of Milestones Setting Project Milestones The Project Plan Components of a Project Plan Module 7: Project Planning Tools Work Breakdown Structure (WBS) Gantt Chart Kanban Boards Module 8:Budget Management and Procurement Project Budget Components of a Budget Creating a Project Budget Managing the Budget Procurement Process Module 9: Risk Identification and Management What is risk How do we identify risk Risk Priority Single Point Failure Risk Mitigation Planning Module 10: Running a Successful Project Track and Measure Project Progress Quality Management DMAIC PDCA Module 11: Closing a Project Project Closing Criteria Impact Reporting How will I get my Certificate? After successfully completing the course, you will be able to order your Certificates as proof of your achievement. PDF Certificate: FREE (Previously, it was £12.99) CPD Hard Copy Certificate: FREE (Previously, it was £29.99) CPD 10 CPD hours / points Accredited by CPD Quality Standards Project Management Promo Video 00:54 1: Project Management Promo Video Preview 00:54 Module 1: The Fundamentals of Project Management 13:17 2: Module 1: The Fundamentals of Project Management Preview 13:17 Module 2: Project Landscapes 07:54 3: Module 2: Project Landscapes 07:54 Module 3: How to Get Started for a Successful Project 07:57 4: Module 3: How to Get Started for a Successful Project 07:57 Module 4: SMART Goals 09:39 5: Module 4: SMART Goals 09:39 Module 5: Managing Stakeholders Effectively 15:23 6: Module 5: Managing Stakeholders Effectively 15:23 Module 6: Starting off with Project Planning 13:18 7: Module 6: Starting off with Project Planning 13:18 Module 7: Project Planning Tools 05:35 8: Module 7: Project Planning Tools 05:35 Module 8: Budget Management and Procurement 13:55 9: Module 8: Budget Management and Procurement 13:55 Module 9: Risk Identification and Management 15:06 10: Module 9: Risk Identification and Management 15:06 Module 10: Running a Successful Project 14:53 11: Module 10: Running a Successful Project 14:53 Module 11: Closing a Project 11:23 12: Module 11: Closing a Project 11:23 Order Your Certificate 02:00 13: Order Your CPD Certificate 01:00 14: Order Your QLS Endorsed Certificate 01:00 Who is this course for? This Project Manager Training course is ideally suited to any individual working in a standard. Particularly, this course is perfect for: New members of the project team Level 7 Diploma Project Management Level 6 Certificate in Project Management Project finance Project Management Insititute (PMI) NB: Please note that this Project Management course does not provide any professional qualifications. To get professional qualifications, please check: Project Management Insititute (PMI) Courses PMI Project Management Professional Courses PMI Certified Associate in Project Management Courses APM Project Management Qualification (PMQ) Level 7 Diploma - Project Management pmi project management professional Requirements You will not need any prior background or expertise to enrol in this Project management course. Career path After completing this course, you are to start your career or begin the next phase of your career. Project Coordinator Project Manager Senior Project Manager Project Director Program Manager Portfolio Manager Chief Project Officer (CPO) Project Assistant Project co-ordinator Project management support Project Analyst Certificates Certificate Accredited by CPD Digital certificate - Included Cademy certificate of completion Digital certificate - Included Will be downloadable when all lectures have been completed

Project Management Level 3 Diploma (Project Manager) - CPD Certified
Delivered Online On Demand2 hours 12 minutes
£12

Deep Learning Neural Network with R

4.7(160)

By Janets

Description Register on the Deep Learning Neural Network with R today and build the experience, skills and knowledge you need to enhance your professional development and work towards your dream job. Study this course through online learning and take the first steps towards a long-term career. The course consists of a number of easy to digest, in-depth modules, designed to provide you with a detailed, expert level of knowledge. Learn through a mixture of instructional video lessons and online study materials. Receive online tutor support as you study the course, to ensure you are supported every step of the way. Get a certificate as proof of your course completion. The Deep Learning Neural Network with R course is incredibly great value and allows you to study at your own pace. Access the course modules from any internet-enabled device, including computers, tablets, and smartphones. The course is designed to increase your employability and equip you with everything you need to be a success. Enrol on the now and start learning instantly! What You Get With This Course Receive a digital certificate upon successful completion of the course Get taught by experienced, professional instructors Study at a time and pace that suits your learning style Get instant feedback on assessments 24/7 help and advice via email or live chat Get full tutor support on weekdays (Monday to Friday) Certificate of Achievement After the successful completion of the final assessment, you will receive a CPD-accredited certificate of achievement. The PDF certificate is for 9.99, and it will be sent to you immediately after through e-mail. You can get the hard copy for 15.99, which will reach your doorsteps by post.  Method of Assessment You need to attend an assessment right after the completion of this course to evaluate your progression. For passing the assessment, you need to score at least 60%. After submitting your assessment, you will get feedback from our experts immediately. Who Is This Course For The course is ideal for those who already work in this sector or are aspiring professionals. This course is designed to enhance your expertise and boost your CV. Learn key skills and gain a professional qualification to prove your newly-acquired knowledge.   Course Content Section 01: Single Layer Neural Networks Project - Agriculture (Part - 1) Reviewing Dataset 00:14:00 Creating Dataframes 00:09:00 Generating Output 00:12:00 Section 02: Single Layer Neural Networks Project - Agriculture (Part - 2) Running Neural Network Code 00:11:00 Importing Dataset 00:09:00 Neural Network Plots for Hidden Layer 1 00:08:00 Section 03: Multi-Layer Neural Networks Project - Deaths In Wars (Part - 1) Syntax and Commands for MLP 00:11:00 Running the Code 00:08:00 Testing for Dataframes 00:13:00 Predict Results 00:08:00 Section 04: Multi-Layer Neural Networks Project - Deaths In Wars (Part - 2) Creating R Folder 00:14:00 Generating Output Plot 00:12:00 Testing and Predicting the Outputs 00:16:00 Frequently Asked Questions Are there any prerequisites for taking the course? There are no specific prerequisites for this course, nor are there any formal entry requirements. All you need is an internet connection, a good understanding of English and a passion for learning for this course. Can I access the course at any time, or is there a set schedule? You have the flexibility to access the course at any time that suits your schedule. Our courses are self-paced, allowing you to study at your own pace and convenience. How long will I have access to the course? For this course, you will have access to the course materials for 1 year only. This means you can review the content as often as you like within the year, even after you've completed the course. However, if you buy Lifetime Access for the course, you will be able to access the course for a lifetime. Is there a certificate of completion provided after completing the course? Yes, upon successfully completing the course, you will receive a certificate of completion. This certificate can be a valuable addition to your professional portfolio and can be shared on your various social networks. Can I switch courses or get a refund if I'm not satisfied with the course? We want you to have a positive learning experience. If you're not satisfied with the course, you can request a course transfer or refund within 14 days of the initial purchase. How do I track my progress in the course? Our platform provides tracking tools and progress indicators for each course. You can monitor your progress, completed lessons, and assessments through your learner dashboard for the course. What if I have technical issues or difficulties with the course? If you encounter technical issues or content-related difficulties with the course, our support team is available to assist you. You can reach out to them for prompt resolution.

Deep Learning Neural Network with R
Delivered Online On Demand2 hours 25 minutes
£25

Pet Business Certificate (UK)

4.7(160)

By Janets

Register on the Pet Business Certificate (UK) today and build the experience, skills and knowledge you need to enhance your professional development and work towards your dream job. Study this course through online learning and take the first steps towards a long-term career. The course consists of a number of easy to digest, in-depth modules, designed to provide you with a detailed, expert level of knowledge. Learn through a mixture of instructional video lessons and online study materials. Receive online tutor support as you study the course, to ensure you are supported every step of the way. Get a digital certificate as a proof of your course completion. The Pet Business Certificate (UK) is incredibly great value and allows you to study at your own pace. Access the course modules from any internet-enabled device, including computers, tablet, and smartphones. The course is designed to increase your employability and equip you with everything you need to be a success. Enrol on the now and start learning instantly! What You Get With The Pet Business Certificate (UK) Receive a e-certificate upon successful completion of the course Get taught by experienced, professional instructors Study at a time and pace that suits your learning style Get instant feedback on assessments 24/7 help and advice via email or live chat Get full tutor support on weekdays (Monday to Friday) Course Design The course is delivered through our online learning platform, accessible through any internet-connected device. There are no formal deadlines or teaching schedules, meaning you are free to study the course at your own pace. You are taught through a combination of Video lessons Online study materials Certification After the successful completion of the final assessment, you will receive a CPD-accredited certificate of achievement. The PDF certificate is for £9.99, and it will be sent to you immediately after through e-mail. You can get the hard copy for £15.99, which will reach your doorsteps by post. Who Is This Course For: The course is ideal for those who already work in this sector or are an aspiring professional. This course is designed to enhance your expertise and boost your CV. Learn key skills and gain a professional qualification to prove your newly-acquired knowledge. Requirements: The online training is open to all students and has no formal entry requirements. To study the Pet Business Certificate (UK), all your need is a passion for learning, a good understanding of English, numeracy, and IT skills. You must also be over the age of 16. Course Content Introduction Introduction 00:06:00 Legal Requirements Legal Requirements 00:37:00 Running Your Own Business Running Your Own Business 00:16:00 Marketing Marketing 00:16:00 Setting Your Prices Setting Your Prices 00:11:00 Business Costs Business Costs 00:08:00 Forms & Record Keeping Forms & Record Keeping 00:15:00 Pre-Service Visit Pre-Service Visit 00:07:00 Difficulties & Challenges Difficulties & Challenges 00:17:00 Frequently Asked Questions Are there any prerequisites for taking the course? There are no specific prerequisites for this course, nor are there any formal entry requirements. All you need is an internet connection, a good understanding of English and a passion for learning for this course. Can I access the course at any time, or is there a set schedule? You have the flexibility to access the course at any time that suits your schedule. Our courses are self-paced, allowing you to study at your own pace and convenience. How long will I have access to the course? For this course, you will have access to the course materials for 1 year only. This means you can review the content as often as you like within the year, even after you've completed the course. However, if you buy Lifetime Access for the course, you will be able to access the course for a lifetime. Is there a certificate of completion provided after completing the course? Yes, upon successfully completing the course, you will receive a certificate of completion. This certificate can be a valuable addition to your professional portfolio and can be shared on your various social networks. Can I switch courses or get a refund if I'm not satisfied with the course? We want you to have a positive learning experience. If you're not satisfied with the course, you can request a course transfer or refund within 14 days of the initial purchase. How do I track my progress in the course? Our platform provides tracking tools and progress indicators for each course. You can monitor your progress, completed lessons, and assessments through your learner dashboard for the course. What if I have technical issues or difficulties with the course? If you encounter technical issues or content-related difficulties with the course, our support team is available to assist you. You can reach out to them for prompt resolution.

Pet Business Certificate (UK)
Delivered Online On Demand2 hours 13 minutes
£25

HR (Change Management and Recruitment Consultant)

By Imperial Academy

Level 5-Two Endorsed Diploma | QLS Hard Copy Certificate Included | Plus 5 CPD Courses | Lifetime Access

HR (Change Management and Recruitment Consultant)
Delivered Online On Demand
£300