Added current about info
This commit is contained in:
parent
b2e5be44c7
commit
c0a246d218
|
@ -1,6 +1,6 @@
|
|||
######################## default configuration ####################
|
||||
baseURL = "https://demo.gethugothemes.com/reporter/"
|
||||
title = "BSD Talk"
|
||||
title = "Unix Talk"
|
||||
theme = "reporter"
|
||||
# post pagination
|
||||
paginate = "7"
|
||||
|
@ -9,7 +9,7 @@ summaryLength = "20"
|
|||
# google analytics
|
||||
googleAnalytics = "" # example : UA-123-45
|
||||
# disqus short name
|
||||
disqusShortname = "bsd-talk" # get your shortname form here : https://disqus.com
|
||||
disqusShortname = "unix-talk" # get your shortname form here : https://disqus.com
|
||||
# disable language
|
||||
disableLanguages = ["fr"] # example: ["fr"] for disable french language
|
||||
|
||||
|
|
|
@ -1,14 +1,18 @@
|
|||
---
|
||||
title: "Hootan Safiyari"
|
||||
title: "Eduardo Cueto-Mendoza"
|
||||
image: "images/author.jpg"
|
||||
description: "this is meta description"
|
||||
description: "Author introduction"
|
||||
sidebar: true
|
||||
widgets: ["recommended","categories"]
|
||||
draft: false
|
||||
---
|
||||
|
||||
Hello, I'm Hootan Safiyari. A Content writter, Developer and Story teller. Working as a Content writter at CoolTech Agency. Quam nihil enim maxime corporis cumque totam aliquid nam sint inventore optio modi neque laborum officiis necessitatibus, facilis placeat pariatur! Voluptatem, sed harum pariatur adipisci voluptates voluptatum cumque, porro sint minima similique magni perferendis fuga! Optio vel ipsum excepturi tempore reiciendis id quidem? Vel in, doloribus debitis nesciunt fugit sequi magnam accusantium modi neque quis, vitae velit, pariatur harum autem a! Velit impedit atque maiores animi possimus asperiores natus repellendus excepturi sint architecto eligendi non, omnis nihil. Facilis, doloremque illum. Fugit optio laborum minus debitis natus illo perspiciatis corporis voluptatum rerum laboriosam.
|
||||
Hello, I'm Eduardo. Currently, pursuing a PhD in Computer Science. Some places where I have previously worked are: Intel, InfolinkEXP, and Indboo, as an AI engineer.
|
||||
|
||||
> Facilis, doloremque illum. Fugit optio laborum minus debitis natus illo perspiciatis corporis voluptatum rerum laboriosam.
|
||||
My current interests are optimization (combinatorial, convex, etc), neural networks (NN), and systems programming.
|
||||
|
||||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quam nihil enim maxime corporis cumque totam aliquid nam sint inventore optio modi neque laborum officiis necessitatibus, facilis placeat pariatur! Voluptatem, sed harum pariatur adipisci voluptates voluptatum cumque, porro sint minima similique magni perferendis fuga! Optio vel ipsum excepturi tempore reiciendis id quidem.
|
||||
> Current research on Neural Networks does not consider parameter other than the accuracy obtained by the model on unknown data.
|
||||
|
||||
Currently I am working on unraveling the relationships that exists between several hyper-parameters of NN's. Current research on this area does not consider this type of hyper-parameters: network size, energy consumed, time, fitting methodology, etc.
|
||||
|
||||
there is research where those parameters are taken into account, but they are only presented as information, there is no real attempt to use those parameters as a guideline (or model) to produce a training/inference methodology that can optimize any of the parameters being studied.
|
||||
|
|
Loading…
Reference in New Issue