Skip to content

Commit

Permalink
power
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbarron committed Feb 18, 2025
1 parent 7fab4d6 commit 92bfa8c
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
Binary file added images/power.mp4
Binary file not shown.
Binary file added images/power.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,48 @@ <h2>Research</h2>




<tr onmouseout="power_stop()" onmouseover="power_start()" bgcolor="#ffffd0">
<td style="padding:16px;width:20%;vertical-align:middle">
<div class="one">
<div class="two" id='power_image'><video width=100% height=100% muted autoplay loop>
<source src="images/power.mp4" type="video/mp4">
Your browser does not support the video tag.
</video></div>
<img src='images/power.png' width="160">
</div>
<script type="text/javascript">
function power_start() {
document.getElementById('power_image').style.opacity = "1";
}

function power_stop() {
document.getElementById('power_image').style.opacity = "0";
}
power_stop()
</script>
</td>
<td style="padding:8px;width:80%;vertical-align:middle">
<a href="https://cat-4d.github.io/">
<span class="papertitle">A Power Transform
</span>
</a>
<br>
<strong>Jonathan T. Barron</strong>
<br>
<em>arXiv</em>, 2025
<br>
<a href="https://x.com/jon_barron/status/1891918200931061996">tweet</a>
/
<a href="https://arxiv.org/abs/2502.10647">arXiv</a>
<p></p>
<p>
A slight tweak to the Box-Cox power transform that generalizes a variety of curves, losses, kernel functions, probability distributions, bump functions, and neural network activation functions.
</p>
</td>
</tr>


<tr onmouseout="r2r_stop()" onmouseover="r2r_start()">
<td style="padding:16px;width:20%;vertical-align:middle">
<div class="one">
Expand Down

0 comments on commit 92bfa8c

Please sign in to comment.