HED Project
Life/Tech/Ideas
-
On the second part of AutoCAD 3D I made an iphonelike phone and rendered it with nXt renderer.
-
Recently I got in touch with AutoCAD after a long time… A very long time… I did some 3Ds to demonstrate my skills, in case of any job opportunity. So here are some 3Ds and renderings I’ve made…
-
I hope everyone’s wishes come true!!! I wish happiness and health to all of you!! And this is the code to reproduce this image in R The code:
-
As the computing power grows the implementation of Artificial Neural Networks (ANN) becomes more and more common in computational systems and programs. Here it is explained what a simple feedforward artificial neural network is and how it is supposed to work. This article is a demonstration about the R library neuralnet [1a,b] and how it…
-
-
Some years before a movie came out. It was a Spielberg’s one and the name was AI. Nice movie, nice story. But AI was not an unknown word even at this time when the movie came out. Artificial Inteligence was a known term and describes the concept of how a machine can learn and addapt…
-
I thought of this project in order to convert some of my phone’s contact numbers from their national format (the one with the 00 in front of the number) to the one that the local providers recognize. It was a bit challenging as it had to do with things like seeking from information inside data…
-
This brief analysis is a demonstration about the number of animal infections with the rabies virus [1] in Greece. The period of interest is between October 2012 and November 2013 where the last infected animals were recorded.
-
The program imports data in .csv format. It uses SQL SELECT command with two arguments, it asks the user if it is needed to group some of the data so it may use the COUNT and GROUP BY commands. After the new tables are created, it plots the data and prompts the user to give…