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

Unsupervised Learning - Kmeans Week 11 Challenge

Objective: Brief introduction to K-means algorithm and similarity feature determination. Implementation of K-means algorithm in python for automobile dataset. a) K-means algorithm and similarity feature determination K-means algorithm is a simple iterative machine learning algorithm used in unsupervised learning. The basic…

    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 Manoj Kumar Satheesan (9)

    Project 2

    Objective:

    Objective: Implement Clustering and then predict the class of car from “Car dataset” # Data cleaning of a Automobile dataset #importing packages import pandas as pd import numpy as np import seaborn as sns import matplotlib.mlab as mlab import matplotlib import matplotlib.pyplot as plt #read the data df = pd.read_csv('D:/MLnAI/Challenges/Project1/auto.csv')…

    calendar

    07 Mar 2021 12:33 PM IST

      Read more

      Project 1

      Objective:

      Objective: Data cleaning on Automobile 1985 dataset and perform descriptive analytics # Data cleaning of a Automobile dataset #importing packages import pandas as pd import numpy as np import seaborn as sns import matplotlib.mlab as mlab import matplotlib import matplotlib.pyplot as plt #read the data df = pd.read_csv('D:/MLnAI/Challenges/Project1/auto.csv')…

      calendar

      07 Mar 2021 12:31 PM IST

        Read more

        Unsupervised Learning - Kmeans Week 11 Challenge

        Objective:

        Objective: Brief introduction to K-means algorithm and similarity feature determination. Implementation of K-means algorithm in python for automobile dataset. a) K-means algorithm and similarity feature determination K-means algorithm is a simple iterative machine learning algorithm used in unsupervised learning. The basic…

        calendar

        21 Nov 2020 10:07 AM IST

          Read more

          Supervised Learning - Classification Week 8 Challenge

          Objective:

          Objectives: Pros and cons of K-Nearest Neighbours Application of K-NN algorithm to predict the surface defects in stainless steel plates. a) Pros and cons of K-Nearest Neighbours K-Nearest Neighbours (K-NN) is a supervised machine learning algorithm and it can be used for classification as well regression. It is non -parametric…

          calendar

          17 Nov 2020 04:24 PM IST

            Read more

            Supervised Learning - Classification Week 7 Challenge

            Objective:

            Objective: Brief explaination on Support Vector Machine (SVM). Pros and cons. SVM application to “Surface defects in stainless steel plates” dataset and its evaluation. a) Support Vector Machine (SVM) The SVM algorithm was invented by Vladimir N. Vapnik and Alexey Ya. Chervonenkis in 1963. SVMs comes under…

            calendar

            14 Nov 2020 05:56 PM IST

              Read more

              CFD simulation of backward facing step using openFOAM

              Objective:

              Objective : Numerical simulation of backward facing step using openFOAM. Geometry:                                                                                                   …

              calendar

              02 Feb 2020 11:48 AM IST

              • CFD
              Read more

              Simulation of a Quasi 1D Subsonic-Supersonic Nozzle Flow using the Maccormack s Technique

              Objective:

              Objective: Simulation of 1D subsonic-supersonic nozzle flow simulation using the Maccormack’s technique for Non-conservative and conservative forms of governing equations. Introduction: Maccormack’s technique is an explicit finite differencing method and a variant of the Lax-Wendroff approach. Maccormack’s…

              calendar

              19 Oct 2019 01:38 AM IST

              Read more

              Solving the 2D heat conduction equation using a Transient solver and a Steady state solver using Iterative techniques

              Objective:

              Objectives: Matlab code to solve the 2D heat conduction equation by using the point iterative techniques under steady and transient state conditions. Solve using iterative methods such as Jacobi, Gauss seidel and Successive Over Relaxation (S O R) method. Implement implicit and explicit schemes for transient condition.…

              calendar

              29 Sep 2019 02:19 AM IST

                Read more

                Matlab code to evaluate the performace of differencing schemes on solution accuracy for a second order derivative of a function

                Objective:

                Objectives: Derive the 4th order approximations of the second order derivative using:          1. Central difference (CD)          2. Skewed right sided difference (S-RSD)          3. Skewed left sided difference (S-LSD) Write a Matlab code to evaluate…

                calendar

                25 Sep 2019 04:23 AM IST

                  Read more
                  Showing 1 of 9 projects