Weekly Report By Gabriella Suarez 06/08/2015. Goals Normal/Abnormal- The normal/abnormal team needed to meet to discuss the implementation of this project.

Slides:



Advertisements
Similar presentations
Practical techniques & Examples
Advertisements

Program Name Developed by Team Name Student1, Student2, Student3, Student4.
Compiler Summary Mooly Sagiv html://
Chapter 8: I/O Streams and Data Files. In this chapter, you will learn about: – I/O file stream objects and functions – Reading and writing character-based.
A452 – Programming project – Mark Scheme
Programming Logic Program Design. Objectives Steps in program development Algorithms and Pseudocode Data Activity: Alice program.
Boardr The Racing Board Game Creation Language. Project Manager: Eric Leung Language and Tools Guru: Shensi Ding System Architect: Seong Jin Park System.
Chapter 3: Completing the Problem- Solving Process and Getting Started with C++ Introduction to Programming with C++ Fourth Edition.
Views The architecture was specifically changed to accommodate multiple views. The used of the QStackedWidget makes it easy to switch between the different.
Team Babbage Charles Maingi Seph Newman Jon Rollman Nils Schlupp.
Branching. Version Control - Branching A way to write code without affecting the rest of your team Merge branches to integrate your changes.
Systems Development Lifecycle Testing and Documentation.
CS Fall 2007 Dr. Barbara Boucher Owens. CS 2 Text –Main, Michael. Data Structures & Other Objects in Java Third Edition Objectives –Master building.
GIT and JUnit Dr. Andrew Wallace PhD BEng(hons) EurIng
Information Systems and Network Engineering Laboratory II DR. KEN COSH WEEK 1.
1 Life Cycle of Software Specification Design –Risk Analysis –Verification Coding Testing –Refining –Production Maintenance.
Pointers OVERVIEW.
G.Corti, P.Robbe LHCb Software Week - 19 June 2009 FSR in Gauss: Generator’s statistics - What type of object is going in the FSR ? - How are the objects.
Chapter 1 Introduction Chapter 1 Introduction 1 st Semester 2015 CSC 1101 Computer Programming-1.
Dr. Mohamed Ben Othman 1 Project phase 3 1)Rewrite the code of the project in the slides, run it: 1)change it so the input should be from file with extension.exp.
Weekly Presentation Fabricio Teles Dutra Goncalves 05/29/2015.
TUH EEG Corpus Data Analysis 38,437 files from the Corpus were analyzed. 3,738 of these EEGs do not contain the proper channel assignments specified in.
Weekly Presentation Fabricio Teles Dutra Goncalves 05/22/2015.
CSCI-100 Introduction to Computing
CS320n –Visual Programming More LabVIEW Foundations.
IR Homework #1 By J. H. Wang Mar. 5, Programming Exercise #1: Indexing Goal: to build an index for a text collection using inverted files Input:
Sequencing The most simple type of program uses sequencing, a set of instructions carried out one after another. Start End Display “Computer” Display “Science”
Weekly Presentation Anderson G Moura 07/13/2015. Goals Wavelets – Set up an experiment to add a new feature to the htk files generated by the exp0022.
PROGRAMMING IN PYTHON LETS LEARN SOME CODE TOGETHER!
SUMMER RESEARCH: WEEKLY MEETING Francisco Parente, July 6 th 2015.
1 Simulation Scenarios. 2 Computer Based Experiments Systematically planning and conducting scientific studies that change experimental variables together.
The Development Process Compilation. Compilation - Dr. Craig A. Struble 2 Programming Process Problem Solving Phase We will spend significant time on.
Weekly Report Cotta, Lucas Computer Scientist. Previous Plans · Kaldi/EEG - Once running, analyze some EEG examples with Kaldi · Demo - Implement Spectrogram.
Introduction to Literate Programming in Matlab 2WN50 – Week programming-in-matlab.pptx?dl=0.
Introduction to Programming on MATLAB Ecological Modeling Course Sep 11th, 2006.
3D PRINTING. From TIN MODEL From ADVANCED CHANNEL DESIGN.
XTRP Software Nathan Eddy University of Illinois 2/24/00.
Weekly Report By Gabriella Suarez 07/06/2015. Goals Normal/Abnormal: I needed to talk to Silvia and Dave about the next steps. Interpolation: I needed.
Met 163: Lab RAWS data retrieval and analysis using MATLAB program.
Software testing techniques Software testing techniques REGRESSION TESTING Presentation on the seminar Kaunas University of Technology.
REGRESSION TESTING Audrius Čėsna IFM-0/2. Regression testing is any type of software testing that seeks to uncover new errors, or regressions, in existing.
XuanTung Hoang 1 Something to discuss Feedbacks on Midterm Exam Final exam and term project  Final exam requires solid knowledge/skills in Java  Be more.
Traffic Simulation L0 – How to use AIMSUN Ing. Ondřej Přibyl, Ph.D.
How to get higher scores in 2048
Information Systems and Network Engineering Laboratory II
Fundamentals of Python: First Programs
Discussion #11 11/21/16.
Chapter 5- Assembling , Linking, and Executing Programs
3.2.3 Data types and data structures
Week 10.
Discussion 11 Final Project / Git.
CMIP5 Questionnaire Roadmap – beta
G. Suarez, J. Soares, S. Lopez, I. Obeid and J. Picone
USB Project (6th August)
Changing WRF input files (met_em…) with MATLAB
The Big Picture
and Executing Programs
ICS 143 Principles of Operating Systems
Lecture 5 – Improved Monte Carlo methods in finance: lab
When I want to execute the subroutine I just give the command Write()
Python I/O.
Finding a Eulerian Cycle in a Directed Graph
Scripts to combine UNC Shape Analysis with Spherical Wavelet Features
The datasets have 100 instances, and 100 features
TE2: Combining Like Terms
Functions continued.
Java Programming with BlueJ Objectives
Input and Output Python3 Beginner #3.
Learning Intention I will learn about the standard algorithm for input validation.
Redundant code repositories
Presentation transcript:

Weekly Report By Gabriella Suarez 06/08/2015

Goals Normal/Abnormal- The normal/abnormal team needed to meet to discuss the implementation of this project. I needed to complete renaming the edf files and send them to Dave. Interpolation- I needed to test the parsing code that I edited and wrote. I would like to run a test this week. We also needed to replicate the average algorithm on MATLAB. GIT- I needed to set up a repository where Fabricio and I can check our code in and out as we make changes for the interpolation project.

Accomplishments Normal/Abnormal: Silvia, Jonatas, and I met to discuss the implementation of this project. I will be writing code on label that has the input of the different labels that we have and outputs the result (either normal or abnormal). I also collected some files for Dave. Interpolation: I successfully parsed the parameter file. The linker error that I was having with gen_feats was fixed and I can now run the code and output the data onto a text file. GIT: I did not accomplish much for GIT this week. I still need to set up a private repository for Fabricio and myself. General: I started implementing editing the code to implement the new format for the montage variable on the parameter file. I also learned about char**.

Plans for Next Week Normal/Abnormal- I need to finish getting the edf files to Dave. I also need to learn as much as I can about Random tree. I want to be able to start writing the MATLAB code this week, if possible. Interpolation- Fabricio and I need to start combining our code together ( on GIT, hopefully). I need to add to add to the get_labels method a way to access the new channel and the adjacent channels that I added to the parameter file. GIT- I need to set up a private repository on GitHub. I also need to Dr. Picone about the cost of GitHub. General: I want to finish parsing the new format for the parameter file.