feat: remove duplicate project's skills and reword the neural net (php) with a more optimistic tone
This commit is contained in:
parent
9db21a214c
commit
127f7788a5
|
@ -260,15 +260,15 @@ export const Projects: Project[] = [
|
|||
{
|
||||
name: 'neural network (php)',
|
||||
client: null,
|
||||
skills: [s.Php, s.NeuralNetwork, s.DeepLearning, s.AI, s.DeepLearning, s.OpenSource, s.Git],
|
||||
skills: [s.Php, s.NeuralNetwork, s.DeepLearning, s.AI, s.OpenSource, s.Git],
|
||||
started_at: new Date(2017, 8, 12),
|
||||
stopped_at: new Date(2017, 8, 17),
|
||||
info: {
|
||||
[Locales.EN]: 'Personal project to try to understand neural networks. A rather naive implementation involving a confusion with genetic algorithms.. This is when I understood that deep learning was not so simple. TODO: less negative',
|
||||
[Locales.FR]: 'Projet personnel pour essayer de comprendre les réseaux de neuronnes. Implémentation un peu naïve avec une confusion avec les algorithmes génétiques.. C\'est là où j\'ai compris que le deep learning n\'était pas si simple. TODO: rendre moins négatif',
|
||||
[Locales.EN]: 'Personal project to better understand how neural networks work. Implementation of a genetic algorithm with a fitness function, anti-regression filter, crossover, and mutations. I did not implement back propagation because I did not master the theoretical details at the time ; I later made a valid implementation in the <a href="#project-neuralnet__go_">neuralnet (go)</a> project.',
|
||||
[Locales.FR]: 'Projet personnel pour mieux comprendre le fonctionnement des réseaux de neuronnes. Implémentation d\'un algorithme génétique avec fonction de fitness, anti-régression, crossover, et mutations. Je n\'ai pas implémenté la back propagation standard aux réseaux de neuronnes car je ne maîtrisait pas les détails théoriques à l\'époque ; j\'ai plus tard fait une implémentation correcte dans le projet <a href="#project-neuralnet__go_">neuralnet (go)</a>.',
|
||||
},
|
||||
source: [
|
||||
{ name: 'git.xdrm.io/xdrm-brackets/neural-network.php', link: 'https://git.xdrm.io/xdrm-brackets/neural-network.php', commits: 16 },
|
||||
{ name: 'git.xdrm.io/xdrm-brackets/neuralnet.php', link: 'https://git.xdrm.io/xdrm-brackets/neuralnet.php', commits: 16 },
|
||||
],
|
||||
doc: null,
|
||||
commits: 0,
|
||||
|
@ -276,7 +276,7 @@ export const Projects: Project[] = [
|
|||
{
|
||||
name: 'neuralnet (go)',
|
||||
client: null,
|
||||
skills: [s.Go, s.NeuralNetwork, s.DeepLearning, s.AI, s.DeepLearning, s.OpenSource, s.Git],
|
||||
skills: [s.Go, s.NeuralNetwork, s.DeepLearning, s.AI, s.OpenSource, s.Git],
|
||||
started_at: new Date(2018, 9, 10),
|
||||
stopped_at: new Date(2018, 9, 15),
|
||||
info: {
|
||||
|
@ -469,7 +469,7 @@ export const Projects: Project[] = [
|
|||
{
|
||||
name: 'Nuit de l\'info (2017)',
|
||||
client: null,
|
||||
skills: [s.Web, s.Vue, s.Web, s.Websocket, s.Ajax, s.Html, s.Css, s.Js, s.Bash, s.Php, s.Git],
|
||||
skills: [s.Web, s.Vue, s.Websocket, s.Ajax, s.Html, s.Css, s.Js, s.Bash, s.Php, s.UIUX, s.Inkscape, s.Git],
|
||||
started_at: new Date(2017, 11, 9),
|
||||
stopped_at: new Date(2017, 11, 10),
|
||||
info: {
|
||||
|
|
Loading…
Reference in New Issue