From 980b76a00a0d8e054ba04d979935789b3960346f Mon Sep 17 00:00:00 2001 From: M-ux349 <72184082+M-ux349@users.noreply.github.com> Date: Thu, 1 Oct 2020 11:07:50 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 93d6bca9..c03af410 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +Logr - An Amazing Project + # Computational Physics The material here aims at giving you an introduction to several of the most used algorithms in Computational Science. These algorithms cover topics such as advanced numerical integration using Gaussian quadrature, Monte Carlo methods with applications to random processes, Markov chains, integration of multidimensional integrals and applications to problems in statistical physics and quantum mechanics. Other methods which are presented are eigenvalue problems, from the simple Jacobi method to iterative Krylov methods. Popular methods from linear algebra are also discussed. A good fraction of the course is also devoted to solving ordinary differential equations with or without boundary conditions and finally methods for solving partial differential equations. You will also find material on popular Machine Learning algorithms, starting with various linear regression methods and ending with neural networks. The focus for the Machine Learning algorithms is on supervised learning.