Skip to content

Instantly share code, notes, and snippets.

@folex
folex / backward_propagation_with_dropout.py
Created September 17, 2017 15:58
backward_propagation_with_dropout
# GRADED FUNCTION: backward_propagation_with_dropout
def backward_propagation_with_dropout(X, Y, cache, keep_prob):
"""
Implements the backward propagation of our baseline model to which we added dropout.
Arguments:
X -- input dataset, of shape (2, number of examples)
Y -- "true" labels vector, of shape (output size, number of examples)
cache -- cache output from forward_propagation_with_dropout()
@folex
folex / scalepatternsguitar
Created July 25, 2017 19:56
[Scale patterns] guitar scale patterns #guitar #music #scale
Groups of four
1a-- 1234, 2345, 3456, etc.
1b-- 4321, 5432, 6543, etc.
1c-- 1243, 2354, 3465, etc.
1d-- 1321, 2432, 3543, etc.
Groups of three
2a-- 123, 234, 345, etc.
@folex
folex / shapeless_tags_fun.scala
Last active May 25, 2017 07:54
shapeless_tags_fun.scala
object UserRelationsT {
import shapeless.tag
import tag.@@
import cats.data.Ior
trait IsFollowerTag
type IsFollower = Boolean @@ IsFollowerTag
def isFollower(b: Boolean): IsFollower = tag[IsFollowerTag][Boolean](b)
trait IsFollowingTag
@folex
folex / тестирование.md
Created March 14, 2017 09:26 — forked from Paliri/тестирование.md
ссылки для QA

#Последовательность обучения

#Книги:

@folex
folex / films.txt
Created January 15, 2017 13:10
film list
8,6 2006 Престиж
8,4 2011 Черное зеркало
8,3 2013 Викинги
8,2 2011 Прислуга
8,1 2009 Шерлок Холмс
8,1 1995 Казино
8,1 1963 Доктор Стрейнджлав, или Как я научился не волноваться и полюбил атомную бомбу
8,1 1960 Психо
8,0 2016 Миллиарды
8,0 2015 Эш против Зловещих мертвецов
@folex
folex / iterm2_profile.json
Created October 29, 2016 15:13
iterm2_profile.json
{
"Ansi 6 Color" : {
"Green Component" : 0.4418377876281738,
"Blue Component" : 0.4872579574584961,
"Red Component" : 0.05614559724926949
},
"Tags" : [
],
"Ansi 12 Color" : {
@folex
folex / snippets.md
Last active June 4, 2018 12:24
Cassandra Nodetool snippets

Table latency

function table_latency {
	(echo 'Table ReadCount WriteCount ReadLatency(ms) WriteLatency(ms) TotalRead(sec) TotalWrite(sec)' && \
	nodetool cfstats $1 | grep 'Table:\|Local' | \
		awk -F" " '{ 
		if (index($1,"Table:") != 0) {
			t = $2; getline
			rc = $4; getline
			rl = $4; getline
@folex
folex / iterm2profile.json
Last active May 24, 2016 15:14
Iterm2 profile
{
"Ansi 6 Color" : {
"Green Component" : 0.4418377876281738,
"Blue Component" : 0.4872579574584961,
"Red Component" : 0.05614559724926949
},
"Tags" : [
],
"Ansi 12 Color" : {