• Stars
    star
    1
  • Language
    MATLAB
  • Created about 4 years ago
  • Updated about 2 years ago

Reviews

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

Repository Details

CSC 317: Numerical Methods introduces to modern numerical approximation techniques. Topics include floating point computation, accuracy and errors, solutions of single variable equations, interpolation, polynomial approximation, numerical differentiation and integration, methods for solving single variable equations and systems of linear equations.

More Repositories

1

deep-focus-matting

A trimap free approach to portrait image matting using DeepLabv3+ with asymmetric decoders and shared encoder architecture.
3
star
2

deep-learning-code-management-workshop

"Hands-on Deep Learning Workshop: Session 2 - Code Management. Python, PyTorch, and PyTorch Lightning. Explore data handling, model training, and CLI integration. ๐Ÿš€ #DeepLearning #CodeManagement"
Jupyter Notebook
3
star
3

CSC416-distributed-database-systems

CSC 416: Distributed Database Systems, A detailed study of advanced topics on relational database theory, query processing and optimization, recovery techniques, concurrency control, data fragmentation, replication, security and integrity of distributed database systems.
C++
3
star
4

COMS-W3157-advanced-programming

COMS W3157: Advanced Programming, Introduces to C programming language and Unix systems programming. Also covers Git, Make, TCP/IP networking basics, C++ fundamentals.
C
2
star
5

raspi-mpi-cluster

MPI is a standardized and portable message-passing standard designed to function on parallel computing architectures on Raspberry Pi. The MPI standard defines the syntax and semantics of library routines that are useful to a wide range of users writing portable message-passing programs in C++.
2
star
6

a-star-search

A star is a graph traversal and path search algorithm, which is used in many fields of computer science due to its completeness, optimality, and optimal efficiency.
Python
1
star
7

lazy-ml-works

1
star
8

rust-keybinds

1
star
9

vimrc

Vim Script
1
star
10

fund-at-first-sight

Fund at First Sight: A university scraping tool made for Graduate Students who are in search of Professors for Research Assistant position.
Python
1
star
11

CSE213-object-oriented-programming

CSE 213: Object-Oriented Programming introduces the concepts of object-oriented programming to students with a background in the procedural paradigm. Design principles and patterns of modularity and abstraction in object-oriented programming are discussed in detail.
Java
1
star
12

branch-and-bound-search

Branch and bound (BB) is an algorithm design paradigm for discrete and combinatorial optimization problems, as well as mathematical optimization. A branch-and-bound algorithm consists of a systematic enumeration of candidate solutions by means of state space search.
Python
1
star
13

arch-4bit-alu

1
star
14

covid19-simulator

The virtualization shows the strategy to avoid the spread of COVID-19. eg. social distancing, isolation etc.
JavaScript
1
star
15

currency-converter

I have made this app in angular to learn basics and get comfortable with the environment.
TypeScript
1
star
16

linear-equation-cuda

Harnessing the Power of the GPU (CUDA) to Accelerate Jacobi Algorithm to solving System of Linear Equation and Benchmarking the Parallel Level Speedup. The Program is written in C and compiled with NVIDIA CUDA Compiler.
1
star
17

setup-tools-ubuntu

Automate bash scripts for setting up Web-stacks/Virtualization/GPU API tools
Shell
1
star
18

troubleshooting-debugging-techniques

Python
1
star
19

CSE211-algorithms

CSE211: Algorithms are techniques and principles of designing for solving real-life problems including divide-and-conquer and greedy algorithms.
C++
1
star
20

ml-containerd

ML-Containerd is a Dockerized environment for Machine Learning development, featuring PyTorch with CUDA, Jupyter, Code-Server, and TensorBoard. Use this repository to quickly and easily set up a local development environment for ML projects.
Shell
1
star
21

CSC425-artificial-intelligence

Admission Prediction System: Neural network-based tool for automating student evaluation and improving outcomes.
Jupyter Notebook
1
star
22

CSE203-data-structure

CSE203: Data structure is a data organization, management, and storage format that is usually chosen for efficient access to data taught on CSE203: Data Structures in Spring, 2018.
C++
1
star
23

docker-cheat-sheet

it contains my day to day essential commands that sometimes my brain can't process.
1
star
24

CSE303-database-management

CSE 303: Database Management, An introduction to database design and the use of database management systems. The course includes detailed coverage of the development process, database architectural principles, relational algebra and SQL using Oracle or SQL Server.
JavaScript
1
star