Git Product home page Git Product logo

nirmalpaul383 / amm-advance-matching-mechanism Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 1.54 MB

a small function that matches two binary arrays and returns a matching percentage based on the user-specified matching accuracy rate(How accurately to match)

License: GNU General Public License v3.0

JavaScript 100.00%
binnary-array-matching array-matching-system artificial-intelligence-algorithms matching-with-accuracy-rate image-recognition image-analysis

amm-advance-matching-mechanism's Introduction

AMM-Advance-Matching-Mechanism

a small function that matches two binary arrays and returns a matching percentage based on the user-specified matching accuracy rate(How accurately to match). Basically, it takes two binary arrays, shrinks them into 2 new arrays (processed arrays), compares those shrunk arrays, and returns a matching percentage(%). The user can control how much the raw arrays will be shrunk with the rate of matching accuracy.

I have already explained this concept in the Diagram of this project.

AMM Diagram Page 1 AMM Diagram Page 2

............................................................................................................................

To use this JavaScript file you can either download/clone it and then use 'amm.js' file or use it directly using https://cdn.jsdelivr.net/gh/nirmalpaul383/AMM-Advance-Matching-Mechanism/amm.js. After downloading/including this JS file use the match(input1, input2, rateOfAccuracy)

let input1 = [0, 1, 1, 0, 1, 0, 1, 0, 1, 1]; //Example BitArray1
let input2 = [0, 0, 0, 1, 1, 1, 1, 1, 0, 1]; //Example BitArray2


match(input1, input2, 1) //100% rate of matching Accuracy ; returns 40%
match(input1, input2, 2) //50% rate of matching Accuracy ; returns 80%
match(input1, input2, 4) //25% rate of matching Accuracy ; returns 100%

function to use it, where input1 refers to "BitArray1" , input2 refers to "BitArray2" and rateOfAccuracy refers to "user-specified matching accurecy rate"(How accuretly to match)

............................................................................................................................

This project is originally made by me(N Paul). My github profile https://github.com/nirmalpaul383/ My youtube page https://www.youtube.com/channel/UCY6JY8bTlR7hZEvhy6Pldxg/ Facebook Page https://facebook.com/a.new.way.Technical/

............................................................................................................................

This is an open source program . You are welcomed to modify it... If you want to support me please give a like to our facebook page https://facebook.com/a.new.way.Technical/ Please give a star to this project♥.

amm-advance-matching-mechanism's People

Contributors

nirmalpaul383 avatar

Stargazers

Michael Corrado avatar

Watchers

 avatar  avatar

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.