News

2024

2023

2022

Contact

e-mail: (public key)
        GPG
        pub   rsa4096 2022-09-18 [SC]
              EA8670F4553BA6CD1C8F87A9BC5EC2F8BCE9C8A5
        uid           [ultimate] Andrii Krutsylo
        sub   rsa4096 2022-09-18 [E]
                
    GPG
    pub   rsa4096 2022-09-18 [SC]
        EA8670F4553BA6CD1C8F87A9BC5EC2F8BCE9C8A5
    uid           [ultimate] Andrii Krutsylo
    sub   rsa4096 2022-09-18 [E]
                

Security

The authenticity of any (or at least main) page on this website can be verified using GPG:

        # import my public key
        gpg --keyserver keyserver.ubuntu.com --recv-keys 910e309c330be661
        # download path_to_page to verify
        wget -q https://krutsylo.neocities.org/index.html
        # download signature path_to_page.asc
        wget -q https://krutsylo.neocities.org/index.html.asc
        # verify
        gpg --verify index.html.asc index.html
                
with expected output:
        gpg: Good signature from "Andrii Krutsylo"
                
     # import my public key
     gpg --keyserver keyserver.ubuntu.com --recv-keys 910e309c330be661
     # download path_to_page to verify
     wget -q https://krutsylo.neocities.org/index.html
     # download signature path_to_page.asc
     wget -q https://krutsylo.neocities.org/index.html.asc
     # verify
     gpg --verify index.html.asc index.html
                
with expected output:
     gpg: Good signature from "Andrii Krutsylo"
                
I am using freeTSA.org time stamp authority.

License

All texts, images and animations on website (toplevel directory) for which a separate license is not specified are licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
All source code on website (toplevel directory) is supplied as is, without any warranty and is licensed under The GNU General Public License v3.0 unless another license is specified.

Teaching

Publications


Evaluating Knowledge Retention in Continual Learning
SAC 2024
Andrii Krutsylo
Batch Sampling for Experience Replay
CODS-COMAD 2024 (Best Paper Award)
Andrii Krutsylo
Hebbian Continual Representation Learning
HICSS 2022
Paweł Morawiecki, Andrii Krutsylo, Maciej Wołczyk, Marek Śmieja
Diverse Memory for Experience Replay in Continual Learning
ESANN 2022 (spotlight)
Andrii Krutsylo, Paweł Morawiecki
Remember More by Recalling Less: Investigating the Role of Batch Size in Continual Learning with Experience Replay (Student Abstract)
AAAI 2021
Maciej Wołczyk, Andrii Krutsylo