Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Author(s)

NameInstitutionMail AddressSocial Contacts
Lucio AnderliniINFN Sezione di FirenzeLucio.Anderlini@fi.infn.itHangouts: l.anderlini@gmail.com
Matteo TurisiniUniversità La SapienzaMatteo.Turisini@roma1.infn.itN/A

How to Obtain Support

General Information

ML/DL TechnologiesForward Neural Networks; Deployment in C
Science FieldsGeneric
DifficultyMedium
LanguageEnglish
Typefully annotated

Software and Tools

Programming LanguagePython, C
ML ToolsetKeras + Tensorflow
Additional librariesscikit-learn
Suggested EnvironmentsINFN-Cloud VM, bare Linux Node, Google CoLab

Needed datasets

Data Creatorscikit-learn community
Data Typeimage
Data Size< 1 GB
Data Sourcescikit-learn package


Short Description of the Use Case


In the life of a physicist, the time arrives when you get disgusted by the software dependencies that evaluating a simple neural network requires and you want the plain, pure and clean function to be evaluated in a whatever context. 

...

The other reason is that the original data that we used to train this are not public. 

How to execute it

Download and run the jupyter Static jupter notebook:   https://github.com/landerlini/MLINFN-TutorialNotebooks/blob/master/TranscribeAnMLPinCLHCbMasterclassExplained.ipynb


Requirements

To run this exercise you will need a plain installation of python with tensorflow 1.x (should work with tensorflow 2.x, but it was not tested).

...