Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions answers.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Answers

Nom:
Prénom:
NB:
Nom: Bouhi
Prénom: Jeremy
NB: 5

## 1.3
Définir les objets suivants:
graph:
tensor:
layer:
graph: It is a structure of data which is used in neural networks for example
tensor: It is a geometric object that describe linear relations between geometric vectors, scalars, and other tensors.
layer: It is a part of a neural network. Each layer has a goal, for exemple "find an eye" in the picture. When you add all these layers you can finally tell what the picture is.

## 3
answer:
answer: La mise en production d'un modèle de Machine Learning n'est pas de tout repos pour plusieurs raisons. Dans la plupart des cas, cet algorithme sera écrit en R ou en Python alors que le reste de l'application sera en un tout autre langage. Pour intégrer notre modèle au reste de la solution, il faut passer par une API.
Il est possible de passer par une API existante (comme Google Vision API) ou bien de créer sa propre API en utilisant un framework comme Hadoop, Spark ou Flask.