Electronics Engineering student @ Rio de Janeiro State University.
-
Rio de Janeiro State University
- Rio de Janeiro, RJ
-
02:05
(UTC -03:00) - in/gribeirocs
- gribeirocs
Pinned Loading
-
MultiwireProportionalChamber
MultiwireProportionalChamber PublicSimulation of a multiwire proportional chamber.
C++
-
ConjugateGradient
ConjugateGradient PublicA C++ implementation of the conjugate gradient method.
C++
-
U-Net-Cell-Segmentation
U-Net-Cell-Segmentation PublicAn implementation of the U-Net for HeLa cells segmentation.
Jupyter Notebook
-
WGAN-GP
WGAN-GP PublicA generative adversarial network used for creating images of digits.
Jupyter Notebook
-
Percentile calculator
Percentile calculator 1#include <stdlib.h>
2#include <stdbool.h>
3#include <string.h>
4#include <math.h>
5 -
Wiener Filter (FIR)
Wiener Filter (FIR) 1import numpy as np
2import scipy
34class Wiener_FIR:
5def __init__(self, order=1, solver=np.linalg.solve, correlation_method='auto'):
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.