Name | Modified | Size | Downloads / Week |
---|---|---|---|
AI-final.zip | 2016-04-07 | 45.5 kB | |
readme.txt | 2016-04-07 | 1.5 kB | |
Open source.zip | 2016-04-06 | 16.7 MB | |
VIDEO-PPE1527.mp4 | 2016-04-06 | 18.3 MB | |
Totals: 4 Items | 35.0 MB | 0 |
This is the link to download our project : Open source/ppe/src/main/java/org/deeplearning4j/examples/ppe There are seven package inside this files: -ABCbourse : this package contain only one class. The purpose of this class is to import data to ABC bourse website. -AI : This package contain all the files correspondent to the artificial intelligence. With the following classes: - csvConverte.java : the fonction of this class is to convert the files built by the data base in two files. One for the AI test and one for the Ai train - fenêtre2.java : is the code of AI window - main.java : manage the AI python script -BDD : this package is dedicate to the DataBase. The name of the classes reveal their function: - connexionData.java - CreateDataBase.java - GetData.java - SetData.java -CSV : manage the creation of the cvs files - CollectData.java - GetBinary.java - GetDelta.java -Data : Data package contain many class, their purpose are to import all the data necessary to the dataBase -Design : this package contain eight package, each of them code a part of the graphique interface of the software : - Barre - Boutons - Browser - DataBaseConnection - DataEnDirect - DataSelectiForAi - Graphique - Main - Tableau The python Ai are in the main file open source you can find inside : - the train file named : ppe-ai-01.py - the test file named : ppe-ai01-2.py -and a script named : script.sh which makes the connection between the our java software and the python