This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
#Последовательность обучения
- http://testbase.ru/
- be smart cookie
#Книги:
- Список книг - http://okiseleva.blogspot.ru/2014/02/blog-post_6.html
- Роман Савин. Тестирование dot com. !!!!))
- !Lee Copeland. A Practitioner's Guide to Software Test Design - нет на русском http://okiseleva.blogspot.ru/2012/03/-lee-copeland-practitioners-guide-to.html
- Ron Patton. Software Testing - http://okiseleva.blogspot.ru/2013/11/ron-patton-software-testing.html
- Exploratory software testing. James Whittaker - http://okiseleva.blogspot.ru/2015/02/-exploratory-software-testing-james.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 Эш против Зловещих мертвецов |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Ansi 6 Color" : { | |
"Green Component" : 0.4418377876281738, | |
"Blue Component" : 0.4872579574584961, | |
"Red Component" : 0.05614559724926949 | |
}, | |
"Tags" : [ | |
], | |
"Ansi 12 Color" : { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Ansi 6 Color" : { | |
"Green Component" : 0.4418377876281738, | |
"Blue Component" : 0.4872579574584961, | |
"Red Component" : 0.05614559724926949 | |
}, | |
"Tags" : [ | |
], | |
"Ansi 12 Color" : { |