Skip to content

Instantly share code, notes, and snippets.

View kmkurn's full-sized avatar
💭
I may be slow to respond.

Kemal Kurniawan kmkurn

💭
I may be slow to respond.
View GitHub Profile
@kmkurn
kmkurn / zipf-kompas.ipynb
Created January 5, 2019 23:49
Zipf's law in Kompas corpus.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kmkurn
kmkurn / matrix_tree.py
Last active June 23, 2020 06:37
Matrix-Tree theorem in PyTorch.
# Copyright 2020 Kemal Kurniawan
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
@kmkurn
kmkurn / shrink_metrics.py
Created June 23, 2020 06:36
Shrink metrics values in a Sacred MongoDB database.
#!/usr/bin/env python
# Copyright 2020 Kemal Kurniawan
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#