Giter Club home page Giter Club logo

csci360-lab4's Introduction

Lab 4: Naive Bayes

CSCI 360: Introduction to Artificial Intelligence

Introduction

In this lab you will be implementing Naive Bayes on a Breast Cancer data set. The algorithm uses a provided training set. You are expected to estimate posterior probabilities using training data.

In this lab you will be implementing the algorithm, but first you will have to clean the data. The data is found in the data.npy.

All the code you write should be in lab4.py and will be under functions preprocess_data, naive_bayesandcross_validation(optional). It is important you don't change the parameters. You are provided with a utility file and a test file. The utility file has functions provided that will compute the load_data.

It also contains the names of the features in the dataset in the order that they appear in the columns.

You are allowed to use numpy which is outlined by requirements.txt

Test File:

The test file will try to use the preprocess_data, naive_bayesandcross_validation as they are outline in the lab4 PDF.

The test file uses load_data to pull a tuple from the data.

csci360-lab4's People

Contributors

bobowang2333 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.