Added ADALINE training
This commit is contained in:
@@ -15,6 +15,11 @@ const links = [
|
||||
href: '/perceptron',
|
||||
data: { type: 'gradientdescent' },
|
||||
},
|
||||
{
|
||||
name: 'ADALINE',
|
||||
href: '/perceptron',
|
||||
data: { type: 'adaline' },
|
||||
},
|
||||
];
|
||||
|
||||
const isActiveLink = (link: any) => {
|
||||
|
||||
Reference in New Issue
Block a user