Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Neural Networks or Human-computer interaction

I will be entering my third year of university in my next academic year, once I've finished my placement year as a web developer, and I would like to hear some opinions on the two modules in the Title.

I'm interested in both, however I want to pick one that will be relevant to my career and that I can apply to systems I develop.

I'm doing an Internet Computing degree, it covers web development, networking, database work and programming. Though I have had myself set on becoming a web developer I'm not so sure about that any more so am trying not to limit myself to that area of development.

I know HCI would help me as a web developer, but do you think it's worth it? Do you think Neural Network knowledge could help me realistically in a system I write in the future?

Thanks.

EDIT: I thought it would be useful to follow-up with what I decided to do and how it's worked out.

I picked Artificial Neural Networks over HCI, and I've really enjoyed it. Having a peek into cognitive science and machine learning has ignited my interest for the subject area, and I will be hoping to take on a postgraduate project a few years from now when I can afford it.

I have got a job which I am starting after my final exams (which are in a few days) and I was indeed asked if I had done a module in HCI or similar. It didn't seem to matter, as it isn't a front-end developer position!

I would recommend taking the module if you have it as an option, as well as any module consisting of biological computation, it will open up more doors should you want to go onto postgraduate research in the future.

like image 887
Tablet Avatar asked Oct 19 '08 21:10

Tablet


People also ask

How is a neural network different from a computer network?

Another fundamental difference between traditional computers and artificial neural networks is the way in which they function. While computers function logically with a set of rules and calculations, artificial neural networks can function via images, pictures, and concepts.

Is Human Computer Interaction same as artificial intelligence?

HCI is currently being shaped and shaping the applications of artificial intelligence (AI) and intelligent augmentation (IA). This is leading to the rapid emergence of new and exciting research topics.

What are the 3 different types of neural networks?

Different types of Neural Networks in Deep LearningArtificial Neural Networks (ANN) Convolution Neural Networks (CNN) Recurrent Neural Networks (RNN)

What is the future of human computer interactions?

In the future, user interfaces are expected to be integrated into everyday life, not just on screens, and are intended to be customisable and ubiquitous. The result will be a world where all senses interact with computing, not just through a screen.

Are neural network and AI the same?

neural networks. As we've mentioned before, AI refers to machines that can mimic human cognitive skills. Neural networks, on the other hand, refers to a network of artificial neurons or nodes vaguely inspired by the biological neural networks that constitute the human brain.

What are human computer interactions?

Human-Computer Interaction (HCI) has four main components: the user, task, tools / interface, the context.


2 Answers

The worthiness depends on three factors:

  • How familiar are you with the topic already?
  • How good is the course/class you want to take?
  • What are your interested in more?

Especially for HCI, there is a broad range of "common sense" information you would also easily obtain from reading a good book or a wider range of articles about it also published on the internet. On the other hand, there indeed exist many deeper insights mostly obtained by Psychology studies. If the course is done right, you can indeed learn a lot about the topic and the real considerations to use for developing an interface.

For Neural Networks, one has to say that this is a typical hype topic. It would be mainly interesting in what application domain the course wants to deal with neural networks. You can be quite sure that you won't program or use any neural networks for web development. On the other hand, if the course is done right, this could be a good opportunity for you to broaden your knowledge. Especially, deepening your understanding about the theory of computer science. This highly depends on how the course is laid out, though.

HCI is a topic which helps your career as a web developer, but only if you feel incompetent in that topic (then it is a must) or it is done very well. Neural Networks is a topic which has more potential of being really interesting hardcore computer science stuff, where you indeed learn a better understanding about something. If you are interested in NN, you should not pass the opportunity to get an education which is not narrowly concentrated on the domain of web development -- and, after all, perhaps find more interest in other stuff (it is always good to know other directions you would perhaps like to go into for the future).

like image 178
ypnos Avatar answered Sep 22 '22 10:09

ypnos


Neural networks sound cool until you read the fine print:

In modern software implementations of artificial neural networks the approach inspired by biology has more or less been abandoned for a more practical approach based on statistics and signal processing.

This is something that has mystified me for years. Here you have an amazingly complex and powerful control system (real-world biological neural networks), and an academic discipline that appears to be about modeling these systems in software but that has in reality abandoned that activity.

If you're doing web development, your time is probably better spent in the HCI course.

like image 44
MusiGenesis Avatar answered Sep 20 '22 10:09

MusiGenesis