Filtres Alexnet fromScratch vs finetuning.

En les següents figures es poden observar 96 filtres obtinguts en la primera capa convolucional (conv1) de dos models entrenats en Alexnet. En les dues primeres figures es poden veure els filtres entrenats des de zero amb una xarxa neuronal, per altre banda, en l'última figura el nostre model ha estat entrenat utilitzant la tècnica del finetuning el qual permet utilitzar els pesos d'una xarxa previament entrenada i per tant amb els filtres ja definits.

Els filtres de la figura 1 han estat pessims, és per això que els veiem borrosos i poc definits. Com podem observar en la figura 2, els resultats han estat millors ja que hem utilitzat una altre tècnica que ens ha permés convergir a una millor solució (En comptes de solver ADAM hem utilitzat solver SGD). Com podem observar tot i que els filtres segueixin borrosos estan més ben definits. Per últim, en la figura 3 es poden apreciar els filtres de Alexnet. Aquests han estat entrenats durant 350.000 iteracions sobre el dataset de ImageNet.

Figura1_fromScratch_solver_ADAM

Figura2_fromScratch_solver_SGD

Figura3_finetunning

Welcome to GitHub Pages.

This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here using GitHub Flavored Markdown, select a template crafted by a designer, and publish. After your page is generated, you can check out the new gh-pages branch locally. If you’re using GitHub Desktop, simply sync your repository and you’ll see the new branch.

Designer Templates

We’ve crafted some handsome templates for you to use. Go ahead and click 'Continue to layouts' to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved.

Creating pages manually

If you prefer to not use the automatic generator, push a branch named gh-pages to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.

Authors and Contributors

You can @mention a GitHub username to generate a link to their profile. The resulting <a> element will link to the contributor’s GitHub Profile. For example: In 2007, Chris Wanstrath (@defunkt), PJ Hyett (@pjhyett), and Tom Preston-Werner (@mojombo) founded GitHub.

Support or Contact

Having trouble with Pages? Check out our documentation or contact support and we’ll help you sort it out.