Skip to main content

Showing 1–5 of 5 results for author: Yilmaz, S F

Searching in archive stat. Search in all archives.
.
  1. arXiv:2009.02572  [pdf, other

    cs.LG stat.ML

    PySAD: A Streaming Anomaly Detection Framework in Python

    Authors: Selim F. Yilmaz, Suleyman S. Kozat

    Abstract: Streaming anomaly detection requires algorithms that operate under strict constraints: bounded memory, single-pass processing, and constant-time complexity. We present PySAD, a comprehensive Python framework addressing these challenges through a unified architecture. The framework implements 17+ streaming algorithms (LODA, Half-Space Trees, xStream) with specialized components including projectors… ▽ More

    Submitted 24 May, 2025; v1 submitted 5 September, 2020; originally announced September 2020.

    Comments: 7 pages, 1 figure

  2. arXiv:2008.11573  [pdf, other

    cs.LG cs.CL stat.ML

    Multi-Label Sentiment Analysis on 100 Languages with Dynamic Weighting for Label Imbalance

    Authors: Selim F. Yilmaz, E. Batuhan Kaynak, Aykut Koç, Hamdi Dibeklioğlu, Suleyman S. Kozat

    Abstract: We investigate cross-lingual sentiment analysis, which has attracted significant attention due to its applications in various areas including market research, politics and social sciences. In particular, we introduce a sentiment analysis framework in multi-label setting as it obeys Plutchik wheel of emotions. We introduce a novel dynamic weighting method that balances the contribution from each cl… ▽ More

    Submitted 26 August, 2020; originally announced August 2020.

    Comments: 11 pages, 6 figures

  3. arXiv:2005.08948  [pdf, other

    cs.LG stat.ML

    Achieving Online Regression Performance of LSTMs with Simple RNNs

    Authors: N. Mert Vural, Fatih Ilhan, Selim F. Yilmaz, Salih Ergüt, Suleyman S. Kozat

    Abstract: Recurrent Neural Networks (RNNs) are widely used for online regression due to their ability to generalize nonlinear temporal dependencies. As an RNN model, Long-Short-Term-Memory Networks (LSTMs) are commonly preferred in practice, as these networks are capable of learning long-term dependencies while avoiding the vanishing gradient problem. However, due to their large number of parameters, traini… ▽ More

    Submitted 31 May, 2021; v1 submitted 16 May, 2020; originally announced May 2020.

    Comments: arXiv admin note: substantial text overlap with arXiv:2003.03601

  4. arXiv:2005.05865  [pdf, other

    cs.LG stat.ML

    Unsupervised Anomaly Detection via Deep Metric Learning with End-to-End Optimization

    Authors: Selim F. Yilmaz, Suleyman S. Kozat

    Abstract: We investigate unsupervised anomaly detection for high-dimensional data and introduce a deep metric learning (DML) based framework. In particular, we learn a distance metric through a deep neural network. Through this metric, we project the data into the metric space that better separates the anomalies from the normal data and reduces the effect of the curse of dimensionality for high-dimensional… ▽ More

    Submitted 12 May, 2020; originally announced May 2020.

    Comments: 11 pages, 3 figures

  5. arXiv:2003.03601   

    cs.LG stat.ML

    RNN-based Online Learning: An Efficient First-Order Optimization Algorithm with a Convergence Guarantee

    Authors: N. Mert Vural, Selim F. Yilmaz, Fatih Ilhan, Suleyman S. Kozat

    Abstract: We investigate online nonlinear regression with continually running recurrent neural network networks (RNNs), i.e., RNN-based online learning. For RNN-based online learning, we introduce an efficient first-order training algorithm that theoretically guarantees to converge to the optimum network parameters. Our algorithm is truly online such that it does not make any assumption on the learning envi… ▽ More

    Submitted 31 May, 2021; v1 submitted 7 March, 2020; originally announced March 2020.

    Comments: This paper was an early draft of the presented results. We have written and published another paper (arXiv:2005.08948) where we have improved the material in this paper. The published paper covers most of the material presented in this paper as well. Therefore, we remove this paper from Arxiv and kindly refer the interested readers to arXiv:2005.08948