I've recently took up coding lessons and was eager to make my own "ai" but I don't know where to start...
I want to write the most basic ai so I can understand the core functions and all an ai that replies to binary questions and shit like that
excuse my retardation if my wording isn't right
so can any of you fags redirect me towards a course, book or give me some tips that'll be much obliged
A VERY basic python AI
Other urls found in this thread:
en.wikipedia.org
youtube.com
twitter.com
Lel Well, depends. How good is your math/stats?
not too good, not too bad
you mean like unsupervised learning?
I mean like any learning at all, as long as it's a type of learning and as basic as could be
AI is bullshit marketing term.
Exactyl what do you want? Make chatbot? Forecast some sort of series? Solve sudoku? Make game AI?
Each of this things could be called AI, but they don't have that much in common
Fuck python, that is a stupid language for doing ai
for the time being, I'd like to make a chatbot
well, that's the only language I know, which one do you think is best ?
python is the lingua franca of machine learning
take a look at existing chat bot implementations. See if any have a library available to use or have other such examples on how to trivially implement what you want. Again this is dependent on what you want to do.