Skip to content
View mohiuddinrazu's full-sized avatar

Organizations

@project8

Block or report mohiuddinrazu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. betadistribution betadistribution Public

    This program was created as an solution to a test question.

    C++ 2

  2. cres_trigger cres_trigger Public

    Machine learning triggering algorithm in Python (TensorFlow 2) for weak and noisy signal from CRES. This version of the algorithm utilizes LSTM units to learn from the chirping signature of CRES si…

    Jupyter Notebook 1

  3. gr-fs gr-fs Public

    This C++ program evaluates the golden ratio using the continued fraction and then extracts the Fibonacci series using the golden ratio.

    C++

  4. euler_method euler_method Public

    This program was created as an solution to a test question. It provides a method to solve second order differential equations known as Euler method.

    C++

  5. ducpcf2016 ducpcf2016 Public

    Solutions to selected questions of Computational Physics Test 2016, University of Dhaka. Most codes written in C/C++. Solutions include numerical and analytical modeling of various physical phenomena.

  6. nDmontecarlo nDmontecarlo Public

    This program evaluates a multi-dimensional integration using the Monte Carlo method. It can numerically evaluate the integration of a function f(x1, x2, ... xn) in (a[i],b[i]), i=[1,n] limits by ar…

    C++