Skip to content

Instantly share code, notes, and snippets.

View rhiskey's full-sized avatar
💻
Master your craft

Vladimir Kiselev rhiskey

💻
Master your craft
View GitHub Profile
@rhiskey
rhiskey / aimgaze.py
Last active July 2, 2024 07:54
Mouse movement via eyes
import cv2
import numpy as np
import pyautogui
## Install CMake on system then:
## `pip install cmake dlib opencv-python pyautogui numpy`
# Constants for sensitivity and smoothing
SENSITIVITY = 20 # Adjust as needed
SMOOTHING = 0.5 # Adjust as needed
@rhiskey
rhiskey / secure-mailserver-postfix-dovecot-letsencrypt-debian-jessie.md
Last active March 13, 2024 21:08 — forked from jkullick/secure-mailserver-postfix-dovecot-letsencrypt-debian-jessie.md
Secure Mailserver with Postfix, Dovecot and Let's Encrypt on Debian Jessie
@rhiskey
rhiskey / classification_nn_seminarus.ipynb
Created August 9, 2022 18:00
Classification_NN_Seminarus.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rhiskey
rhiskey / seminarus-lang_det_ml_google.ipynb
Created July 23, 2022 19:51
Seminarus Lang_det_ML_Google.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rhiskey
rhiskey / mathfund_nn_from_scratch_lesson.ipynb
Created July 21, 2022 14:33
MathFund_NN_from_scratch_lesson.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rhiskey
rhiskey / alexnetarchitecture_seminarus.ipynb
Created July 13, 2022 14:34
AlexNetArchitecture_Seminarus.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rhiskey
rhiskey / stress_reddit_seminarus.ipynb
Created July 10, 2022 14:00
Stress_reddit_Seminarus.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rhiskey
rhiskey / seminarus_article_recommender.ipynb
Created July 6, 2022 12:50
Seminarus_Article_recommender.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rhiskey
rhiskey / cyberkoala_articles.csv
Last active July 6, 2022 12:20
cyberkoala_articles.csv
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 3.
Article,Title
"Впусти Мстителей в свой дом! Рассмотрим как разрабатываются модели глубокого обучения для задач распознавания лиц на примере набора изображений актеров из Мстителей. Обучим собственную модель сверточной нейронной сети с нуля и поговорим о преимуществах и недостатках подхода, как избежать переобучения? Распознавание - это одна из основных областей применения сверточных нейросетей. В этом живом семинаре мы расскажем о том как можно использовать глубокое обучение в системах умного дома, как обучать модели, какую архитектуру выбрать для наибольшей точности?","Распознавание лиц для умного дома"
"В чем секрет выбора функции активации?Несмотря на все её недостатки ReLU долгое время была выдающейся. Тем не менее было предложено 10, если не 100 альтернатив. Ни одна другая функция активации не могла взять верх над ReLU. Google опубликовала свою статью “Searching for activation functions” в 2017 году и заявила, что они провели исчерпывающее исследование и нашли эффективный вариант или сигмоиду под названи
@rhiskey
rhiskey / -_.ipynb
Created July 5, 2022 14:53
Семинарус_Прогнозирование чаевых официантам.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.