-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Autodeployed using __EdricChan03_action-build-deploy-ghpages in Build and Deploy to Github Pages
- Loading branch information
Showing
12 changed files
with
863 additions
and
91 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,194 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<!-- Head --> | ||
<head> <!-- Metadata, OpenGraph and Schema.org --> | ||
|
||
|
||
<!-- Standard metadata --> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<title>AMLab | Amsterdam Machine Learning Lab | Blog - page 3</title> | ||
<meta name="author" content="AMLab | Amsterdam Machine Learning Lab" /> | ||
<meta name="description" content="Amsterdam Machine Learning Lab, Informatics Institute, University of Amsterdam | ||
" /> | ||
<meta name="keywords" content="jekyll, jekyll-theme, academic-website, portfolio-website" /> | ||
|
||
|
||
<!-- Bootstrap & MDB --> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha256-DF7Zhf293AJxJNTmh5zhoYYIMs2oXitRfBjY+9L//AY=" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/mdb.min.css" integrity="sha256-jpjYvU3G3N6nrrBwXJoVEYI/0zw8htfFnhT9ljN3JJw=" crossorigin="anonymous" /> | ||
|
||
<!-- Fonts & Icons --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/all.min.css" integrity="sha256-mUZM63G8m73Mcidfrv5E+Y61y7a12O5mW4ezU3bxqW4=" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/academicons.min.css" integrity="sha256-i1+4qU2G2860dGGIOJscdC30s9beBXjFfzjWLjBRsBg=" crossorigin="anonymous"> | ||
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:100,300,400,500,700|Material+Icons"> | ||
|
||
<!-- Code Syntax Highlighting --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jwarby/jekyll-pygments-themes@master/github.css" media="none" id="highlight_theme_light" /> | ||
|
||
<!-- Styles --> | ||
|
||
<link rel="shortcut icon" href="/assets/img/amlab-icon.png"/> | ||
|
||
<link rel="stylesheet" href="/assets/css/main.css"> | ||
<link rel="canonical" href="https://amlab-amsterdam.github.io/blog/page/3/"> | ||
|
||
<!-- Dark Mode --> | ||
|
||
|
||
</head> | ||
|
||
<!-- Body --> | ||
<body class="fixed-top-nav "> | ||
|
||
<!-- Header --> | ||
<header> | ||
|
||
<!-- Nav Bar --> | ||
<nav id="navbar" class="navbar navbar-light navbar-expand-sm fixed-top"> | ||
<div class="container"> | ||
<a class="navbar-brand title font-weight-lighter" href="https://AMLab-Amsterdam.github.io/"><span class="font-weight-bold">AMLab</span> | Amsterdam Machine Learning Lab</a> | ||
<!-- Navbar Toggle --> | ||
<button class="navbar-toggler collapsed ml-auto" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar top-bar"></span> | ||
<span class="icon-bar middle-bar"></span> | ||
<span class="icon-bar bottom-bar"></span> | ||
</button> | ||
|
||
<div class="collapse navbar-collapse text-right" id="navbarNav"> | ||
<ul class="navbar-nav ml-auto flex-nowrap"> | ||
|
||
<!-- About --> | ||
<!-- <li class="nav-item "> | ||
<a class="nav-link" href="/">about</a> | ||
</li> --> | ||
|
||
<!-- Blog --> | ||
<li class="nav-item active"> | ||
<a class="nav-link" href="/blog/">Blog</a> | ||
</li> | ||
|
||
<!-- Other pages --> | ||
<li class="nav-item "> | ||
<a class="nav-link" href="/contact/">Contact</a> | ||
</li> | ||
<li class="nav-item "> | ||
<a class="nav-link" href="/joining/">Joining</a> | ||
</li> | ||
<li class="nav-item "> | ||
<a class="nav-link" href="/people/">People</a> | ||
</li> | ||
<li class="nav-item "> | ||
<a class="nav-link" href="/publications/">Publications</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
</header> | ||
|
||
<!-- Content --> | ||
<div class="container mt-5"> | ||
<div class="post"> | ||
|
||
<!-- <div class="header-bar"> | ||
<h1>Blog</h1> | ||
<h2>Amsterdam Machine Learning Lab, Informatics Institute, University of Amsterdam</h2> | ||
</div> | ||
--> | ||
|
||
<ul class="post-list"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<li> | ||
<h3> | ||
|
||
<a class="post-title" href="/blog/2020/GreedyInfoMax/">Putting an End to End-to-End</a> | ||
|
||
</h3> | ||
<p>Find out more about how we can train a neural network without end-to-end backpropagation and achieve competitive performance.</p> | ||
<p class="post-meta"> | ||
1 min read | ||
· | ||
April 12, 2020 · | ||
Sindy Löwe</p> | ||
<p class="post-tags"> | ||
<a href="/blog/2020"> | ||
<i class="fas fa-calendar fa-sm"></i> 2020 </a> | ||
|
||
|
||
|
||
|
||
</p> | ||
</li> | ||
|
||
|
||
</ul> | ||
|
||
<nav aria-label="Blog page naviation"> | ||
<ul class="pagination pagination-lg justify-content-center"> | ||
<li class="page-item "> | ||
<a class="page-link" href="/blog/page/2/" tabindex="-1" aria-disabled="2">Newer</a> | ||
</li><li class="page-item "><a class="page-link" href="/blog/index.html" title="Blog">1</a></li> | ||
<li class="page-item "><a class="page-link" href="/blog/page/2/index.html" title="Blog - page 2">2</a></li> | ||
<li class="page-item active"><a class="page-link" href="/blog/page/3/index.html" title="Blog - page 3">3</a></li> | ||
<li class="page-item disabled"> | ||
<a class="page-link" href="">Older</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
<!-- Footer --> | ||
<footer class="fixed-bottom"> | ||
<div class="container mt-0"> | ||
© Copyright 2023 AMLab | Amsterdam Machine Learning Lab. Powered by <a href="https://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme. Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>. | ||
|
||
</div> | ||
</footer> | ||
|
||
<!-- JavaScripts --> | ||
<!-- jQuery --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script> | ||
|
||
<!-- Bootsrap & MDB scripts --> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha256-l/1pMF/+J4TThfgARS6KwWrk/egwuVvhRzfLAMQ6Ds4=" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha256-SyTu6CwrfOhaznYZPoolVw2rxoY7lKYKQvqbtqN93HI=" crossorigin="anonymous"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/js/mdb.min.js" integrity="sha256-NdbiivsvWt7VYCt6hYNT3h/th9vSTL4EDWeGs5SN3DA=" crossorigin="anonymous"></script> | ||
|
||
<!-- Masonry & imagesLoaded --> | ||
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/masonry.pkgd.min.js" integrity="sha256-Nn1q/fx0H7SNLZMQ5Hw5JLaTRZp0yILA/FRexe19VdI=" crossorigin="anonymous"></script> | ||
<script defer src="https://cdn.jsdelivr.net/npm/imagesloaded@4/imagesloaded.pkgd.min.js"></script> | ||
<script defer src="/assets/js/masonry.js" type="text/javascript"></script> | ||
|
||
<!-- Medium Zoom JS --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/medium-zoom.min.js" integrity="sha256-EdPgYcPk/IIrw7FYeuJQexva49pVRZNmt3LculEr7zM=" crossorigin="anonymous"></script> | ||
<script src="/assets/js/zoom.js"></script><!-- Load Common JS --> | ||
<script src="/assets/js/common.js"></script> | ||
|
||
<!-- MathJax --> | ||
<script type="text/javascript"> | ||
window.MathJax = { | ||
tex: { | ||
tags: 'ams' | ||
} | ||
}; | ||
</script> | ||
<script defer type="text/javascript" id="MathJax-script" src="https://cdn.jsdelivr.net/npm/[email protected]/es5/tex-mml-chtml.js"></script> | ||
<script defer src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> | ||
|
||
|
||
</body> | ||
</html> | ||
|
Oops, something went wrong.