We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vectorized_forward_pass
def vectorized_forward_pass(self, input_matrix): ...
В описании говорится, что
На вход он принимает матрицу активаций размера n×mn×m и вектор ответов длины nn . ...
The text was updated successfully, but these errors were encountered:
Видимо имеется ввиду "и возвращает вектор ответов"
Sorry, something went wrong.
No branches or pull requests
В описании говорится, что
The text was updated successfully, but these errors were encountered: