Skip to main content

Mathematics and Ariticial Intelligence and Visualization Extended

Project description

MAIVE

Mathematics and Artificial Intelligence with Visualization Extended - 2023, Piyush Pant :heart:

Official Documentation : MAIVE

PyPi Package webpage : MAIVE

Get started with MAIVE

MAIVE (मैव) is a powerful python package equipped with advanced mathematics to assist you in the domain of Artificial Intelligence while also providing you with visualization support. The mathematics level begins from high school to advanced, any topic that may be required in the AI domain is provided in the MAIVE. Please understand that the package is still under development, so there might be missing topics (which will be added soon). To become a contributor or if you want to suggest something, please contact us via Whatsapp or through the Webpage .

# Installation

$ pip install maive


Brief Documentation

Please visit the section as per your requirements. It is advised to read the HOW TO USE? section before using the package.

HOW TO USE?
  • To import the package

    from maive.maive import Maive
    M = Maive()
    isAP = M.AP_checkIfAP([10,1,34])
    print(isAP)

    OR

    from maive import maive
    M = maive.Maive()
    isAP = M.AP_checkIfAP([10,1,34])
    print(isAP)

  • All the functions follow a naming convention. A function's naming is divided in two parts with underscore(_). The before underscore is the domain of mathematics that the function belongs to and the part after underscore is the name of the function. for example, the function to generate an AP which is from Arithmetic Progression domain will be like - AP_generateAP() however, there is an exception for global functions like isPerfectSquare()
  • To ensure better performance, please input data with their respective keywords when working with functions. For example, QE_typeOfRoots(a=100, b=-455, c=97) where a,b and c are the coefficients of the quadratic equation.

Please visit the actual Documentation of the MAIVE to get a deeper understanding.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

MAIVE-0.0.3.2-py3-none-any.whl (11.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page