MonoLayer Perceptron
This commit is contained in:
@@ -20,6 +20,16 @@ const links = [
|
||||
href: '/perceptron',
|
||||
data: { type: 'adaline' },
|
||||
},
|
||||
{
|
||||
name: 'Mono-couche',
|
||||
href: '/perceptron',
|
||||
data: { type: 'monolayer' },
|
||||
},
|
||||
{
|
||||
name: 'Multi-couche',
|
||||
href: '/perceptron',
|
||||
data: { type: 'multilayer' },
|
||||
},
|
||||
];
|
||||
|
||||
const isActiveLink = (link: any) => {
|
||||
|
||||
Reference in New Issue
Block a user