Giter Site home page Giter Site logo

this_is_knn's Introduction

This_is_KNN

KNN stores the entire training dataset which it uses as its representation. KNN does not learn any model. KNN makes predictions just-in-time by calculating the similarity between an input sample and each training instance. There are many distance measures to choose from to match the structure of your input data. That it is a good idea to rescale your data, such as using normalization, when using KNN.

This repository is part of my contribution to a group project. That repo was made private but here are the details:

Final Project - UT Data Science Bootcamp

Title: Study of ML models for Voice Analysis

Team: Bharath, Choi, Christy, Mary, Roberto and Wini

Goal: Analyze suitability of different Machine Learning models for voice analysis (Gender and Identity)

Full dataset: 100,000 voice samples

voxceleb.jpg

High Level Plan:

  1. Take a small subset 1000 files, convert audio to numpy array, scaling + normalization - Bharath
  2. Split into train (900) vs test (100) - Bharath
  3. Each of us works on building one of these models - Bharath : Bayesian Choi : Support Vector Machine Christy : Decision Tree Mary : KNN Roberto : Linear regression Wini : CNN
  4. Run the models on data and evaluate loss and accuracy
  5. Expand dataset to as large as we can handle
  6. Plot and analyze the suitability of these models for gender/identity detection

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.