numerical-computations
There are 14 repositories under numerical-computations topic.
mrtkp9993/Cpp-Examples
Numerical C++ examples.
mnassar/deeplearninghandbook
Lecture Slides and Programming Exercises that may help study the deep learning book by Goodfellow, Bengio and Courville.
JamesMcGuigan/awkmath
A functional programming toolkit of awk scripts for command-line numerical computations
PR-DC/JSLAB
JavaScript LABoratory environment
bentoBAUX/128-Bit-Fibonacci-in-Assembly
Calculating the n-th 128-bit Fibonacci number in Assembly.
Ununennium119/Numerical-Computations
Numerical computations methods implemented in Python.
william-hazem/Calculo-Numerico
Este repositório contém implementações de métodos numéricos estudados durante a disciplina de calculo numérico ofertada pelo CEEI UFCG.
mechpb/scilab_6
Eine Einführung in Scilab 6.0 - Dateien zu den Beispielen (*.sce, *.sci)
yash-chandak/numerical-computation-matlab
A series of projects outlining different numerical computations I've done in Matlab and Python and their corresponding visualizations.
deeptechlabs/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
Max-Ghadri/Numerical_Computation_Course_Fortran
I did a few projects for the Numerical Computations course using Fortran. Project’s title: Formula modelling and solving relevant issues.
PrthD/Programs-in-Python
🐍 A collection of Python programs solving various algorithmic and real-world problems. Covers topics like word frequency analysis, password validation, numerical computations, data preprocessing, and probability simulations, making it a useful resource for problem-solving and automation. 🚀📊
ShuklaPrashant21/Numpy_basics_tutorial
Numpy - Numerical Python
Ununennium119/Numerical-Computations-CUDA
Simple vector and matrix operations written in CUDA.