Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Basics of ML & AL Week 2 Challenge

1)Calculate all 4 business moments using pen and paper for the below data set?   What is the significance of expected value when simple mean (Sum of all observations/number of observations) is already in place? Simple Mean The "average" number found by adding all data points and dividing by the number of data points.…

    Project Details

    Loading...

    Leave a comment

    Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.

    Please  login to add a comment

    Other comments...

    No comments yet!
    Be the first to add a comment

    Read more Projects by Gokul Suresh (11)

    Basics of ML & AL Week 2 Challenge

    Objective:

    1)Calculate all 4 business moments using pen and paper for the below data set?   What is the significance of expected value when simple mean (Sum of all observations/number of observations) is already in place? Simple Mean The "average" number found by adding all data points and dividing by the number of data points.…

    calendar

    10 May 2021 04:20 PM IST

      Read more

      Basics of Probability and Statistics Week 1 Challenge

      Objective:

      1. Why there is a difference in the formula of variance for population and sample? (σ2)=∑(X−μ)2/N , Variance of a population (s2)=∑(X−μ)2/(N-1), Variance of a sample μ is the mean value of corresponding sample or population. N is the number of elements in the data set. The purpose of…

      calendar

      02 Jan 2021 09:20 AM IST

        Read more

        Project 1 - Parsing NASA thermodynamic data

        Objective:

        Please click on the below project link for the solution to parsing challenge: https://skill-lync.com/projects/file-parsing-nasa-thermodynamic-data-6

        calendar

        26 Aug 2020 05:05 PM IST

          Read more

          File parsing - NASA thermodynamic data

          Objective:

          Introduction:  Parsing, syntax analysis, or syntactic analysis is the process of analyzing a string of symbols, either in natural language, computer languages or data structures, conforming to the rules of a formal grammar. The term parsing comes from Latin pars (orationis), meaning part (of speech). Parsing in…

          calendar

          26 Aug 2020 05:01 PM IST

          • MATLAB
          Read more

          Genetic Algorithm

          Objective:

          Introduction to Optimization: Optimization is the process of making something better. In any process, we have a set of inputs and a set of outputs as shown in the following figure. Optimization refers to finding the values of inputs in such a way that we get the “best” output values. The definition of…

          calendar

          23 Jul 2020 05:36 PM IST

          Read more

          Curve fitting

          Objective:

          Introduction to Curve Fitting: Curve fitting is the process of constructing a curve, or mathematical function, that has the best fit to a series of data points, possibly subject to constraints. Curve fitting can involve either interpolation, where an exact fit to the data is required, or smoothing, in which a "smooth"…

          calendar

          26 May 2020 03:18 AM IST

          Read more

          Transient behaviour of a Simple pendulum

          Objective:

          SIMPLE PENDULUM A pendulum is a weight suspended from a pivot so that it can swing freely. When a pendulum is displaced sideways from its resting, equilibrium position, it is subject to a restoring force due to gravity that will accelerate it back toward the equilibrium position. When released, the restoring force acting…

          calendar

          10 May 2020 01:21 AM IST

          Read more

          Simulating the transient behaviour of a simple pendulum

          Objective:

          Kindly refer the challenge in the below link: https://projects.skill-lync.com/projects/Transient-behaviour-of-a-Simple-pendulum-89886

          calendar

          10 May 2020 01:18 AM IST

            Read more

            Air standard Cycle

            Objective:

            P-V diagram of an Otto Cycle  Introduction: Air Standard cycle (Otto Cycle) Thermodynamic Otto cycle is considered to be one of the most commonly used practical cycles. Present days’ all four stroke internal combustion (IC) engines used in your gasoline cars, trucks, motorcycles, constructions machines etc work…

            calendar

            27 Apr 2020 05:47 AM IST

            Read more

            Simulating seconds and minute hands of a clock

            Objective:

            Using the same concept from the 2R Robotic arm video, I tried to simulate the hour and minute hands of the clock in MATLAB.   clear all close all clc %Inputs l1 = 1; % Arm Length L1 l2 = 0.5; % Arm Length L2 theta1 = linspace(450,90,121); % Assigning 10 array values for theta_1 between 450 deg to 90 deg theta2 = linspace(450,90,61);…

            calendar

            26 Apr 2020 01:20 AM IST

            Read more

            Forward Kinematics of a 2R Robotic Arm

            Objective:

            Robotic Arm: Introduction: Robots play a very significant role in todays world. The Application of robots has been drastically increased over the last couple of years and it now has a strong influence in Automotive, Biomedical, Nuclear and Aviation Industries. There are different types of robots that perform various functions…

            calendar

            23 Apr 2020 01:06 AM IST

            Read more
            Showing 1 of 11 projects