
Hands-On Challenge Session 3 Predictor.py Building Features
Explore the process of building features using Predictor.py in the hands-on challenge session 3 on 19.03.17. Learn how to initialize data, generate features, and make predictions for testing purposes.
Download Presentation

Please find below an Image/Link to download the presentation.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.
You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.
E N D
Presentation Transcript
Dnn: A hands on Challenge session 3: 19.03.17 Predictor.py Building features
Predictor.py Find here http://www.wisdom.weizmann.ac.il/~vision/courses/2017_2/DNN%20Challen ge/files/code/predictor.py Will be used for testing keep signatures Useful functions Don t have to use for training
Predictor.py Initialize: path to raw data 8 data frames no x_y.df Keep signature Resample the glucose every round 15 minutes labels were generated after resampling
Predictor.py Keep signature Input: X Output: predictions (numpy array) 1. Build features 2. Feed to the trained network 3. Return output
Predictor.py Generating features Good to know Example