Pinned Repositories
1D_ADVECTION_CPR
High-order Correction Procedure Via Reconstruction 1D Advection solver
1D_ADVECTION_WENO
High-order WENO 1D Advection solver. Developed from "https://www.its.caltech.edu/~appelo/ae232/
1D_EULER_CPR
1D Euler solver using Correction Procedure Via Reconstruction scheme with shock capturing scheme
2D_ADVECTION_CPR
2D_CARFIVE
2D Cartesian Quadtree Adaptive Mesh Refinement (AMR) for multiphase Five Equations Model
awesome-machine-learning-deep-learning-mathematics
A curated list of mathematics documents ,Concepts, Study Materials , Algorithms and Codes available across the internet for machine learning and deep learning
DCSCN-Tensorflow
ML-DL-Lecture-Notes
Lecture notes
QTAdaptive
Quadtree Adaptive Mesh Refinement
Zero_DCE_TF14
This project for re-implement low light image enhancement which is using Zero-DCE model. My implement based on Pytorch implementation of Li-Chonyi and Tensorflow/Keras 2X implementation of TuVoVan.
dattv's Repositories
dattv/QTAdaptive
Quadtree Adaptive Mesh Refinement
dattv/ML-DL-Lecture-Notes
Lecture notes
dattv/1D_ADVECTION_WENO
High-order WENO 1D Advection solver. Developed from "https://www.its.caltech.edu/~appelo/ae232/
dattv/1D_EULER_CPR
1D Euler solver using Correction Procedure Via Reconstruction scheme with shock capturing scheme
dattv/2D_ADVECTION_CPR
dattv/DCSCN-Tensorflow
dattv/Zero_DCE_TF14
This project for re-implement low light image enhancement which is using Zero-DCE model. My implement based on Pytorch implementation of Li-Chonyi and Tensorflow/Keras 2X implementation of TuVoVan.
dattv/awesome-tensorflow
TensorFlow - A curated list of dedicated resources http://tensorflow.org
dattv/BNN
Bayesian Neural Network
dattv/clustering
dattv/CppProjectTemplate
C++ project template with unit-tests, documentation, ci-testing and workflows.
dattv/DataStructures-Algorithms
Some code that I implemented in the book Data Structures and Algorithms
dattv/DeepLearningExamples
Deep Learning Examples
dattv/deploying-machine-learning-models
Code for the online course "Deployment of Machine Learning Models"
dattv/EEGM
dattv/FrostNet_Keras
This project for reproduce FrostNet model from clovaai / frostnet
dattv/imgaug
Image augmentation for machine learning experiments.
dattv/Keras-segmentation-deeplab-v3.1
An awesome semantic segmentation model that runs in real time
dattv/L_OpenCV
This Repository for learning OpenCV
dattv/machine_learning_examples
A collection of machine learning examples and tutorials.
dattv/mit-han-lab-6s965-fall2022
dattv/PyOptim
Implement Some Optimization Algorithm For Finding Minimal Point of Polynomial Curvel
dattv/RetinaNet_TF14
This project for implementing RetinaNet with TF/Keras 1.14, I converted it from Keras Code example (TF2X) and tried to use tfrecord for fast training.
dattv/SegLoss
A collection of loss functions for medical image segmentation
dattv/sort
I implemented and tested some sort algorithms
dattv/soumik12345
dattv/StudyBook
Study E-Book(ComputerVision DeepLearning MachineLearning Math NLP Python ReinforcementLearning)
dattv/tensorflow_lite_guide
Guide for quantization, conversation of the tensorflow model to tensorflow lite
dattv/TFAug
tensorflow data augmentation
dattv/VGG16-TF