
I am a Ph.D. student at the University of Tsukuba, Graduate School of Science and Technology, Degree Programs in Information and Systems Engineering. I am a member of Adapt Information Processing Group.
Prior to this, I completed a Master's Program in Information and Communication Technology Convergence at Handong Global University in South Korea. My undergraduate study was completed in Computer Science at the University of Kinshasa, Democratic Republic of Congo, where I worked as a Teaching Assistant for almost 3 years.
In addition, I have various specializations from Coursera such as Deep learning spec, Python for Everyone spec, etc.
See my digital resumeThe ultimate goal of my research is to model the dynamics of disease propagation by developing Algorithms which lie in the intersection of scientific machine learning (SciML) and epidemiological models. SciML tightly integrate scientific prior knowledge in the training of artificial neural networks. Disease propagation in epidemiology often takes the shape of dynamical systems defined by Partial Differential Equations (PDE). In this regard, the first attempt of my research has been to modify the physics-informed neural networks (PINNs) which jointly uses a Multilayer Perceptron (MLP) and Runge-Kutta method (RK) for solution estimation. The highlight of PINN is that the solution is regularized to satisfy the given PDE, by way of loss functions, with the help of automatic derivation made possible in modern software frameworks (PyTorch, TensorFlow).
I want to inform the world about AI and its impact on science. I am writing blogs which explains basic concepts of AI and related ground-breaking papers. I am also publishing papers within my research and related fields.
LSTM and SIR models are combined for modeling infectious diseases under the influence of government policies for long-term predictions.
Pavodi Maniamfu , Keisuke Kameyama
Proposed an online system to facilitate remote learning during Covid-19 in DR Congo.
Vogel Kiketa, Hattie Kashoba, Selain Kabunda, Pavodi Maniamfu , David Kutangila, Frank Buhendwa, Slife Nyazabe, Jean-Jeaques Katshitshi
This research proposed word embedding-based semantic and syntactic study for the Lingala language.
Pavodi Maniamfu , Vogel Kiketa, Daniel Muepu, Jakin Kabongo
Spectral bias occurs when the model, mostly the architecture of the neural networks, used to solve the forward PDE problems tends to be biased towards low-frequency components of the function..
Physics-informed neural networks (PINNs) are a three-stage framework for solving continuous- and discrete-time PDEs. They combine a layered neural network to learn the solution, a physics-informed section to compute PDE residuals via automatic differentiation..