[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/sci/ - Science & Math


View post   

File: 25 KB, 650x638, 1521469512317.png [View same] [iqdb] [saucenao] [google]
11171534 No.11171534 [Reply] [Original]

What do I need to learn to not make my own advanced AI statistical models but enough to use some tensorflow libraries and use google collab to make cool machine learning projects like a racist pol chatbot or some voice synth that is like vocaloid but better?

>> No.11171544

>>11171534
Library Card

>> No.11172753

>>11171534

I dunno you can read all the papers on arxiv.org (ML section). If you want to find good papers, look for papers (especially orals) at ICLR, ICML, and Neurips.

But if you want to start as a script kiddy why don't you just look for github packages and try running them?

>> No.11172765

>>11171534
just read like two blog posts. Literally.

>> No.11174575

Do fast.ai to get a general idea of how to do a variety of things in Pytorch. If you learn all the material there, you'll be in a good position to read papers/github repos of stuff you want to do and figure it out from there.

>> No.11175329

>>11171534
A simple voice synth is pretty easy to make using WaveNet. It takes long as fuck to do a forward pass though since it’s an autoregressive model.