• Categories
    • Cloud Computing
      • AWS Architect Certification
      • AWS Development Certification
      • AWS SysOps Administrator
      • Azure Administrator (AZ-100)
      • Azure Solutions Architect (AZ-200)
      • Azure Solutions Architect (AZ-300)
      • Google Cloud Architect
    • DevOps
      • DevOps Certification Training
      • AWS Certified DevOps Engineer
      • Docker Training and Certification
      • Kubernetes Certification Training
    • Big Data
      • Big Data Hadoop Certification Training
    • Data Science
      • Python Certification Training for Data Science
    • Artificial Intelligence
      • AI & Deep Learning with Tensorflow
    • BI and Visualization
      • Tableau Training & Certification
    • Project Management & Methodologies
      • Six Sigma Green Belt
      • Six Sigma Black Belt
      • Lean Six Sigma Green Belt
      • Lean Six Sigma Black Belt
    • Programming and Frameworks
      • Full Stack Web Developer
      • Python Programming Certification
    • Cyber Security
      • Cyber Security Certification
      • Certified Ethical Hacker – CEH (v10)
      • CISSP Certification Course
    • Software Testing
    • Blockchain
    • Architecture and Design Patterns
    • Digital Marketing
  • All Courses
  • About Us
  • Pay Securely
    Have any question?
    admin@pinnacledu.com
    Login
    Pinnacledu
    • Categories
      • Cloud Computing
        • AWS Architect Certification
        • AWS Development Certification
        • AWS SysOps Administrator
        • Azure Administrator (AZ-100)
        • Azure Solutions Architect (AZ-200)
        • Azure Solutions Architect (AZ-300)
        • Google Cloud Architect
      • DevOps
        • DevOps Certification Training
        • AWS Certified DevOps Engineer
        • Docker Training and Certification
        • Kubernetes Certification Training
      • Big Data
        • Big Data Hadoop Certification Training
      • Data Science
        • Python Certification Training for Data Science
      • Artificial Intelligence
        • AI & Deep Learning with Tensorflow
      • BI and Visualization
        • Tableau Training & Certification
      • Project Management & Methodologies
        • Six Sigma Green Belt
        • Six Sigma Black Belt
        • Lean Six Sigma Green Belt
        • Lean Six Sigma Black Belt
      • Programming and Frameworks
        • Full Stack Web Developer
        • Python Programming Certification
      • Cyber Security
        • Cyber Security Certification
        • Certified Ethical Hacker – CEH (v10)
        • CISSP Certification Course
      • Software Testing
      • Blockchain
      • Architecture and Design Patterns
      • Digital Marketing
    • All Courses
    • About Us
    • Pay Securely

      Data Science

      • Home
      • All courses
      • Data Science
      • Python Certification Training for Data Science
      CoursesTrendingPython Certification Training for Data Science
      • Introduction to Python

        Learning Objectives: You will get a brief idea of what Python is and touch on the basics.

        10
        • Lecture1.1
          Overview of Python
        • Lecture1.2
          The Companies using Python
        • Lecture1.3
          Different Applications where Python is used
        • Lecture1.4
          Discuss Python Scripts on UNIX/Windows
        • Lecture1.5
          Values, Types, Variables
        • Lecture1.6
          Operands and Expressions
        • Lecture1.7
          Conditional Statements
        • Lecture1.8
          Loops
        • Lecture1.9
          Command Line Arguments
        • Lecture1.10
          Writing to the screen
      • Sequences and File Operations

        Learning Objectives: Learn different types of sequence structures, related operations and their usage. Also learn diverse ways of opening, reading, and writing to files.

        7
        • Lecture2.1
          Python files I/O Functions
        • Lecture2.2
          Numbers
        • Lecture2.3
          Strings and related operations
        • Lecture2.4
          Tuples and related operations
        • Lecture2.5
          Lists and related operations
        • Lecture2.6
          Dictionaries and related operations
        • Lecture2.7
          Sets and related operations
      • Deep Dive – Functions, OOPs, Modules, Errors and Exceptions

        Learning Objectives: In this Module, you will learn how to create generic python scripts, how to address errors/exceptions in code and finally how to extract/filter content using regex.

        13
        • Lecture3.1
          Functions
        • Lecture3.2
          Function Parameters
        • Lecture3.3
          Global Variables
        • Lecture3.4
          Variable Scope and Returning Values
        • Lecture3.5
          Lambda Functions
        • Lecture3.6
          Object-Oriented Concepts
        • Lecture3.7
          Standard Libraries
        • Lecture3.8
          Modules Used in Python
        • Lecture3.9
          The Import Statements
        • Lecture3.10
          Module Search Path
        • Lecture3.11
          Package Installation Ways
        • Lecture3.12
          Errors and Exception Handling
        • Lecture3.13
          Handling Multiple Exceptions
      • Introduction to NumPy, Pandas and Matplotlib

        Learning Objectives: This Module helps you get familiar with basics of statistics, different types of measures and probability distributions, and the supporting libraries in Python that assist in these operations. Also, you will learn in detail about data visualization.

        11
        • Lecture4.1
          NumPy – arrays
        • Lecture4.2
          Operations on arrays
        • Lecture4.3
          Indexing slicing and iterating
        • Lecture4.4
          Reading and writing arrays on files
        • Lecture4.5
          Pandas – data structures & index operations
        • Lecture4.6
          Reading and Writing data from Excel/CSV formats into Pandas
        • Lecture4.7
          matplotlib library
        • Lecture4.8
          Grids, axes, plots
        • Lecture4.9
          Markers, colours, fonts and styling
        • Lecture4.10
          Types of plots – bar graphs, pie charts, histograms
        • Lecture4.11
          Contour plots
      • Data Manipulation

        Learning Objective: Through this Module, you will understand in detail about Data Manipulation

        6
        • Lecture5.1
          Basic Functionalities of a data object
        • Lecture5.2
          Merging of Data objects
        • Lecture5.3
          Concatenation of data objects
        • Lecture5.4
          Types of Joins on data objects
        • Lecture5.5
          Exploring a Dataset
        • Lecture5.6
          Analysing a dataset
      • Introduction to Machine Learning with Python

        Learning Objectives: In this module, you will learn the concept of Machine Learning and its types.

        7
        • Lecture6.1
          Python Revision (numpy, Pandas, scikit learn, matplotlib)
        • Lecture6.2
          What is Machine Learning?
        • Lecture6.3
          Machine Learning Use-Cases
        • Lecture6.4
          Machine Learning Process Flow
        • Lecture6.5
          Machine Learning Categories
        • Lecture6.6
          Linear regression
        • Lecture6.7
          Gradient descent
      • Supervised Learning - I

        Learning Objectives: In this module, you will learn Supervised Learning Techniques and their implementation, for example, Decision Trees, Random Forest Classifier etc.

        6
        • Lecture7.1
          What are Classification and its use cases?
        • Lecture7.2
          What is Decision Tree?
        • Lecture7.3
          Algorithm for Decision Tree Induction
        • Lecture7.4
          Creating a Perfect Decision Tree
        • Lecture7.5
          Confusion Matrix
        • Lecture7.6
          What is Random Forest?
      • Dimensionality Reduction

        Learning Objectives: In this module, you will learn about the impact of dimensions within data. You will be taught to perform factor analysis using PCA and compress dimensions. Also, you will be developing LDA model.

        6
        • Lecture8.1
          Introduction to Dimensionality
        • Lecture8.2
          Why Dimensionality Reduction
        • Lecture8.3
          PCA
        • Lecture8.4
          Factor Analysis
        • Lecture8.5
          Scaling dimensional model
        • Lecture8.6
          LDA
      • Supervised Learning - II

        Learning Objectives: In this module, you will learn Supervised Learning Techniques and their implementation, for example, Decision Trees, Random Forest Classifier etc.

        8
        • Lecture9.1
          What is Naïve Bayes?
        • Lecture9.2
          How Naïve Bayes works?
        • Lecture9.3
          Implementing Naïve Bayes Classifier
        • Lecture9.4
          What is Support Vector Machine?
        • Lecture9.5
          Illustrate how Support Vector Machine works?
        • Lecture9.6
          Hyperparameter Optimization
        • Lecture9.7
          Grid Search vs Random Search
        • Lecture9.8
          Implementation of Support Vector Machine for Classification
      • Unsupervised Learning

        Learning Objectives: In this module, you will learn about Unsupervised Learning and the various types of clustering that can be used to analyze the data.

        7
        • Lecture10.1
          What is Clustering & its Use Cases?
        • Lecture10.2
          What is K-means Clustering?
        • Lecture10.3
          How does K-means algorithm work?
        • Lecture10.4
          How to do optimal clustering
        • Lecture10.5
          What is C-means Clustering?
        • Lecture10.6
          What is Hierarchical Clustering?
        • Lecture10.7
          How Hierarchical Clustering works?
      • Association Rules Mining and Recommendation Systems

        Learning Objectives: In this module, you will learn Association rules and their extension towards recommendation engines with Apriori algorithm.

        7
        • Lecture11.1
          What are Association Rules?
        • Lecture11.2
          Association Rule Parameters
        • Lecture11.3
          Calculating Association Rule Parameters
        • Lecture11.4
          Recommendation Engines
        • Lecture11.5
          How does Recommendation Engines work?
        • Lecture11.6
          Collaborative Filtering
        • Lecture11.7
          Content-Based Filtering
      • Reinforcement Learning

        Learning Objectives: In this module, you will learn about developing a smart learning algorithm such that the learning becomes more and more accurate as time passes by. You will be able to define an optimal solution for an agent based on agent-environment interaction.

        9
        • Lecture12.1
          What is Reinforcement Learning
        • Lecture12.2
          Why Reinforcement Learning
        • Lecture12.3
          Elements of Reinforcement Learning
        • Lecture12.4
          Exploration vs Exploitation dilemma
        • Lecture12.5
          Epsilon Greedy Algorithm
        • Lecture12.6
          Markov Decision Process (MDP)
        • Lecture12.7
          Q values and V values
        • Lecture12.8
          Q – Learning
        • Lecture12.9
          α values
      • Time Series Analysis

        Learning Objectives: In this module, you will learn about Time Series Analysis to forecast dependent variables based on time. You will be taught different models for time series modeling such that you analyze a real time-dependent data for forecasting.

        10
        • Lecture13.1
          What is Time Series Analysis?
        • Lecture13.2
          Importance of TSA
        • Lecture13.3
          Components of TSA
        • Lecture13.4
          White Noise
        • Lecture13.5
          AR model
        • Lecture13.6
          MA model
        • Lecture13.7
          ARMA model
        • Lecture13.8
          ARIMA model
        • Lecture13.9
          Stationarity
        • Lecture13.10
          ACF & PACF
      • Model Selection and Boosting

        Learning Objectives: In this module, you will learn about selecting one model over another. Also, you will learn about Boosting and its importance in Machine Learning. You will learn on how to convert weaker algorithms into stronger ones.

        7
        • Lecture14.1
          What is Model Selection?
        • Lecture14.2
          The need for Model Selection
        • Lecture14.3
          Cross-Validation
        • Lecture14.4
          What is Boosting?
        • Lecture14.5
          How Boosting Algorithms work?
        • Lecture14.6
          Types of Boosting Algorithms
        • Lecture14.7
          Adaptive Boosting
        This content is protected, please login and enroll course to view this content!
        Prev AR model
        Next ARMA model

        Leave A Reply Cancel reply

        Your email address will not be published. Required fields are marked *

        All Courses

        • Artificial Intelligence
        • BI and Visualization
        • Big Data
        • Cloud Computing
        • Cyber Security
        • Data Science
        • DevOps
        • IT Service Management
        • Networking
        • Programming and Frameworks
        • Project Management and Methodologies
        • Trending

        Latest Courses

        Python Programming Certification Course

        Python Programming Certification Course

        $349.00
        AWS Architect Certification Training

        AWS Architect Certification Training

        $399.00
        Six Sigma Green Belt

        Six Sigma Green Belt

        $300.00
        logo-eduma-the-best-lms-wordpress-theme

        admin@pinnacledu.com

        • in

        Company

        • About Us
        • Blog
        • Contact
        • Become an Instructor

        Useful Links

        • Courses
        • Events
        • Gallery
        • FAQs
        • Give us a Testimonial

        Support

        • Documentation
        • Forums
        • Log a Ticket

        For Business

        • Corporate Training
        • Become our Reseller

        © 2019 www.pinnacledu.com. All rights Reserved.

        Disclaimer

      • PMP, PMI, PMBOK, CAPM, PgMP, PfMP, ACP, PBA, RMP, SP, and OPM3 are registered marks of the Project Management Institute, Inc.
      • ITIL® is a [registered] trade mark of AXELOS Limited, used under permission of AXELOS Limited. All rights reserved.
      • IT Infrastructure Library is a [registered] trade mark of AXELOS Limited used, under permission of AXELOS Limited. All rights reserved.
      • The Swirl logo™ is a trade mark of AXELOS Limited, used under permission of AXELOS Limited. All rights reserved.
      • PRINCE2® is a [registered] trade mark of AXELOS Limited, used under permission of AXELOS Limited. All rights reserved.
      • MSP® is a [registered] trade mark of AXELOS Limited, used under permission of AXELOS Limited. All rights reserved.
      • The Open Group®, IT4IT™, ArchiMate® and TOGAF® are registered trademarks of The Open Group.
      • COBIT® is a trademark of ISACA® registered in the United States and other countries.
      • CISA® is a Registered Trade Mark of the Information Systems Audit and Control Association (ISACA) and the IT Governance Institute.
      • CISSP® is a registered mark of The International Information Systems Security Certification Consortium ((ISC)2).
      • CISCO®, CCNA®, and CCNP® are trademarks of Cisco and registered trademarks in the United States and certain other countries.
        • Privacy
        • Terms
        • Refund Policy
        • Reschedule Policy
        • Sitemap

        Become An Instructor?

        Join thousand of instructors and earn money hassle free!

        Get Started Now
        No apps configured. Please contact your administrator.

        Login with your site account

        No apps configured. Please contact your administrator.

        Lost your password?

        Modal title

        Message modal