Skip to content

Instantly share code, notes, and snippets.

View myurasov's full-sized avatar

Misha Yurasov myurasov

View GitHub Profile
@myurasov
myurasov / my_flow_test_10mm3.gcode
Last active December 22, 2023 12:13
my_flow_test_10mm3.gcode
G90 ; absolute positioning
M104 S<TEMP>; start nozzle heating
G28; home
M109 S<TEMP> ; heat the nozzle and wait
; prime
G1 Z15 F1000 ; lift z
G92 E0 ; reset extruder
G1 F100 E50 ; extrude 50mm in 30s
@myurasov
myurasov / my_flow_test_20mm3.gcode
Last active December 22, 2023 12:13
my_flow_test_20mm3.gcode
G90 ; absolute positioning
M104 S<TEMP>; start nozzle heating
G28; home
M109 S<TEMP> ; heat the nozzle and wait
; prime
G1 Z15 F1000 ; lift z
G92 E0 ; reset extruder
G1 F100 E50 ; extrude 50mm in 30s
@myurasov
myurasov / Image_Resize_TF_vs_PIL.ipynb
Created April 8, 2021 09:21
Image_Resize_TF_vs_PIL
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@myurasov
myurasov / ResNets-in-Keras.ipynb
Last active December 19, 2017 02:56
ResNets in Keras
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@myurasov
myurasov / resnet.ipynb
Last active December 10, 2017 04:44
ResNet vs VanillaCNN on CIFAR10
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@myurasov
myurasov / ManualBackprop.ipynb
Last active November 21, 2017 04:18
Manual Backprop
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@myurasov
myurasov / matmul.ipynb
Created November 19, 2017 03:08
matmul - manual vs numpy
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@myurasov
myurasov / MaxHeap.ipynb
Created October 4, 2017 02:46
MaxHeap implementation
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@myurasov
myurasov / Keras_WACGAN.ipynb
Last active April 3, 2021 03:12
Wasserstein ACGAN in Keras
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@myurasov
myurasov / Keras_WACGAN_B.ipynb
Created August 22, 2017 23:53
Keras WACGAN
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.