Abstract: These days, intrusion detection systems are one of the newest trends in society. These technologies serve as a defense against a variety of security breaches, the number of which has been ...
This repository contains the code and data for the experiments in the paper. The code is written in Python and PyTorch. The code was tested with Python 3.12.2 and PyTorch 2.4.0+cu121 on Ubuntu 18.04.6 ...
Abstract: Jupyter notebooks have become central in data science, integrating code, text and output in a flexible environment. With the rise of machine learning (ML), notebooks are increasingly used ...
This is a simple jupyter notebook for stock price prediction. As a model I've used the linear, ridge and lasso model.