Skip to content
View gxenos's full-sized avatar

Block or report gxenos

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. malware-detection-sorel-20m-ember malware-detection-sorel-20m-ember Public

    Code to train a binary malware classifier on the SOREL-20M and EMBER v2 datasets

    Python

  2. malware-analysis-ai-agent malware-analysis-ai-agent Public

    Supplementary material and MCP servers for the paper "MAD-Agent: A Malware Analysis and Detection AI agent"

    Python 1

  3. EmberML EmberML Public

    Notebooks for ML algorithms on the original Ember PE files dataset .

    Jupyter Notebook 6 3

  4. A very simple MCP server for the hyb... A very simple MCP server for the hybrid-analysis api
    1
    import os
    2
    import asyncio
    3
    from typing import Any, Dict
    4
    
                  
    5
    import aiohttp
  5. stable-diffusion-from-scratch stable-diffusion-from-scratch Public

    An implementation of the original Stable Diffusion model, compatible with the original weights.

    Jupyter Notebook

  6. gpt-from-scratch gpt-from-scratch Public

    An implementation of a Generatively Pretrained Transformer (GPT) based on GPT-2 and GPT-3

    Jupyter Notebook