mirror of
https://github.com/augustin64/projet-tipe
synced 2025-01-24 15:36:25 +01:00
Reorganisation of files
This commit is contained in:
parent
4195dc91da
commit
cad730cb1e
@ -5,7 +5,7 @@
|
|||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
#include "struct/neuron.h"
|
#include "neuron.h"
|
||||||
|
|
||||||
#ifndef DEF_NEURAL_NETWORK_H
|
#ifndef DEF_NEURAL_NETWORK_H
|
||||||
#define DEF_NEURAL_NETWORK_H
|
#define DEF_NEURAL_NETWORK_H
|
@ -2,7 +2,8 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include "struct/neuron.h"
|
|
||||||
|
#include "neuron.h"
|
||||||
|
|
||||||
#ifndef DEF_NEURON_IO_H
|
#ifndef DEF_NEURON_IO_H
|
||||||
#define DEF_NEURON_IO_H
|
#define DEF_NEURON_IO_H
|
@ -6,7 +6,7 @@
|
|||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
#include "struct/neuron.h"
|
#include "include/neuron.h"
|
||||||
|
|
||||||
// Définit le taux d'apprentissage du réseau neuronal, donc la rapidité d'adaptation du modèle (compris entre 0 et 1)
|
// Définit le taux d'apprentissage du réseau neuronal, donc la rapidité d'adaptation du modèle (compris entre 0 et 1)
|
||||||
// Cette valeur peut évoluer au fur et à mesure des époques (linéaire c'est mieux)
|
// Cette valeur peut évoluer au fur et à mesure des époques (linéaire c'est mieux)
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
|
||||||
#include "struct/neuron.h"
|
#include "include/neuron.h"
|
||||||
#define MAGIC_NUMBER 2023
|
#define MAGIC_NUMBER 2023
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user