Skip to content

Instantly share code, notes, and snippets.

View AngelicosPhosphoros's full-sized avatar

AngelicosPhosphoros

View GitHub Profile
@AngelicosPhosphoros
AngelicosPhosphoros / Timur Khuzin HW HMM.ipynb
Last active March 12, 2019 20:45
Homework about Hidden Markov Models
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
starts = ['binaries', 'Source', 'Config', 'Content']
import os
import os.path as path
def get_file_data(filepath):
if path.isfile(filepath):
sz = path.getsize(filepath)
#print("For %s is %d"%(filepath, sz))
return filepath, sz
@AngelicosPhosphoros
AngelicosPhosphoros / DerivativesKhuzin.ipynb
Last active October 15, 2018 21:47
HW from MIEM: Derivatives
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.