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 / git-deployment.md
Created August 18, 2020 08:36 — forked from noelboss/git-deployment.md
Simple automated GIT Deployment using Hooks

Simple automated GIT Deployment using GIT Hooks

Here are the simple steps needed to create a deployment from your local GIT repository to a server based on this in-depth tutorial.

How it works

You are developing in a working-copy on your local machine, lets say on the master branch. Most of the time, people would push code to a remote server like github.com or gitlab.com and pull or export it to a production server. Or you use a service like deepl.io to act upon a Web-Hook that's triggered that service.

@rhiskey
rhiskey / mattermost_upgrade.md
Last active October 1, 2021 09:21
Upgrade Mattermost Server
  1. In a terminal window on the server that hosts Mattermost, change to your home directory. Delete any files and directories that might still exist from a previous download.
cd /tmp
  1. Download the latest version of Mattermost Server. In the following command, replace X.X.X with the version that you want to download:
wget https://releases.mattermost.com/X.X.X/mattermost-X.X.X-linux-amd64.tar.gz
@rhiskey
rhiskey / gitea_upgrade.md
Created September 8, 2021 21:46
Gitea win server update
@rhiskey
rhiskey / simple_mouse_mover.py
Created September 13, 2021 14:46
Simple random mouse mover and clicker
import random
import threading
import pyautogui
import sys
import time
import tkinter as tk
import os
from dotenv import load_dotenv
@rhiskey
rhiskey / seminarus-facerecognitionforsmarthome-ipynb.ipynb
Created June 25, 2022 15:19
Seminarus "FaceRecognitionForSmartHome.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 / mathfundamentalsofnn_first_look.ipynb
Created June 26, 2022 11:32
MathFundamentalsOfNN_first_look.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 / spotifymusicclustering_seminarus_cyberkoala.ipynb
Created June 30, 2022 17:49
SpotifyMusicClustering_seminarus_CyberKoala.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 / -_.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.
@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 / 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.