Skip to content

Commit

Permalink
Update logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Haleshot committed Aug 17, 2024
1 parent fcbfaae commit fe3b7e2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import math


def softmax(scores: list[int | float]) -> list[float]:
# Your code here
return probabilities
return probabilities

0 comments on commit fe3b7e2

Please sign in to comment.