need4sleep Posted June 12, 2017 Share Posted June 12, 2017 What are adaptive learning algorithms exactly? I googled it but didn't really find anything. I read this term on an electronics forum and I really want to know what it means since I'm a noob when it comes to computer science :B Link to comment Share on other sites More sharing options...
KipIngram Posted June 12, 2017 Share Posted June 12, 2017 I did an online course with Stanford a few years back on AI. Taught by the guy that leads the Google self-driving car team. By the end of the course, I'd decided it should have been called "Advanced Probabilistic Algorithms." Most of what we studied had to do with taking mountains of data and recognizing algorithmically the important correlations in that mountain. So there was a learning phase, but what came out of that was a tuned algorithm that could process new data of the same type quickly, because now it "knew what to look for." It was mostly applications of Bayesian techniques one way or another. I'd think you could apply the term "adaptive" to any algorithm that "learns" what aspects of data are important and what aspects aren't. 1 Link to comment Share on other sites More sharing options...
petrushka.googol Posted June 26, 2017 Share Posted June 26, 2017 AFAIK It is an algorithm that re-factors itself as new inputs and test cases are generated, and thereby makes itself more relevant. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now