ニュース

This repository contains a MATLAB script that implements the Newton method to solve non-linear equations. The script utilizes the Jacobian matrix and numerical derivatives to find the roots of ...
Linear Regression and Feature Engineering, Implementation of Gradient Descent, Sub-gradient Descent, Newton Method, Quasi-Newton Method, LBFGS, Determinig Confidence Interval from Bernouli, Uniform ...
初めての投稿がかなり読んでくれる方が少なくなってしまいそうなテーマになってしまいましたが、大学の授業で扱ったため少しまとめてみようと思います。 Although this is my first post, I suspect there may not be many people who will read it ,especially given the somewhat niche ...
Abstract: Many authors suggested methods to solve nonlinear equations. Each of these methods has its advantages and disadvantages. In this work, we chose some methods with low cost and high accuracy ...