Moozonian
Web Images Developer News Books Maps Shopping Moo-AI
Showing results for newton Vector Vector
GitHub Repo https://github.com/DilanZu/VectoresMecanicaNewtoniana

DilanZu/VectoresMecanicaNewtoniana

No repository description available.
GitHub Repo https://github.com/je-suis-tm/machine-learning

je-suis-tm/machine-learning

Python machine learning applications in image processing, recommender system, matrix completion, netflix problem and algorithm implementations including Co-clustering, Funk SVD, SVD++, Non-negative Matrix Factorization, Koren Neighborhood Model, Koren Integrated Model, Dawid-Skene, Platt-Burges, Expectation Maximization, Factor Analysis, ISTA, FISTA, ADMM, Gaussian Mixture Model, OPTICS, DBSCAN, Random Forest, Decision Tree, Support Vector Machine, Independent Component Analysis, Latent Semantic Indexing, Principal Component Analysis, Singular Value Decomposition, K Nearest Neighbors, K Means, Naïve Bayes Mixture Model, Gaussian Discriminant Analysis, Newton Method, Coordinate Descent, Gradient Descent, Elastic Net Regression, Ridge Regression, Lasso Regression, Least Squares, Logistic Regression, Linear Regression
GitHub Repo https://github.com/mattsignorelli/BatchSolve.jl

mattsignorelli/BatchSolve.jl

Vectorized, batched root finders and minimizers. Also vectorized finite differences
GitHub Repo https://github.com/LorenzoNorcini/Quasi-Newton-S3VM

LorenzoNorcini/Quasi-Newton-S3VM

An implementation of the Quasi-Newton Semi-Supervised Support Vector Machine Algorithm
GitHub Repo https://github.com/bghojogh/LBFGS-Vector-Transport-Free

bghojogh/LBFGS-Vector-Transport-Free

The code for vector transport free LBFGS quasi-Newton's optimization on the Riemannian manifolds
GitHub Repo https://github.com/PowerUpMasters/VectorialNewton

PowerUpMasters/VectorialNewton

Vectorial Newton in Python
GitHub Repo https://github.com/rmclarke/SeriesOfHessianVectorProducts

rmclarke/SeriesOfHessianVectorProducts

This repository contains code for the paper Series of Hessian-Vector Products for Saddle-Free Newton Optimisation of Neural Networks, submitted to TMLR.
GitHub Repo https://github.com/lucasvw/Newton-Raphson-on-logistic-regression

lucasvw/Newton-Raphson-on-logistic-regression

Applying the Newton Raphson method for the parameter determination of a simple Logistic regression. Comparison of computation time: vectorized and non-vectorized implementation
GitHub Repo https://github.com/alexminnaar/multivariate_newton_method

alexminnaar/multivariate_newton_method

I could not find a function for optimizing a function that took a vector input and returned a scalar value in scipy.optimize, so I have attempted to create a class that does this.
GitHub Repo https://github.com/tamaskis/newtons_method_n-MATLAB

tamaskis/newtons_method_n-MATLAB

Newton's method for finding the root of a differentiable, multivariate, vector-valued function.