Live data from Hacker News

Ask HN: Without a background in CS, how do I get into the field of A.I?

news.ycombinator.com

1–8 of 8 posts

Ask HN: Without a background in CS, how do I get into the field of A.I?

#1
I have always been interested in A.I., mainly from a creative point of view. Lately, after reading some interesting articles and books, I feel I want to put my resources to work in thinking and working around the ethical debate of A.I.

I am 35, do not have a degree in maths or cs, I’m a master in audiovisual arts, who has been coding fullstack for the last ten years and worked as digital strategist for a few years.

I’m wondering if it is possible for me to get into A.I. And what good steps would be. I’m willing to pick up courses both long and short term.

Does anyone have advice for me how to tackle this?

Maybe interesting extra info: i’m European, living in Brussels.

Re: Ask HN: Without a background in CS, how do I get into the field of A.I?

#4
I was in a similar boat. You can learn a lot by taking Andrew Ng’s deeplearning.ai course on Coursera. It doesn’t get into the statistical theory of it, but you get a lot of detail and practice implementing neural nets. It taught me enough to realize that I am not interested in supervised learning.

Re: Ask HN: Without a background in CS, how do I get into the field of A.I?

#5
Hi. Head to https://iko.ai and shoot an email to the contact address. We'll set you up with a temporary free account with all the bells and whistles (notebook with GPU and pretty much all the deep learning libraries pre-installed including fast.ai related, object storage, automatic tracking for your training, Docker image creation for your models, and controlling both the training and model invocation with HTTP requests, etc).

You can go through the fast.ai courses as you've been coding for a long time. Just clone the repository in the GPU notebook and get started.

You can learn without the hassle of GPU/libs/config nightmare while you figure out if you like this stuff or not.

It's an internal platform for now. So please use my name or a link to this thread.

Re: Ask HN: Without a background in CS, how do I get into the field of A.I?

#7
post #4

I was in a similar boat. You can learn a lot by taking Andrew Ng’s deeplearning.ai course on Coursera. It doesn’t get into the statistical theory of it, but you get a lot of detail and practice implementing neural nets. It taught me enough to realize that I am not interested in supervised learning.

Thanks,good tip! What did you end up being interested in?