Gradient descent training + Added all dataset + graphs improvements
This commit is contained in:
@@ -11,9 +11,9 @@ const links = [
|
||||
data: { type: 'simple' },
|
||||
},
|
||||
{
|
||||
name: 'Perceptron Complex',
|
||||
name: 'Descente du gradient',
|
||||
href: '/perceptron',
|
||||
data: { type: 'complex' },
|
||||
data: { type: 'gradientdescent' },
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user