Skip to content

A simple program that displays fibonacci and lucas numbers

Notifications You must be signed in to change notification settings

AnonymousChinchilla312/Fibonacci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This program implements a Gaussian Naive Bayes classifier in Rust to predict data on the iris csv file.

I wrote this program to learn more about both Rust and typical machine learning processes.

Software Demo Video

Development Environment

This project was developed using VS Code.

The libraries 'rand' and 'std' were used for this program.

Useful Websites

Some websites that were helpful in developing this project.

Future Work

These are a few steps to improve this code should I need to:

  • In the future, I would like to implement a way to let the user add new data to the dataset.
  • I would also like to add a menu that allows the user to choose to predict a single observation instead of simply displaying the accuracy score for the whole set.

About

A simple program that displays fibonacci and lucas numbers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published