Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.09 KB

File metadata and controls

21 lines (14 loc) · 1.09 KB

Foundations of Data Science: Programming and Linear Algebra - Final Project

This repository contains the collaborative work for the final exam project for the course CDSCO1001U, taught by Professor Raghava Mukkamala at Copenhagen Business School, Denmark. Our project focuses on implementing foundational data science algorithms in Python and exploring their applications.

Project Overview

This project is structured to implement:

  • Sub-Numpy a subset of NumPy functionalities in pure Python.
  • Develop a Hamming code for error detection and correction.
  • Create a program for computing document similarity.

Code Structure

  • /snumppy - Contains the implementation of SNumPy (Sub-NumPy) class.
  • /hamming_code - Includes the encoder and decoder for Hamming's code.
  • /text_document_similarity - Houses the document similarity program.