#Give me Words of Wisdom about AI

1 messages ยท Page 1 of 1 (latest)

dry brook
#

what do you mean by "from scratch"?

#

Are you ok with using AI frameworks?

stone solstice
dry brook
#

Maybe you can start from scratch(maybe using numpy if you are using python) or even use something of your own.

#

But then once you have learnt a bit, I suggest you move to using frameworks like pytorch/tensorflow because doing AI by hand is, let's say, tedious.

#

If you plan on using massive models, you have to port your code to preferably run on GPUs using CUDA or OpenCL.

#

And it is definitely not viable

stone solstice
# dry brook And it is definitely not viable

I've been in the process of checking out lower level languages, do you think they will be harder or easier, (or about the same difficulty) compared to python?

And even if they are a bit harder, will the performance improvement matter enough to make it worth?

dry brook
#

But if you want to learn, sure, go ahead. It would be a great experience

#

A few years ago I tried to make my own framework(kinda) in java, and it was pretty fun.

dry brook
stone solstice
stone solstice
ruby oyster
#

read neural networks from scratch by sentdex

dry brook
#

but I assume it'd be good

dry brook
ruby oyster
#

wut

untold delta
#

Iโ€™d say start with testing out machine learning. Like making an ai learn to play snake for example. Itโ€™s easier than coding an entire ai and it should learn u some basics

gusty quartz
#

like an image generating algorithm or text prompt?

distant torrent
potent lodge
#

3blue1brown.