#623 in Computers & technology books
Use arrows to jump to the previous/next product

Reddit mentions of Machine Learning

Sentiment score: 4
Reddit mentions: 7

We found 7 Reddit mentions of Machine Learning. Here are the top ones.

Machine Learning
Buying options
View on Amazon.com
or
    Features:
  • 24" 1920 x 1080 (1080p) Full HD Display supporting up to 75 Hz (configure through GPU settings).
  • 1ms Response Time (GTG) to eliminate ghosting and lag, providing you the optimal console gaming experience.
  • Exclusive Color Vibrance and Black eQualizer technology to enhance color representation and visual clarity, giving you the advantage on the battlefield.
  • Optimized display presets for RTS, FPS, and Fighting Game modes, along with Smart Scaling/Display Mode to create custom screen sizes, giving users a complete customized viewing experience.
  • Flicker free technology with a special bezel frame to minimize visual distractions and reduce eye strain, increasing your comfort for intensive gaming sessions.
  • Compatible with Console and PC platforms with a compact slip-resistant base that provides ideal space for controller storage paired with full tilt adjustment. Tilt (°)‎: -5~15 , Dual HDMI ports, VESA compatibility, and built-in speakers.
  • Manufacturer Limited Warranty: 3 Years
Specs:
Height9.5 Inches
Length6.6 Inches
Number of items1
Weight2.03045743302 Pounds
Width1.3 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 7 comments on Machine Learning:

u/Soupy333 · 4 pointsr/Fitness

If you're interested in this stuff (and just getting started), then I highly recommend this book - http://www.amazon.com/Artificial-Intelligence-Modern-Approach-Edition/dp/0136042597

When you're ready to go deeper, then this one is even better http://www.amazon.com/Machine-Learning-Tom-M-Mitchell/dp/0070428077/ref=sr_1_2?s=books&ie=UTF8&qid=1341852604&sr=1-2&keywords=machine+learning

That second book is a little older, but all of its algorithms/techniques are still relevant today.

u/sandsmark · 2 pointsr/compsci

if you want machine learning, I'd recommend Mitchell: http://www.amazon.com/Machine-Learning-Tom-M-Mitchell/dp/0070428077/

u/Yare_Owns · 2 pointsr/Stormlight_Archive

Computer science isn't about programming, it's about math and logic. Computer science has actually been around since before computers!

Most schools with good comp sci programs will focus heavily on math, logic, algorithms, data structures... I think most schools also offer courses in Machine Learning? They may be graduate-level at some schools but I think you can take them as electives.

Anyway, it's never too late! Here are the topics that were covered in my intro class > 10 years ago. Now, you can find all sorts of cool open source libraries to play around with instead of writing it all from scratch in C with nothing but obscure mathematical notation to work from!

http://en.wikipedia.org/wiki/Decision_tree_learning


http://en.wikipedia.org/wiki/Artificial_neural_network


http://en.wikipedia.org/wiki/Genetic_algorithm


http://en.wikipedia.org/wiki/Genetic_programming


http://en.wikipedia.org/wiki/Naive_Bayes_classifier


http://en.wikipedia.org/wiki/K-nearest_neighbors_algorithm


http://en.wikipedia.org/wiki/Association_rule_learning

You could use this text, but it reads like a math journal so I advise finding a friendlier, programming-centric treatment.

u/robokind · 1 pointr/IAmA

There is a lot of code running on the robot, but we generally avoid recursion to keep things more maintanable. It's goals are defined by the behaviors and motivations you have specified, which become a complex subject.

I'd recommend Machine Learning by Tom Mitchell

u/sw4yed · 1 pointr/mlclass

I'm taking an ML course as my institution alongside this course. The book assigned in my other course was Machine Learning, Mitchell. It's pretty old but my professor referred to it as the bible for ML; but I've heard the Bible reference many times before.

I've been doing the readings and I like the book. The way it reads is very nice and it's an awesome supplement for anyone interested in ML.

The Bishop book mentioned here was a (strongly) recommended supplement in the course as well. I got both and although Bishop requires more focus to read (IMO) it has tons of great information.