[ 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.

/lit/ - Literature


View post   

File: 7 KB, 300x168, index.png [View same] [iqdb] [saucenao] [google]
9669459 No.9669459 [Reply] [Original]

bit of a longshot but can anyone here recommend any good books on Artificial Intelligence, Machine Learning and/or artificial neural networks ?

>> No.9669470

Russell and norvig was the textbook we had in an introductory class

>> No.9669486
File: 170 KB, 711x1080, Bostrom.jpg [View same] [iqdb] [saucenao] [google]
9669486

I just started reading this. It isn't at all technical, but if you want to learn a little about the field rather than get into the field it seems worth reading.

>> No.9669489
File: 218 KB, 1920x1396, 1-t7aXT6n4ohBnZ46AEcDUEg.jpg [View same] [iqdb] [saucenao] [google]
9669489

>>9669459
Cool pic, shit quality

>> No.9669495

>>9669470
I should mention it assumes some background knowledge of data structures, algorithms, etc

>> No.9669513

>>9669459
Learn a programming language. On your phone, if Android (idk for iPhone), try SoloLearn for languages and Dcoder for a compiler. Easy mode language is going for Python or similar. If you really want to get to the bones of what could allow you to crack at AI, try C++.
If it starts boring you, then you just like the idea of AI.

>> No.9669527

>>9669459
Are you looking for textbooks or popsci (not using it in a derogative way) introductions? What are you trying to do?

>>9669486
ayy bostrom lmao

>> No.9669536
File: 19 KB, 250x338, 834235.jpg [View same] [iqdb] [saucenao] [google]
9669536

>>9669459
Not even memeing. Machine learning is premised upon embodied cognition which is the hot new thing™.

>> No.9669544

>>9669459
turing test
https://www.youtube.com/watch?v=HSBLQUWK9ls

>> No.9669571

>>9669513
Don't use C++ as an intro to ML, use Matlab or Python

>> No.9669628

>>9669571
Sure, Python is more user friendly, but C++ takes less shortcuts and thus allows for more insightful programming. Which would be needed when tackling AI. Idk about Matlab.

>> No.9669669
File: 78 KB, 960x960, 1497268553611-g.jpg [View same] [iqdb] [saucenao] [google]
9669669

If you're interested in basic neural networks but just want to design and apply a net to solve a problem rather than implement one from scratch, try Jeff Heaton's series on YT about Encog (for C#).

Once you realize that it's all just statistics it gets a lot easier.

>> No.9670086

>>9669470
>>9669486
>>9669489
>>9669495
>>9669513
>>9669536
>>9669544
>>9669571
>>9669628
>>9669669
Hey wow thanks a lot guys, this is great

>>9669527
Im a psych major considering getting into comp sci
Anything that gives a broad overview would be ideal, at this point

>> No.9670167

>>9669669

Checked