• Stars
    star
    1
  • Language
    MATLAB
  • Created over 11 years ago
  • Updated over 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Implementation of the Naive Bayes Classifier Algorithm in Octave (Octave)

More Repositories

1

Infix-to-Expression-Tree

Program that inserts an expression in Infix notation to a binary tree. In addition to the above requirement, it implements an evaluation of the expression tree. (C++)
C++
10
star
2

Matrix-Multiplication-Using-Threads

Given two matrices, A and B, where matrix A contains M rows and K columns, and matrix B contains K rows and N columns, calculate the matrix C, with each element of C in a separate worker thread. (Java)
Java
8
star
3

POSIX-Message-Passing

This Project consists of using POSIX message queues for communicating temperatures between each of four external processes and a central process. This project was completed on Ubuntu-Linux. (C)
C
4
star
4

Bison-Processor

A Simulation of a Stack-based CPU with a mini Kernel for running batch programs written in the Stack-based ISA. (Hexadecimal format in a .exe file - ISA provided in Documentation) (Java)
Java
2
star
5

Infix-to-Prefix-Converter

A C++ source code/program that will convert an expression in infix notation to to the equivalent expression in prefix (polish) notation. (C++)
C++
1
star
6

Thesis-Code

This repository has the R Code, Oracle SQL code, and Documentation of my thesis.
R
1
star
7

Hex-Comparison

Takes two hexadecimal numbers as input, and determines if the first number is greater, less, or equal. (MIPS-Assembly Language)
Assembly
1
star
8

Sorts

Programs in C++ that sorts 1,000 random unique numbers, using a sort algorithm. (Contains Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, Quick Sort, Quick Sort, and Radix Sort.) (C++)
C++
1
star