This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # imports | |
| from keras.models import Sequential | |
| from keras.layers import Dense | |
| from keras.layers import Dropout | |
| from sklearn.metrics import r2_score | |
| import matplotlib.pyplot as plt | |
| import numpy | |
| from keras.optimizers import Adam | |
| import keras | |
| from matplotlib import pyplot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //---------------------------------------------- | |
| //--- Author : Ahmet Ozlu | |
| //--- Mail : [email protected] | |
| //--- Date : 26th October 2017 | |
| //---------------------------------------------- | |
| /*declaration of variables*/ | |
| int sensorValue; | |
| int sensorValue2; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #---------------------------------------------- | |
| #--- Author : Ahmet Ozlu | |
| #--- Mail : [email protected] | |
| #--- Date : 21st September 2017 | |
| #---------------------------------------------- | |
| import sys | |
| import os.path | |
| import csv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #---------------------------------------------- | |
| #--- Author : Ahmet Ozlu | |
| #--- Mail : [email protected] | |
| #--- Date : 21st September 2017 | |
| #---------------------------------------------- | |
| import face_recognition | |
| import cv2 | |
| import os | |
| import create_csv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| ---------------------------------------------- | |
| --- Author : Ahmet Özlü | |
| --- Mail : [email protected] | |
| --- Date : 1st September 2017 | |
| ---------------------------------------------- | |
| */ | |
| #include <stdio.h> | |
| #include <malloc.h> |
NewerOlder