Added ADALINE training
All checks were successful
linter / quality (push) Successful in 3m25s
tests / ci (8.4) (push) Successful in 3m52s
tests / ci (8.5) (push) Successful in 3m35s

This commit is contained in:
2026-03-22 15:54:04 +01:00
parent 29498e45ac
commit abb16aa6c1
6 changed files with 184 additions and 14 deletions

View File

@@ -15,6 +15,11 @@ const links = [
href: '/perceptron',
data: { type: 'gradientdescent' },
},
{
name: 'ADALINE',
href: '/perceptron',
data: { type: 'adaline' },
},
];
const isActiveLink = (link: any) => {