-
**Please check the [Github](https://github.com/zezhishao/MTS_Daily_ArXiv) page for a better reading experience and more papers.**
## Time Series
| **Title** | **Date** | **Comment** |
| --- | --- | -…
-
Hello,
i want to run pycbc_inference with some events i generated myself with pycbc. What do i need to do in the [data] section to load my own data? I want to compare the performance of my neural net…
-
### Introduction
Through side-channel analysis (SCA) [1], a class of attacks exploiting physical characteristics of electronic devices, an attacker can retrieve information on internal values a devic…
-
This quantization scheme can speed up the inference of neural networks, but there still is less example in CNN or RCNN, even RNN.
Is these ones not easy on ggml or other reasons?
-
Right now trees, bayes and neighbors all have some support for integer/fixed-point only inference. However nets (multi layer perceptron) does not.
There are many platforms without floating-point su…
-
The current charter states in its [out of scope](https://webmachinelearning.github.io/charter/#out-of-scope) section:
>The scope is limited to development of interfaces that expose inference capabi…
-
## Core ML
### Requirements
- [coremltools](https://github.com/apple/coremltools)? vs [tf-coreml](https://github.com/tf-coreml/tf-coreml)?
- https://github.com/apple/coremltools/blob/master/exa…
-
I would like to check if noise is truly added and used during training of my neural network. I therefore build my NN with keras like this:
```
from keras.layers import Input
from keras.layers.noi…
-
Are there any plans to include an integer GEMM API in the future? 8-bit or 16-bit integer GEMM have become fairly standard for inference of quantized neural networks.
Here are some examples in othe…
-
Good morning(or afternoon/ evening)!
There is a methodology called **self speculative decoding** among the techniques to enhance the speed of LLM inference. Would it be possible to implement this …