mirror of
https://github.com/norandom/log2ml.git
synced 2025-05-08 08:31:28 +00:00
Compare commits
9 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c09b7eec14 | ||
![]() |
9f7f0028e3 | ||
![]() |
432fb22b6d | ||
![]() |
c5addfd9a1 | ||
![]() |
9b5858772b | ||
![]() |
eb62dace9f | ||
![]() |
de9f9a5a0e | ||
![]() |
4c0645e20b | ||
![]() |
001c431210 |
2-3-2-open-source-deep-learning-models-for-encoding-taks
2-4-open-source-c2-and-gp-foundations
TPOT_Foundations.ipynbcorpus_foundations_thesis.zipnew_workbook_13.xlsmnew_workbook_13_EvilClippy.xlsm
2-6-1-elasticsearch-api-access-polars
3-1-adversary-emulation-and-training-data-generation
Sysmon_Observations (1).svgdata_sources_new_3.jsonsysmon_layer.yamlsysmon_observations.xlsxsysmonconfig-export.xml
3-2-test-corpus-initial-access-mw-and-3-3-simulator
3-7-security-and-performance-log-analysis-sw
4-5-attention-based-log-similarity-clustering-with-faiss
README.mddependencies
workbench
Before (image error) Size: 253 KiB After (image error) Size: 253 KiB |
Before ![]() (image error) Size: 891 B After ![]() (image error) Size: 891 B ![]() ![]() |
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
5
README.md
Normal file
5
README.md
Normal file
@ -0,0 +1,5 @@
|
||||
[](https://zenodo.org/doi/10.5281/zenodo.13208293)
|
||||
|
||||
|
||||
# Master Thesis: Development and Evaluation of Software for Forensic Log-Analysis Using Machine Learning and Genetic Programming
|
||||
|
13
dependencies/install_cpu.sh
vendored
Normal file
13
dependencies/install_cpu.sh
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [[ "$(uname)" == "Darwin" ]] || [[ "$(uname)" == "Linux" ]]; then
|
||||
echo "The CPU installation is starting (macOS, Linux)."
|
||||
|
||||
echo "Installing dependencies"
|
||||
pip install -r "https://raw.githubusercontent.com/norandom/log2ml/main/dependencies/requirements.cgpu.txt"
|
||||
|
||||
echo "cuML will not be installed."
|
||||
|
||||
else
|
||||
echo "This does not appear to be a CPU environment."
|
||||
fi
|
29
dependencies/requirements.cpu.txt
vendored
Normal file
29
dependencies/requirements.cpu.txt
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
openai==1.13.3
|
||||
langchain==0.1.10
|
||||
python-dotenv==1.0.1
|
||||
tiktoken==0.6.0
|
||||
langchain_openai==0.0.8
|
||||
langchain_experimental==0.0.53
|
||||
langchainhub==0.1.14
|
||||
ipywidgets
|
||||
transformers==4.39.0
|
||||
torch==2.2.1+cpu
|
||||
torchvision==0.17.1+cpu
|
||||
torchaudio==2.2.1+cpu
|
||||
sentence-transformers==2.5.1
|
||||
faiss_cpu==1.8.0
|
||||
linformer-pytorch==0.19.3
|
||||
PyGithub==2.3.0
|
||||
deap==1.4.1
|
||||
update_checker==0.18.0
|
||||
scikit-mdr==0.4.5
|
||||
skrebate==0.62
|
||||
xgboost==2.0.3
|
||||
stopit==1.1.2
|
||||
tpot==0.12.2
|
||||
umap-learn==0.5.6
|
||||
tabulate==0.9.0
|
||||
onnx==1.16.1
|
||||
skl2onnx==1.17.0
|
||||
protobuf==3.20.3
|
||||
dill==0.3.8
|
Loading…
Reference in New Issue
Block a user