Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 774 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 774 Bytes

MatrixMethods

This repository if for the examples and assignments for the course in Basic Matrix methods in Data Science using JULIA

Directory Structure


├── Julia_Useful_Links.md
├── notes1.pdf
├── README.md
├── RecommenderSytem.jl
│   ├── LICENSE
│   ├── README.md
│   ├── REQUIRE
│   ├── src
│   │   ├── InitializeData.jl
│   │   ├── RecommenderSystem.jl
│   │   └── SingularValueDecomposition.jl
│   └── test
│       └── runtests.jl
├── testfile.txt
└── thirumalakiran
    ├── Matrix_Multiplication.jl
    ├── Palindrome_detection.jl
    └── Reduced_row_echelon_form.jl