Skip to main content

Concept Learning Algorithms

Project description

Concept Learning

This module contains functions to concept learning algorithms

Installation

Run the following command to install:

    pip install conceptlearning

Parameters

data

The training dataset consisting of featues and outcomes of type list

Attributes

    # for Candidate Elimination Algorithm
    candidate_elimination() 

    # for Find S Algorithm
    initialize_hypothesis() 
    find_s() 

Usage

    from conceptlearning.CandidateEliminationAlgorithm import CandidateElimination
    ce = CandidateElimination(data)
    ce.candidate_elimination()

    from concetplearning.FindSAlgorithm import FindS
    fs = FindS(data)
    fs.initialize_hypothesis()
    fs.find_s()

Project details


Download files

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

Source Distribution

conceptlearning-0.0.7.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

conceptlearning-0.0.7-py3-none-any.whl (7.2 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