As a part of the curriculum, I read related papers on machine learning and arranged the outline.
This time, I focused on "audio signal processing" and dealt with the latest survey paper and related papers about algorithm referenced in the paper.
As a part of the curriculum, I read related papers on machine learning and arranged the outline.
This time, I focused on "audio signal processing" and dealt with the latest survey paper and related papers about algorithm referenced in the paper.
2014.7.12 'Multilayer Networks'* 掂頗揃蹋
* M. Kivela, A. Arenas, M. Barthelemy, J. P. Gleeson,
Y. Moreno, and M. A. Porter. Multilayer Networks.
arXiv:1309.7233.
This document discusses scheduling recipes and cooking multiple dishes simultaneously. It provides an example recipe for curry rice in JSON format including ingredients and steps. It also mentions scheduling jobs efficiently with the shortest time constraints and resources, and searching for but not finding scheduling libraries.
The document discusses an IoT refrigerator project that collects sensor data on refrigerator door openings using an Arduino and gyro sensor. The data includes open count, open seconds, and is sent every minute to an IoT platform and visualized on a graph. A web application was then developed to aggregate the raw data by day, month, or year in response to API requests. The client side uses D3.js to visualize the aggregated data.
An IoT refrigerator collects sensor data from an Arduino-attached gyroscope to track opening counts, durations, and send the data every minute to a visualization platform. A web application was then developed to aggregate the raw sensor data by day, month or year through a server-side API, and display interactive summaries on the client-side using D3.js.
This document contains code snippets in Python for analyzing stock market data, normalizing features, performing grid search for an SVM classifier, and using the classifier to make predictions and tweet the results. The snippets load CSV data, sort values by date, normalize features, tune an SVM using grid search, make predictions, and tweet the prediction using the Twitter API.