isort --profile black . (#2181)
* updating DIRECTORY.md
* isort --profile black .
* Black after
* updating DIRECTORY.md
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
@@ -9,9 +9,9 @@ After through ReLU, the element of the vector always 0 or real number.
|
||||
Script inspired from its corresponding Wikipedia article
|
||||
https://en.wikipedia.org/wiki/Rectifier_(neural_networks)
|
||||
"""
|
||||
from typing import List
|
||||
|
||||
import numpy as np
|
||||
from typing import List
|
||||
|
||||
|
||||
def relu(vector: List[float]):
|
||||
|
||||
Reference in New Issue
Block a user