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

372 Courses

Machine Learning Essentials with Python (TTML5506-P)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for This course is geared for attendees with solid Python skills who wish to learn and use basic machine learning algorithms and concepts Overview This 'skills-centric' course is about 50% hands-on lab and 50% lecture, with extensive practical exercises designed to reinforce fundamental skills, concepts and best practices taught throughout the course. Topics Covered: This is a high-level list of topics covered in this course. Please see the detailed Agenda below Getting Started & Optional Python Quick Refresher Statistics and Probability Refresher and Python Practice Probability Density Function; Probability Mass Function; Naive Bayes Predictive Models Machine Learning with Python Recommender Systems KNN and PCA Reinforcement Learning Dealing with Real-World Data Experimental Design / ML in the Real World Time Permitting: Deep Learning and Neural Networks Machine Learning Essentials with Python is a foundation-level, three-day hands-on course that teaches students core skills and concepts in modern machine learning practices. This course is geared for attendees experienced with Python, but new to machine learning, who need introductory level coverage of these topics, rather than a deep dive of the math and statistics behind Machine Learning. Students will learn basic algorithms from scratch. For each machine learning concept, students will first learn about and discuss the foundations, its applicability and limitations, and then explore the implementation and use, reviewing and working with specific use casesWorking in a hands-on learning environment, led by our Machine Learning expert instructor, students will learn about and explore:Popular machine learning algorithms, their applicability and limitationsPractical application of these methods in a machine learning environmentPractical use cases and limitations of algorithms Getting Started Installation: Getting Started and Overview LINUX jump start: Installing and Using Anaconda & Course Materials (or reference the default container) Python Refresher Introducing the Pandas, NumPy and Scikit-Learn Library Statistics and Probability Refresher and Python Practice Types of Data Mean, Median, Mode Using mean, median, and mode in Python Variation and Standard Deviation Probability Density Function; Probability Mass Function; Naive Bayes Common Data Distributions Percentiles and Moments A Crash Course in matplotlib Advanced Visualization with Seaborn Covariance and Correlation Conditional Probability Naive Bayes: Concepts Bayes? Theorem Naive Bayes Spam Classifier with Naive Bayes Predictive Models Linear Regression Polynomial Regression Multiple Regression, and Predicting Car Prices Logistic Regression Logistic Regression Machine Learning with Python Supervised vs. Unsupervised Learning, and Train/Test Using Train/Test to Prevent Overfitting Understanding a Confusion Matrix Measuring Classifiers (Precision, Recall, F1, AUC, ROC) K-Means Clustering K-Means: Clustering People Based on Age and Income Measuring Entropy LINUX: Installing GraphViz Decision Trees: Concepts Decision Trees: Predicting Hiring Decisions Ensemble Learning Support Vector Machines (SVM) Overview Using SVM to Cluster People using scikit-learn Recommender Systems User-Based Collaborative Filtering Item-Based Collaborative Filtering Finding Similar Movie Better Accuracy for Similar Movies Recommending movies to People Improving your recommendations KNN and PCA K-Nearest-Neighbors: Concepts Using KNN to Predict a Rating for a Movie Dimensionality Reduction; Principal Component Analysis (PCA) PCA with the Iris Data Set Reinforcement Learning Reinforcement Learning with Q-Learning and Gym Dealing with Real-World Data Bias / Variance Tradeoff K-Fold Cross-Validation Data Cleaning and Normalization Cleaning Web Log Data Normalizing Numerical Data Detecting Outliers Feature Engineering and the Curse of Dimensionality Imputation Techniques for Missing Data Handling Unbalanced Data: Oversampling, Undersampling, and SMOTE Binning, Transforming, Encoding, Scaling, and Shuffling Experimental Design / ML in the Real World Deploying Models to Real-Time Systems A/B Testing Concepts T-Tests and P-Values Hands-on With T-Tests Determining How Long to Run an Experiment A/B Test Gotchas Capstone Project Group Project & Presentation or Review Deep Learning and Neural Networks Deep Learning Prerequisites The History of Artificial Neural Networks Deep Learning in the TensorFlow Playground Deep Learning Details Introducing TensorFlow Using TensorFlow Introducing Keras Using Keras to Predict Political Affiliations Convolutional Neural Networks (CNN?s) Using CNN?s for Handwriting Recognition Recurrent Neural Networks (RNN?s) Using an RNN for Sentiment Analysis Transfer Learning Tuning Neural Networks: Learning Rate and Batch Size Hyperparameters Deep Learning Regularization with Dropout and Early Stopping The Ethics of Deep Learning Learning More about Deep Learning Additional course details: Nexus Humans Machine Learning Essentials with Python (TTML5506-P) 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 Machine Learning Essentials with Python (TTML5506-P) 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.

Machine Learning Essentials with Python (TTML5506-P)
Delivered OnlineFlexible Dates
Price on Enquiry

CertNexus Certified Artificial Intelligence Practitioner CAIP (AIP-210)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for The skills covered in this course converge on four areas-software development, IT operations, applied math and statistics, and business analysis. Target students for this course should be looking to build upon their knowledge of the data science process so that they can apply AI systems, particularly machine learning models, to business problems. So, the target student is likely a data science practitioner, software developer, or business analyst looking to expand their knowledge of machine learning algorithms and how they can help create intelligent decisionmaking products that bring value to the business. A typical student in this course should have several years of experience with computing technology, including some aptitude in computer programming. This course is also designed to assist students in preparing for the CertNexus Certified Artificial Intelligence (AI) Practitioner (Exam AIP-210) certification Overview In this course, you will develop AI solutions for business problems. You will: Solve a given business problem using AI and ML. Prepare data for use in machine learning. Train, evaluate, and tune a machine learning model. Build linear regression models. Build forecasting models. Build classification models using logistic regression and k -nearest neighbor. Build clustering models. Build classification and regression models using decision trees and random forests. Build classification and regression models using support-vector machines (SVMs). Build artificial neural networks for deep learning. Put machine learning models into operation using automated processes. Maintain machine learning pipelines and models while they are in production Artificial intelligence (AI) and machine learning (ML) have become essential parts of the toolset for many organizations. When used effectively, these tools provide actionable insights that drive critical decisions and enable organizations to create exciting, new, and innovative products and services. This course shows you how to apply various approaches and algorithms to solve business problems through AI and ML, all while following a methodical workflow for developing data-driven solutions. Solving Business Problems Using AI and ML Topic A: Identify AI and ML Solutions for Business Problems Topic B: Formulate a Machine Learning Problem Topic C: Select Approaches to Machine Learning Preparing Data Topic A: Collect Data Topic B: Transform Data Topic C: Engineer Features Topic D: Work with Unstructured Data Training, Evaluating, and Tuning a Machine Learning Model Topic A: Train a Machine Learning Model Topic B: Evaluate and Tune a Machine Learning Model Building Linear Regression Models Topic A: Build Regression Models Using Linear Algebra Topic B: Build Regularized Linear Regression Models Topic C: Build Iterative Linear Regression Models Building Forecasting Models Topic A: Build Univariate Time Series Models Topic B: Build Multivariate Time Series Models Building Classification Models Using Logistic Regression and k-Nearest Neighbor Topic A: Train Binary Classification Models Using Logistic Regression Topic B: Train Binary Classification Models Using k-Nearest Neighbor Topic C: Train Multi-Class Classification Models Topic D: Evaluate Classification Models Topic E: Tune Classification Models Building Clustering Models Topic A: Build k-Means Clustering Models Topic B: Build Hierarchical Clustering Models Building Decision Trees and Random Forests Topic A: Build Decision Tree Models Topic B: Build Random Forest Models Building Support-Vector Machines Topic A: Build SVM Models for Classification Topic B: Build SVM Models for Regression Building Artificial Neural Networks Topic A: Build Multi-Layer Perceptrons (MLP) Topic B: Build Convolutional Neural Networks (CNN) Topic C: Build Recurrent Neural Networks (RNN) Operationalizing Machine Learning Models Topic A: Deploy Machine Learning Models Topic B: Automate the Machine Learning Process with MLOps Topic C: Integrate Models into Machine Learning Systems Maintaining Machine Learning Operations Topic A: Secure Machine Learning Pipelines Topic B: Maintain Models in Production

CertNexus Certified Artificial Intelligence Practitioner CAIP (AIP-210)
Delivered OnlineFlexible Dates
Price on Enquiry

Online Options

Show all 345

Anxiety Relief with NLP & Hypnotherapy

By Proactive NLP Ltd

A life without anxiety can be yours with our bespoke blend of clinical hypnotherapy and advanced NLP therapy techniques. Start with a free online Q&A session. Start enjoying a life free from anxiety

Anxiety Relief with NLP & Hypnotherapy
Delivered Online + more
£15

Becoming Anxiety Free with NLP

By Proactive NLP Ltd

Become free from Anxiety and say goodbye to managing your anxiety and start living a happy and content life. This masterclass will show you can change how your mind works to eliminate the negative and debilitating emotional impact of anxiety, once and for all!

Becoming Anxiety Free with NLP
Delivered Online
£65

Overcoming Anxiety with NLP

By Proactive NLP Ltd

Overcoming Anxiety with NLP is a three hour online workshop with Accredited Trainer of NLP and Clinical Hypnotherapist Paul McGowran of proactivenlp.com. During the workshop Paul will take delegates through understanding how to resolve their own anxiety using NLP thinking and techniques. You can live a life without anxiety, sign up now.

Overcoming Anxiety with NLP
Delivered Online + more
£75

Hypnotherapy Practitioner Diploma Course : Oct-Dec 2024

By Hypnotic Solutions Training

Hypnotherapy Training Course

Hypnotherapy Practitioner Diploma Course : Oct-Dec 2024
Delivered in person or Online + more
£1,895 to £1,995

The Online NLP Practitioner Training

By Ely Wellbeing

•The Online NLP Practitioner Training is a comprehensive program that will provide you with the tools and techniques you need to overcome your chronic pain and mental health conditions. • The program includes a printable digital copy of the NLP Practitioner Manual, access to the video recording of the training, ‘live’ online demonstrations of the techniques in action on yourself, online support for one year by way of group calls, and assistance set up your business website. • This program is perfect for anyone who wants to achieve positive change in their lives! Whether you’re a self-starter who is interested in self-development or a professional who is seeking career development and job fulfilment.

The Online NLP Practitioner Training
Delivered OnlineJoin Waitlist
£2,000

NLP Practitioner Online Course

4.8(9)

By Skill Up

Unlock your potential and achieve your goals with NLP Practitioner Online Course. Learn the essential NLP skills and techniques to create lasting change in your life.

NLP Practitioner Online Course
Delivered Online On Demand3 hours 11 minutes
£25

NLP Practitioner Course: Mastering Techniques

4.3(43)

By John Academy

Elevate your personal and professional journey with our NLP Practitioner Course: Mastering Techniques. Unlock the secrets of Neuro-Linguistic Programming, enhance communication skills, and gain mastery in advanced techniques. Transform beliefs, overcome challenges, and earn your NLP Practitioner Certification. Join a community of growth-oriented individuals. Enroll now for a life-changing experience in self-discovery and empowerment.

NLP Practitioner Course: Mastering Techniques
Delivered Online On Demand3 hours
£23.99

Certificate in NLP Practitioner Diploma

4.8(9)

By Skill Up

Become a master NLP practitioner who brings positivity to society and helps people hit milestones. Learn Emotional Intelligence, Sensory Acuity, and language patterns.

Certificate in NLP Practitioner Diploma
Delivered Online On Demand4 hours 21 minutes
£25

NLP Practitioner Diploma

5.0(1)

By Empower UK Employment Training

This course aims to teach you how to employ NLP for self-improvement by examining exclusive tactics and implementing them to meet one’s goals.

NLP Practitioner Diploma
Delivered Online On Demand1 hour 36 minutes
£5

Neuro Linguistic Programming NLP Course

4.8(9)

By Skill Up

Discover the art of Neuro-Linguistic Programming (NLP) with our comprehensive course. Learn NLP techniques and principles for personal growth and communication mastery.

Neuro Linguistic Programming NLP Course
Delivered Online On Demand1 hour 50 minutes
£25

Educators matching "NLP"

Show all 378
Proactive NLP Ltd

proactive nlp ltd

Bowness-on-windermere

At Proactive NLP Ltd we offer perhaps the widest range of NLP based services. Whatever your context we have solutions that will deliver the outcome you're seeking. Our core offering is traditional accredited NLP training at Diploma, Practitioner & Master Practitioner levels.  This series of personal development really is the most intensive journey you can take and the most rewarding.  You will give yourself the maximum choice of the life you want to lead. All our services incorporate NLP at their core, hence, learning NLP is central to you achieving exactly what you want to achieve. For individuals struggling to identify the future they want because they are shackled with Anxiety and Stress or Depression we have a service that lets you take those shackles and chains off.  Our 'A Life Without Anxiety' site is where we assist individuals re-train their minds to shaoe the life they want to lead.  We have conducted an extensive review of lots of 'Anxiety Journals' and "Anxiety Cure' books...lets just say they re-inforce anxiety in the reader!  Our approach is totally different, we will guide you to create the life you want...free from an anxiety.  We will be publishing our own Journal and accompanying Book. For businesses and organisations we have two distinct offerings.  Firstly, our Business NLP offering takes our traditional NLP training and reframes this as a development programme focused on developing Collaborative Leadership and Collaborative Cultures.  Having worked on most of the major infrastructure projects delivered within the UK over the last 12 years we have encountered multiple scenarios where 'collaborative working' was a stated aim of the project.  However, virtually zero collaboration actually took place.  What we encounter mostly is the traditional and acrimonious 'client / contractor' game playing.  This simply derails and extends the life of projects.  This is the opposite of the stated aim of the project.  We believe if organisations can master the dynamics of collaboration they can achieve everything they want.  Our Business NLP programmes are Diploma - The Fundamentals of Collaborative Behaviour; Practitioner - Developing Collaborative Relationships and Master Practitioner - Leading & Developing Collaborative Cultures. For organisations dealing with low performance, conflict or struggling to deliver against their objectives our specialist Workshop Facilitation business is the answer.  Here we conduct a diagnostic process to uncover the patterns and dynamics getting in the way performance improving.  We then deliver specialised facilitation of workshops and meetings to create a new level of engagement within teams.  Our main assignments for this tend to be teams and groups struggling because of 'conflict' and a lack of 'accountability'.  We have successfully delivered programmes that have resolved these issues and have seen teams we have worked with go on and achieve the level of performance they had initially struggled with. Whatever it is you're looking for in terms of personal or organisational development we have the solutions that will deliver what you're seeking to achieve.  All you ahve to do is get in touch.

zps8   *Coaching 121   *Certified NLP Training

zps8 *coaching 121 *certified nlp training

4.8(5)

Bristol

Elizabeth M Pritchard I love 121 coaching. I also train and certify aspiring NLP practitioners looking to invest time and money in a high-quality certification that nurtures both their personal and professional development. Fascinated by the inner workings of human beings, as teenagers, my friend Julie and I would escape games lessons at Bath Convent to read poetry - hidden behind the coats in the cloakroom. We’d sit and contemplate what the great poets were trying to convey for hours at a time. We’d stay up all night sometimes, talking at length about how life worked. I took this inquisitive appetite for knowledge to university where I became enamoured with the confessional nature of the American poets who seemed capable of expressing the internal experience with infinite precision. In discovering the perspective-shifting teachings of Neuro-Linguistic Programming in the mid-80s, I came to understand how important it is to invest in your future and dedicate time and energy to your development. And so, that’s what I set out to do - not only for myself but to help others achieve this too. I have now lived and breathed NLP principles for over three decades, having undertaken 6250 formal training hours and followed programmes with the founders and global leaders in the field. Today, we probably deliver the most thorough and up-to-date NLP Practitioner Training in the world. If you’re ready to lead a life that you love, I’d love to talk to you. Hire me as a coach, or for 5-day personal strategy intensives, 1-1 NLP training sessions, 20-day NLP certification programmes and 1-day NLP training days. Contact me via email to get started: elizabeth@zeteticmind.com [elizabeth@zeteticmind.com]