Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Use SVG's in embedded images
  • Loading branch information
dexw25 authored Mar 6, 2020
1 parent 90eee66 commit a580c44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ minimizing the following:
<!---
LowerTriangular(D-D^T\neq0)*CrossEntropy(S(C-C^T),D-D^T>0)
-->
![equation](https://latex.codecogs.com/gif.latex?LowerTriangular%28D-D%5ET%5Cneq0%29*CrossEntropy%28S%28C-C%5ET%29%2CD-D%5ET%3E0%29)
![equation](https://latex.codecogs.com/svg.latex?LowerTriangular%28D-D%5ET%5Cneq0%29*CrossEntropy%28S%28C-C%5ET%29%2CD-D%5ET%3E0%29)

Where S is the sigmoid function, CrossEntropy is a function who's first and second parameters are logits and labels
respectively, LowerTriangular is a function which replaces entries above the main diagonal with zeros,
Expand Down Expand Up @@ -91,4 +91,4 @@ The tools listed below can be used, but are not needed. They provide _significa


## License
Batch First is licensed under the GPL 3. The full text can be found in the LICENSE.txt file.
Batch First is licensed under the GPL 3. The full text can be found in the LICENSE.txt file.

0 comments on commit a580c44

Please sign in to comment.