Description
https://leetcode.com/problems/subsets-ii/description/
Solution
1 | class Solution { |
Why don't you come to your senses?
https://leetcode.com/problems/subsets-ii/description/
1 | class Solution { |
https://leetcode.com/problems/4sum-ii/description/
1 |
|
https://www.cl.cam.ac.uk/~cm542/papers/Ubicomp17-Georgiev.pdf
This paper proposed a multi-task framework to handle audio recongnition problem on embedded or mobile devices.
The former work focused on the single network optimization or the multi-task network on large devices like server. While our work combined them together.
1.Change the input feature.
2.Proposed a new search-mechanism
3.Less energy consumed
Multi-task with shared network structure. We us
The number of tasks can be scale up and down dynamcally using our multi -task framework.
Speaker Identi!cation.
Emotion Recognition
Stress Detection.
Ambient Scene Analysis.
a. extract filter bank summaries, normalize the features across individual datasets and randomize the samples.
Using Filter Bank rather than the PLP, MFCC
Reducing Input Feature Complexity.
Adjust the input data to the same size regardless of the size of voice data.
unsupervised pre-training(RBM)
fine tuning
1.The node in each layer is the powers of 2 (Should not exceed the memory limitation)
2.The searching scopre for topology is restricted.
3.Make sure the accuracy is high enough.
Represent the probability by Softmaxing
We evaluate the performance from different aspects.
a. Accuracy : similiar to the simple network
b.Runtime and Energy Reductions. (Runtime and Energy is similar to simple network)
c.handcrafted feture & filter bank
d.Cluster size
e.memory footpritnt
https://leetcode.com/problems/binary-tree-postorder-traversal/description/
1 | /** |
https://leetcode.com/problems/insert-delete-getrandom-o1/description/
1 | class RandomizedSet { |
https://leetcode.com/problems/increasing-triplet-subsequence/
1 | class Solution { |
https://leetcode.com/problems/construct-binary-tree-from-preorder-and-inorder-traversal/description/
1 | /** |
https://leetcode.com/problems/symmetric-tree/description/
1 | /** |
https://leetcode.com/problems/basic-calculator/description/
1 | class Solution { |
https://leetcode.com/problems/evaluate-reverse-polish-notation/description/
1 | class Solution { |