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

114 Data Science courses in Cardiff delivered Live Online

Google Cloud Platform Big Data and Machine Learning Fundamentals

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for This class is intended for the following: Data analysts, Data scientists, Business analysts getting started with Google Cloud Platform. Individuals responsible for designing pipelines and architectures for data processing, creating and maintaining machine learning and statistical models, querying datasets, visualizing query results and creating reports. Executives and IT decision makers evaluating Google Cloud Platform for use by data scientists. Overview This course teaches students the following skills:Identify the purpose and value of the key Big Data and Machine Learning products in the Google Cloud Platform.Use Cloud SQL and Cloud Dataproc to migrate existing MySQL and Hadoop/Pig/Spark/Hive workloads to Google Cloud Platform.Employ BigQuery and Cloud Datalab to carry out interactive data analysis.Train and use a neural network using TensorFlow.Employ ML APIs.Choose between different data processing products on the Google Cloud Platform. This course introduces participants to the Big Data and Machine Learning capabilities of Google Cloud Platform (GCP). It provides a quick overview of the Google Cloud Platform and a deeper dive of the data processing capabilities. Introducing Google Cloud Platform Google Platform Fundamentals Overview. Google Cloud Platform Big Data Products. Compute and Storage Fundamentals CPUs on demand (Compute Engine). A global filesystem (Cloud Storage). CloudShell. Lab: Set up a Ingest-Transform-Publish data processing pipeline. Data Analytics on the Cloud Stepping-stones to the cloud. Cloud SQL: your SQL database on the cloud. Lab: Importing data into CloudSQL and running queries. Spark on Dataproc. Lab: Machine Learning Recommendations with Spark on Dataproc. Scaling Data Analysis Fast random access. Datalab. BigQuery. Lab: Build machine learning dataset. Machine Learning Machine Learning with TensorFlow. Lab: Carry out ML with TensorFlow Pre-built models for common needs. Lab: Employ ML APIs. Data Processing Architectures Message-oriented architectures with Pub/Sub. Creating pipelines with Dataflow. Reference architecture for real-time and batch data processing. Summary Why GCP? Where to go from here Additional Resources Additional course details: Nexus Humans Google Cloud Platform Big Data and Machine Learning Fundamentals training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Google Cloud Platform Big Data and Machine Learning Fundamentals course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Google Cloud Platform Big Data and Machine Learning Fundamentals
Delivered OnlineFlexible Dates
Price on Enquiry

Deep Learning on AWS

By Nexus Human

Duration 1 Days 6 CPD hours This course is intended for This course is intended for: Developers responsible for developing Deep Learning applications Developers who want to understand concepts behind Deep Learning and how to implement a Deep Learning solution on AWS Overview This course is designed to teach you how to: Define machine learning (ML) and deep learning Identify the concepts in a deep learning ecosystem Use Amazon SageMaker and the MXNet programming framework for deep learning workloads Fit AWS solutions for deep learning deployments In this course, you?ll learn about AWS?s deep learning solutions, including scenarios where deep learning makes sense and how deep learning works. You?ll learn how to run deep learning models on the cloud using Amazon SageMaker and the MXNet framework. You?ll also learn to deploy your deep learning models using services like AWS Lambda while designing intelligent systems on AWS. Module 1: Machine learning overview A brief history of AI, ML, and DL The business importance of ML Common challenges in ML Different types of ML problems and tasks AI on AWS Module 2: Introduction to deep learning Introduction to DL The DL concepts A summary of how to train DL models on AWS Introduction to Amazon SageMaker Hands-on lab: Spinning up an Amazon SageMaker notebook instance and running a multi-layer perceptron neural network model Module 3: Introduction to Apache MXNet The motivation for and benefits of using MXNet and Gluon Important terms and APIs used in MXNet Convolutional neural networks (CNN) architecture Hands-on lab: Training a CNN on a CIFAR-10 dataset Module 4: ML and DL architectures on AWS AWS services for deploying DL models (AWS Lambda, AWS IoT Greengrass, Amazon ECS, AWS Elastic Beanstalk) Introduction to AWS AI services that are based on DL (Amazon Polly, Amazon Lex, Amazon Rekognition) Hands-on lab: Deploying a trained model for prediction on AWS Lambda Additional course details: Nexus Humans Deep Learning on AWS training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the Deep Learning on AWS course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

Deep Learning on AWS
Delivered OnlineFlexible Dates
Price on Enquiry

The Machine Learning Pipeline on AWS

By Nexus Human

Duration 4 Days 24 CPD hours This course is intended for This course is intended for: Developers Solutions Architects Data Engineers Anyone with little to no experience with ML and wants to learn about the ML pipeline using Amazon SageMaker Overview In this course, you will learn to: Select and justify the appropriate ML approach for a given business problem Use the ML pipeline to solve a specific business problem Train, evaluate, deploy, and tune an ML model using Amazon SageMaker Describe some of the best practices for designing scalable, cost-optimized, and secure ML pipelines in AWS Apply machine learning to a real-life business problem after the course is complete This course explores how to use the machine learning (ML) pipeline to solve a real business problem in a project-based learning environment. Students will learn about each phase of the pipeline from instructor presentations and demonstrations and then apply that knowledge to complete a project solving one of three business problems: fraud detection, recommendation engines, or flight delays. By the end of the course, students will have successfully built, trained, evaluated, tuned, and deployed an ML model using Amazon SageMaker that solves their selected business problem. Module 0: Introduction Pre-assessment Module 1: Introduction to Machine Learning and the ML Pipeline Overview of machine learning, including use cases, types of machine learning, and key concepts Overview of the ML pipeline Introduction to course projects and approach Module 2: Introduction to Amazon SageMaker Introduction to Amazon SageMaker Demo: Amazon SageMaker and Jupyter notebooks Hands-on: Amazon SageMaker and Jupyter notebooks Module 3: Problem Formulation Overview of problem formulation and deciding if ML is the right solution Converting a business problem into an ML problem Demo: Amazon SageMaker Ground Truth Hands-on: Amazon SageMaker Ground Truth Practice problem formulation Formulate problems for projects Module 4: Preprocessing Overview of data collection and integration, and techniques for data preprocessing and visualization Practice preprocessing Preprocess project data Class discussion about projects Module 5: Model Training Choosing the right algorithm Formatting and splitting your data for training Loss functions and gradient descent for improving your model Demo: Create a training job in Amazon SageMaker Module 6: Model Evaluation How to evaluate classification models How to evaluate regression models Practice model training and evaluation Train and evaluate project models Initial project presentations Module 7: Feature Engineering and Model Tuning Feature extraction, selection, creation, and transformation Hyperparameter tuning Demo: SageMaker hyperparameter optimization Practice feature engineering and model tuning Apply feature engineering and model tuning to projects Final project presentations Module 8: Deployment How to deploy, inference, and monitor your model on Amazon SageMaker Deploying ML at the edge Demo: Creating an Amazon SageMaker endpoint Post-assessment Course wrap-up Additional course details: Nexus Humans The Machine Learning Pipeline on AWS training program is a workshop that presents an invigorating mix of sessions, lessons, and masterclasses meticulously crafted to propel your learning expedition forward. This immersive bootcamp-style experience boasts interactive lectures, hands-on labs, and collaborative hackathons, all strategically designed to fortify fundamental concepts. Guided by seasoned coaches, each session offers priceless insights and practical skills crucial for honing your expertise. Whether you're stepping into the realm of professional skills or a seasoned professional, this comprehensive course ensures you're equipped with the knowledge and prowess necessary for success. While we feel this is the best course for the The Machine Learning Pipeline on AWS course and one of our Top 10 we encourage you to read the course outline to make sure it is the right content for you. Additionally, private sessions, closed classes or dedicated events are available both live online and at our training centres in Dublin and London, as well as at your offices anywhere in the UK, Ireland or across EMEA.

The Machine Learning Pipeline on AWS
Delivered OnlineFlexible Dates
Price on Enquiry

Advanced Analytics with Python

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for Before taking this course delegates should already be familiar with basic analytics techniques, comfortable with basic data manipulation tools such as spreadsheets and databases and already familiar with at least one programming language Overview This course teaches delegates who are already familiar with analytics techniques and at least one programming language how to effectively use the programming language for three tasks: data manipulation and preparation, statistical analysis and advanced analytics (including predictive modelling and segmentation). Mastery of these techniques will allow delegates to immediately add value in their work place by extracting valuable insight from company data to allow better, data-driven decisions. Outcomes: After completing the course, delegates will be capable of writing production-ready R code to perform advanced analytics tasks enabling their organisations make better, data-driven decisions. Becoming a world class data analytics practitioner requires mastery of the most sophisticated data analytics tools. These programming languages are some of the most powerful and flexible tools in the data analytics toolkit. Topic 1 Intro to our chosen language Topic 2 Basic programming conventions Topic 3 Data structures Topic 4 Accessing data Topic 5 Descriptive statistics Topic 6 Data visualisation Topic 7 Statistical analysis Topic 8 Advanced data manipulation Topic 9 Advanced analytics ? predictive modelling Topic 10 Advanced analytics ? segmentation

Advanced Analytics with Python
Delivered OnlineFlexible Dates
Price on Enquiry

Online Options

Show all 972

This course will enable you to bring value to the business by putting data science concepts into practice. Data is crucial for understanding where the business is and where it's headed. Not only can data reveal insights, but it can also inform - by guiding decisions and influencing day-to-day operations.

Certified Data Science Practitioner
Delivered in Loughborough or UK Wide or OnlineFlexible Dates
£595

Django with Data Science

By Packt

This course will show you how to create a professional and attractive user interface (UI) in Django for data science using the Semantic UI framework.

Django with Data Science
Delivered Online On Demand7 hours 6 minutes
£102.99

Data Science - CPD Accredited

4.9(27)

By Apex Learning

***Don't Spend More; Spend Smart with This 14 in 1 Data Science Bundle*** Get Hard Copy + PDF Certificates + Transcript + Student ID Card + e-Learning App as a Gift - Enrol Data Science Bundle Now Tired of browsing and searching for the Data Science course you are looking for? Can't find the complete package that fulfils all your needs? Then don't worry, as you have just found the solution. Take a minute and look through this 14-in-1 extensive Data Science bundle that has everything you need to succeed in Data Science and other relevant fields! After surveying thousands of learners just like you and considering their valuable feedback, this all-in-one Data Science bundle has been designed by industry experts. We prioritised what learners were looking for in a complete package and developed this in-demand course that will enhance your Data Science skills and prepare you for the competitive job market. Furthermore, to help you showcase your expertise in Data Science, we have prepared a special gift of 1 hardcopy certificate and 1 PDF certificate for the title course completely free of cost. These certificates will enhance your credibility and encourage possible employers to pick you over the rest. This Data Science Bundle Consists of the following Premium courses: Course 01: Data Analysis Course 02: Data Science & Machine Learning with Python Course 03: R Programming for Data Science Course 04: Statistics & Probability for Data Science & Machine Learning Course 05: Complete Google Analytics Course Course 06: Excel Data Analysis for Beginner Course 07: Introduction to Data Analysis Course 08: Data Analysis in Excel Level 3 Course Course 09: Google Data Studio: Data Analytics Course 10: Data Center Training Essentials: General Introduction Course 11: SQL Programming Masterclass Course 12: Web Scraping and Mapping Dam Levels in Python and Leaflet Level 4 Course 13: Learn to Use Python for Spatial Analysis in ArcGIS Course 14: GDPR Data Protection Level 5 So enrol now in this Data science bundle to kick-start/ advance your career! Curriculum of Data Science Bundle Data Science with Python Introduction to Python Data Science Data Cleaning Packages Data Visualization packages How will I get my Data Science Certificate? After successfully completing the Data Science course you will be able to order your CPD Accredited Certificates (PDF + Hard Copy) as proof of your achievement. PDF Certificate: Free (For The Title Course) Hard Copy Certificate: Free (For The Title Course) CPD 145 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone from any background can enrol in this Data Science bundle including; Administrator & Data Analyst Architect Cabler Manager Centre Manager Requirements Our Data sciencecourse is fully compatible with PC's, Mac's, laptops, tablets and Smartphone devices. Career path Having this Data science expertise will increase the value of your CV and open you up to multiple job sectors. Explore Data Science AdministratorData AnalystArchitectCablerManagerCentre Manager Certificates Certificate of completion Digital certificate - Included You will get the PDF Certificate for the title course (Data Science with Python) absolutely Free! Certificate of completion Hard copy certificate - Included You will get the Hard Copy certificate for the title course (Data Science with Python) absolutely Free! Other Hard Copy certificates are available for £10 each. Please Note: The delivery charge inside the UK is £3.99, and the international students must pay a £9.99 shipping cost.

Data Science - CPD Accredited
Delivered Online On Demand
£75

Data Science & Machine Learning with Python

4.8(9)

By Skill Up

Master Data Science and Machine Learning with Python to transform data-driven decisions in businesses.

Data Science & Machine Learning with Python
Delivered Online On Demand10 hours 24 minutes
£25

Data Science for Business Professionals

By Mpi Learning - Professional Learning And Development Provider

The ability to identify and respond to changing trends is a hallmark of a successful business. Whether those trends are related to customers and sales, or to regulatory and industry standards, businesses are wise to keep track of the variables that can affect the bottom line. In today's business landscape, data comes from numerous sources and in diverse forms.

Data Science for Business Professionals
Delivered in Loughborough or UK Wide or OnlineFlexible Dates
£50

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

Data Science with Python Course

4.9(27)

By Apex Learning

Give a compliment to your career and take it to the next level. This Data Science will provide you with the essential knowledge to shine in your professional career. Whether you want to develop skills for your next job or elevate your skills for your next promotion, this Data Sciencebundle will help you stay ahead of the pack. Throughout the Data Scienceprogramme, it stresses how to improve your competency as a person in your chosen field while also outlining essential career insights in the relevant job sector. Along with this Data Science course, you will get 10 premium courses, an originalHardcopy, 11 PDF Certificates (Main Course + Additional Courses) Student ID card as gifts. This Data Science Bundle Consists of the following Premium courses: Course 01: Data Science with Python Course 02: Data Science & Machine Learning with Python Course 03: R Programming for Data Science Course 04: Python for Data Analysis Course 05: Machine Learning for Predictive Maps in Python and Leaflet Course 06: Learn to Use Python for Spatial Analysis in ArcGIS Course 07: Python Programming for Everybody Course 08: Encryption Course 09: GDPR Data Protection Level 5 Course 10: Decision Making and Critical Thinking Course 11: Time Management Enrol now in Data Science to advance your career, and use the premium study materials from Apex Learning. Certificate: PDF Certificate: Free (Previously it was £6*11 = £66) Hard Copy Certificate: Free (For The Title Course: Previously it was £10) The bundle incorporates basic to advanced level skills to shed some light on your way and boost your career. Hence, you can strengthen your Data Scienceexpertise and essential knowledge, which will assist you in reaching your goal. Curriculum: Course 01: R Programming for Data Science Unit 01: Data Science Overview Unit 02: R and RStudio Unit 03: Introduction to Basics Unit 04: Vectors Unit 05: Matrices Unit 06: Factors Unit 07: Data Frames Unit 08: Lists Unit 09: Relational Operators Unit 10: Logical Operators Unit 11: Conditional Statements Unit 12: Loops Unit 13: Functions Unit 14: R Packages Unit 15: The Apply Family - lapply Unit 16: The apply Family - sapply & vapply Unit 17: Useful Functions Unit 18: Regular Expressions Unit 19: Dates and Times Unit 20: Getting and Cleaning Data Unit 21: Plotting Data in R Unit 22: Data Manipulation with dplyr And much more... CPD 120 CPD hours / points Accredited by CPD Quality Standards Who is this course for? Anyone from any background can enrol in this Data Science bundle. Requirements This Data Science course has been designed to be fully compatible with tablets and smartphones. Career path Having this expertise will increase the value of your CV and open you up to multiple job sectors. Certificates Certificate of completion Digital certificate - Included Certificate of completion Hard copy certificate - Included You will get the Hard Copy certificate for the title course (R Programming for Data Science) absolutely Free! Other Hard Copy certificates are available for £10 each. Please Note: The delivery charge inside the UK is £3.99, and the international students must pay a £9.99 shipping cost.

Data Science with Python Course
Delivered Online On Demand
£53

Data Science with Python - QLS Endorsed

By Imperial Academy

QLS Level 1 Course | 10 FREE CPD Courses & PDF Certificates | CPD Accredited | Installment Payment | Tutor Support

Data Science with Python - QLS Endorsed
Delivered Online On Demand
£49

Data Science 2022 - CPD Accredited

4.9(27)

By Apex Learning

Boost Your Career with Apex Learning and Get Noticed By Recruiters in this Hiring Season! Get Hard Copy + PDF Certificates + Transcript + Student ID Card worth £160 as a Gift - Enrol Now With a single payment you will gain access to Data Science Course Bundle 2022 including 10 Career development courses, original hardcopy certificate, transcript and a student ID card which will allow you to get discounts on things like music, food, travel and clothes etc. The world is one big data bank, and data science is one of the most demanding professional sectors of the present era. The analytical and programming-oriented field of data science has limited resources for candidates to learn and develop skills, which is why you need our highly advanced [course_title] course.With step-by-step interactive video content, our training will equip you with extensive knowledge and expertise in data science, including machine learning. This bundle course offers an opportunity to foster your career opportunities with an expert-level understanding of data science and become skilful in this industry. Take this course anywhere and at any time. Don't let your lifestyle limit your learning or your potential. Data Science Course Bundle 2022 will provide you with the CPD certificate that you'll need to succeed. Gain experience online and interact with experts. This can prove to be the perfect way to get noticed by a prospective employer and stand out from the crowd. Data Science Course Bundle 2022 has been rated and reviewed highly by our learners and professionals alike. We have a passion for teaching, and it shows. All of our courses have interactive online modules that allow studying to take place where and when you want it to. The only thing you need to take Data Science Course Bundle 2022 is Wi-Fi and a screen. You'll never be late for class again. Experienced tutors and mentors will be there for you whenever you need them, and solve all your queries through email and chat boxes. Benefits you'll get choosing Apex Learning for this Course: One payment, but lifetime access to 11 CPD courses Certificates, student ID for the title course included in a one-time fee Full tutor support available from Monday to Friday Free up your time - don't waste time and money travelling for classes Accessible, informative modules taught by expert instructors Learn at your ease - anytime, from anywhere Study the course from your computer, tablet or mobile device CPD accredited course - improve the chance of gaining professional skills Gain valuable knowledge without leaving your home What other courses are included with this Course? Level 2 Microsoft Office Essentials Microsoft Teams Leadership & Management Diploma Working from Home Essentials Mental Health and Working from Home Online Meeting Management Effective Communication Skills Time Management Report Writing Emotional Intelligence and Human Behaviour Curriculum ***Data Science Course Bundle 2022*** Welcome, Course Introduction & overview, and Environment set-up Welcome & Course Overview Set-up the Environment for the Course (lecture 1) Set-up the Environment for the Course (lecture 2) Two other options to setup environment Python Essentials Python data types Part 1 Python Data Types Part 2 Loops, List Comprehension, Functions, Lambda Expression, Map and Filter (Part 1) Loops, List Comprehension, Functions, Lambda Expression, Map and Filter (Part 2) Python Essentials Exercises Overview Python Essentials Exercises Solutions Python for Data Analysis using NumPy What is Numpy? A brief introduction and installation instructions. NumPy arrays, built-in methods, array methods and attributes. Indexing, slicing, broadcasting & boolean masking Arithmetic Operations & Universal Functions Exercises Overview Exercises Solutions Python for Data Analysis using Pandas What is pandas? A brief introduction and installation instructions. Pandas Introduction Pandas Data Structures - Series Pandas Data Structures - DataFrame Handling Missing Data Data Wrangling - Combining, merging, joining Groupby Useful Methods and Operations Project 1 (Overview) Customer Purchases Data Project 1 (Solutions) Customer Purchases Data Project 2 (Overview) Chicago Payroll Data Project 2 (Solutions Part 1) Chicago Payroll Data Python for Data Visualization using matplotlib Matplotlib Essentials (Part 1) - Basic Plotting & Object Oriented Approach Matplotlib Essentials (Part 2) - Basic Plotting & Object Oriented Approach Matplotlib Essentials (Part 3) - Basic Plotting & Object Oriented Approach Matplotlib Essentials - Exercises Overview Matplotlib Essentials - Exercises Solutions Python for Data Visualization using Seaborn Introduction & Installation Distribution Plots Categorical Plots (Part 1) Categorical Plots (Part 2) Axis Grids Matrix Plots Regression Plots Controlling Figure Aesthetics Exercises Overview Exercise Solutions Python for Data Visualization using pandas Pandas Built-in Data Visualization Pandas Data Visualization Exercises Overview Panda Data Visualization Exercises Solutions Python for interactive & geographical plotting using Plotly and Cufflinks Interactive & Geographical Plotting (Part 1) Interactive & Geographical Plotting (Part 2) Interactive & Geographical Plotting Exercises (Overview) Interactive & Geographical Plotting Exercises (Solutions) Capstone Project - Python for Data Analysis & Visualization Project 1 - Oil vs Banks Stock Price during recession (Overview) Project 1 - Oil vs Banks Stock Price during recession (Solutions Part 1) Project 1 - Oil vs Banks Stock Price during recession (Solutions Part 2) Project 1 - Oil vs Banks Stock Price during recession (Solutions Part 3) Project 2 (Optional) - Emergency Calls from Montgomery County, PA (Overview) Python for Machine Learning (ML) - scikit-learn - Linear Regression Model Introduction to ML - What, Why and Types….. Theory Lecture on Linear Regression Model, No Free Lunch, Bias Variance Tradeoff Linear Regression Model - Hands-on (Part 1) Linear Regression Model Hands-on (Part 2) Good to know! How to save and load your trained Machine Learning Model! Linear Regression Model (Insurance Data Project Overview) Linear Regression Model (Insurance Data Project Solutions) Python for Machine Learning - scikit-learn - Logistic Regression Model Theory: Logistic Regression, conf. mat., TP, TN, Accuracy, Specificity…etc. Logistic Regression Model - Hands-on (Part 1) Logistic Regression Model - Hands-on (Part 2) Logistic Regression Model - Hands-on (Part 3) Logistic Regression Model - Hands-on (Project Overview) Logistic Regression Model - Hands-on (Project Solutions) Python for Machine Learning - scikit-learn - K Nearest Neighbors Theory: K Nearest Neighbors, Curse of dimensionality …. K Nearest Neighbors - Hands-on K Nearest Neighbors (Project Overview) K Nearest Neighbors (Project Solutions) Python for Machine Learning - scikit-learn - Decision Tree and Random Forests Theory: D-Tree & Random Forests, splitting, Entropy, IG, Bootstrap, Bagging…. Decision Tree and Random Forests - Hands-on (Part 1) Decision Tree and Random Forests (Project Overview) Decision Tree and Random Forests (Project Solutions) Python for Machine Learning - scikit-learn -Support Vector Machines (SVMs) Support Vector Machines (SVMs) - (Theory Lecture) Support Vector Machines - Hands-on (SVMs) Support Vector Machines (Project 1 Overview) Support Vector Machines (Project 1 Solutions) Support Vector Machines (Optional Project 2 - Overview) Python for Machine Learning - scikit-learn - K Means Clustering Theory: K Means Clustering, Elbow method ….. K Means Clustering - Hands-on K Means Clustering (Project Overview) K Means Clustering (Project Solutions) Python for Machine Learning - scikit-learn - Principal Component Analysis (PCA) Theory: Principal Component Analysis (PCA) Principal Component Analysis (PCA) - Hands-on Principal Component Analysis (PCA) - (Project Overview) Principal Component Analysis (PCA) - (Project Solutions) Recommender Systems with Python - (Additional Topic) Theory: Recommender Systems their Types and Importance Python for Recommender Systems - Hands-on (Part 1) Python for Recommender Systems - - Hands-on (Part 2) Python for Natural Language Processing (NLP) - NLTK - (Additional Topic) Natural Language Processing (NLP) - (Theory Lecture) NLP-Challenges, Data Sources, Data Processing ….. Feature Engineering and Text Preprocessing in Natural Language Processing NLP - Tokenization, Text Normalization, Vectorization, BoW…. BoW, TF-IDF, Machine Learning, Training & Evaluation, Naive Bayes … Pipeline feature to assemble several steps for cross-validation… How will I get my Certificate? After successfully completing the course you will be able to order your CPD Accredited Certificates (PDF + Hard Copy) as proof of your achievement. PDF Certificate: Free (Previously it was £10 * 11 = £110) Hard Copy Certificate: Free (For The Title Course) If you want to get hardcopy certificates for other courses, generally you have to pay £20 for each. But this Fall, Apex Learning is offering a Flat 50% discount on hard copy certificates, and you can get each for just £10! P.S. The delivery charge inside the U.K. is £3.99 and the international students have to pay £9.99. CPD 20 CPD hours / points Accredited by CPD Quality Standards Who is this course for? There is no experience or previous qualifications required for enrolment on this Data Science Course Bundle 2022. It is available to all students, of all academic backgrounds. Requirements Our Data Science Course Bundle 2022 is fully compatible with PC's, Mac's, Laptop, Tablet and Smartphone devices. This course has been designed to be fully compatible on tablets and smartphones so you can access your course on wifi, 3G or 4G. There is no time limit for completing this course, it can be studied in your own time at your own pace. Career path Having this CPD certificate will increase the value in your CV and open you up to multiple sectors such as Business & Management, Admin, Accountancy & Finance, Secretarial & PA, Teaching & Mentoring etc. Certificates Certificate of completion Digital certificate - Included

Data Science 2022 - CPD Accredited
Delivered Online On Demand
£53

Mastering Data Science and Machine Learning Fundamentals

By Packt

This course starts with the basics of data science and gradually moves towards explaining the concepts of machine learning and various data science algorithms.

Mastering Data Science and Machine Learning Fundamentals
Delivered Online On Demand1 hour 48 minutes
£33.99

Educators matching "Data Science"

Show all 4
Jonathan Pollinger - Social Media and AI Trainer

jonathan pollinger - social media and ai trainer

5.0(21)

Cardiff

Hello – I’m Jonathan Pollinger, a freelance social media and AI trainer and I’m here to help you make the most of social media and AI. Social media and AI can make a huge difference to your business or organisation as they can help achieve your business or organisation's objectives. MY BACKGROUND I’ve been working as a social media trainer providing straightforward, practical training for small businesses and charities since 2009…before social media for business was a thing! Before that I’d always been interested in bringing people together using technology, just as social media does today. Since 2022 I've also provided AI training on tools like ChatGPT [https://chatgpt.com] and Microsoft Copilot [https://m365.cloud.microsoft/chat]. I’ve over 110 testimonials on LinkedIn [https://www.linkedin.com/in/jonathanpollinger/] that demonstrate the quality of my training. Over the past 15 years, I’ve worked with small businesses, PR and social media agencies, charities, an MP, local government, business owners, other freelancers and more recently social media influencers. As well as training I provide social media services to B2B businesses via Boost Social Agency [https://boostsocial.agency/].  JONATHAN POLLINGER – SOCIAL MEDIA TRAINER’S TESTIMONIALS “Jonathan combines precise technical expertise with a tolerant and humane approach towards those of us who have been a little slow on the uptake with new media.” Martin Horwood [https://blog.martinhorwood.net/wp/], Former MP for Cheltenham. “I’ve been blown away by the number of business enquiries I’ve received from Twitter since my training with Jonathan. Brilliant!” Sarah Townsend [https://www.sarahtownsendeditorial.co.uk/], Sarah Townsend Editorial Limited “The training was fantastic – very much targeted towards our team and what we do, so we didn’t waste time with things that we already knew.” Jo Evans [https://www.linkedin.com/in/jo-evans-2427a536/], Degreeplus Manager, University of Gloucestershire If I’m not providing training, I’ll probably be out running around Cardiff Bay. I love running the roads and taking part in races as it helps keep me fit and gives me energy. There can’t be many sports where you can continue to improve at my age! A bridge is known locally as ‘Pollinger Bridge’ as I run over it so often. In 2012 I co-founded Laptop Friday, a co-working and networking event, which takes place regularly in Gloucestershire and Devon. Find out how I helped NameTags4U grow their Facebook followers from zero to 48,000, and how a post I created reached 130,000 likes: NameTags4U – Facebook Marketing Case Study [https://www.dropbox.com/s/a6bh52rd4tpztso/NameTags4U_casestudy.pdf?dl=0] (pdf) Learn how I helped freelance marketing copywriter Sarah Townsend @STEcopywriting [https://twitter.com/stecopywriting] grow her Twitter followers from 27 in 2015 to over 7,650 today: Sarah Townsend Editorial – Twitter Marketing Case Study [https://www.dropbox.com/s/8urylo3qxph27u4/Sarah_Townsend_Editorial_case_study.pdf?dl=0] (pdf)