|
|||||||
| Shooting The Shit Anything goes, seriously. Come meet and network with your peers, it's a fun way to take a break out of your busy day of posting at other boring forums. |
|
Welcome to the WickedFire - Affiliate Marketing Forum - Internet Marketing Webmaster SEO Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
I Am God.
|
Anyone else taking either of these classes?
Right now I'm taking the full version of the AI and Machine Learning Class: Machine Learning - Fall 2011 Introduction to Artificial Intelligence - Fall 2011 For those of you who don't know, Stanford is offering their Machine Learning and Artificial Intelligence classes for free online for anybody who wants to take them. I've been using tons of machine learning algorithms in my own projects/businesses without actually knowing what they are, and in many cases have been exploring unchartered territory in AI. I'm looking forward to both classes; AI has been a big interest of mine. If anyone else is taking any of the Stanford AI classes hit me up. Also in the upcoming months, if you are taking the course, feel free to hit me up with questions.
__________________
I might have a super secret spinner in private beta. PM me for more info |
|
|
|
|
|
#3 (permalink) |
|
Senior Member
|
Well, I am now. Thanks for the links!
__________________
xMarkPro -- Ultimate Blog Network Management Streamline your marketing operations. Centralize management of domains, pages, Wordpress blogs, sponsors, link codes, media items, sales and traffic statistics, plus more! |
|
|
|
|
|
#7 (permalink) |
|
Senior Member
|
Taking the ML class, will probably have some Q's for you in the future
__________________
Everybody gets so much information all day long that they lose their common sense. Will write for you 2BTC/100 words. Currently not really taking orders. If it's interesting, we'll see. |
|
|
|
|
|
#9 (permalink) |
|
e-Hustler
|
There's actually a 3rd one that is given for free: Introduction to Databases
__________________
You're born an original, don't die a copy. |
|
|
|
|
|
#10 (permalink) |
|
Senior Member
|
If the videos for the first lesson on Machine Learning that are available are any indication, that 4 hour exam will probably be 1 hour for most of us. This better get really hard, really quick, or I'm going to get bored and lose alot of respect for Stanford.
__________________
xMarkPro -- Ultimate Blog Network Management Streamline your marketing operations. Centralize management of domains, pages, Wordpress blogs, sponsors, link codes, media items, sales and traffic statistics, plus more! |
|
|
|
|
|
#11 (permalink) | |
|
yeah, makes perfect sense
|
+rep cardine
__________________
Quote:
|
|
|
|
|
|
|
#14 (permalink) | ||
|
yeah, makes perfect sense
|
Quote:
Statement of completion will be issued with a description of how you did and how you compared with the rest of the online crowd?
__________________
Quote:
|
||
|
|
|
|
|
#17 (permalink) |
|
Senior Member
|
Gonna sign up to the Database and ML course.
We need to get a private forum set up for WF'ers for this. Is it just the AI, ML and DB courses available? I see they have introduction to computer science as a free course, but they just give you the content/exams/solutions etc and doesn't really get you anything at the end of it.
__________________
Eat Good |
|
|
|
|
|
#18 (permalink) | |
|
WF Platinum Member
|
signed up for database. let's see how long i last before I forget about it.
__________________
Quote:
|
|
|
|
|
|
|
#19 (permalink) |
|
The Uberest Nerd
|
Signed up for ML earlier today. Apparently this is making the rounds.
Too bad they don't all share the same login system.
__________________
I <3 LAMP. I can also write and edit for $35/hr. Hire me. Play EverQuest? Want to cheat? |
|
|
|
|
|
#20 (permalink) | ||
|
Senior Member
|
Quote:
Quote:
__________________
Eat Good |
||
|
|
|
|
|
#22 (permalink) |
|
Senior Member
|
When I was cleaning out my storage room the other day I found some of my old tests and quizzes from college...Nope don't feel like going through that daily kick in the nuts again anytime soon, not even an introductory class.
Ya'll have fun and let us know how it goes please. |
|
|
|
|
|
#27 (permalink) | |
|
Automation, I has it.
|
Quote:
I suggest you give the video tutorials at TheNewBoston – Free Educational Video Tutorials on Computer Programming and More! a viewing. They are each between 5-10 minutes long, so you can get a good understanding relatively easily and apply it. |
|
|
|
|
|
|
#28 (permalink) | |
|
yeah, makes perfect sense
|
As an aside to the AI & ML courses the "Introduction to Databases" class is very basic and should be no trouble grasping if so inclined. You may be well past that skill level but if not it goes nicely with what we do.
__________________
Quote:
|
|
|
|
|
|
|
#29 (permalink) | |
|
Senior Member
|
Quote:
"Programming is not required, however we believe it will be very helpful for some of the homework assignments. You may write code in any language you would like to (we recommend Python if you are new to programming) and your code will not be graded. For example, a question might ask for 6 answers to the same problem but with varied inputs or parameters. You are welcome to work each one out by hand, however writing a program might be both faster and give you a better understanding of how the algorithm works." That being said, it's kind of hard to wrap your head around some of the basic CSC concepts without playing around with them to see how they work (for me, at least). They recommend Python if you're new but I'd also recommend checking out Ruby. If you have a Mac you've already got Ruby installed. We used this book in my first intro to CSC class The Pragmatic Bookshelf | Learn to Program and I found it pretty easy to follow, and I had never done any programming before. THat book uses Ruby. I've purchased a few books from the Pragmatic bookshelf and I've found them all to be pretty good. Definitely go for the ebook option so you can always download updated versions if they update them. All that being said, I've never really used Python before so I might try to do some of the homework using Python but I'll most likely be doing the majority using Ruby, if anybody wants to talk about the homework etc. Of course, after the answers are given, in agreement with the terms of the class. |
|
|
|
|
|
|
#30 (permalink) | |
|
I Am God.
|
Quote:
I'll be taking the ML course all the way through.
__________________
I might have a super secret spinner in private beta. PM me for more info |
|
|
|
|
|
|
#31 (permalink) |
|
WF Premium Member
|
I'm in AI, but not at Stanford. It's like what was described above- you don't need to know programming, but the reason they say it helps is because if you've had programming courses, you are going to know data structures and have some exposure to logical thinking.
What is most helpful is if you understand graph theory, search trees, and the common algorithms associated with them. Like what is the most efficient way to search an extremely large structure, or what is the optimal path from node a to node b in a graph. AI will give some variations on the common algorithms that are fit to specific problems. Also, we did some programming in LISP, though I don't know if Stanford's course does that. |
|
|
|
|
|
#35 (permalink) |
|
corporate hustler
|
Thanks for sharing the links bro! Awesomeness.. Now as someone who has got basic coding skills, do any of you guys recommend a particular coding language before doing this course?
I have made it my goal to within the next 12 months get good at a coding language, so maybe I can hit 2 birds with one stone if the coding language I should learn also applies to this course? |
|
|
|
|
|
#37 (permalink) |
![]() |
It really does not matter.
I would recommend ruby or PHP, which might suck (a bit) for doing AI, but you can use them for web development as well. ::emp::
__________________
Your Logical Fallacies - know them to avoid them That's because all programmers are also ninjas.(but not all ninjas are programmers) - LogicFlux Blind Ape Seo |
|
|
|
|
|
#38 (permalink) | |
|
The Uberest Nerd
|
Quote:
Either way, the techniques you learn from one language will usually be useful in other languages. Loops, variables, conditionals, iteration... they're all pretty universal. Once you learn one, it's easier to learn others.
__________________
I <3 LAMP. I can also write and edit for $35/hr. Hire me. Play EverQuest? Want to cheat? |
|
|
|
|
|
|
#40 (permalink) |
|
I Am God.
|
The class will use Octave, but as Supergeek said, once you learn one language it is relatively easy to learn others as well.
Same here, I'll be looking to bring on someone soon for ML.
__________________
I might have a super secret spinner in private beta. PM me for more info |
|
|
|
|
|
#41 (permalink) |
|
Senior Member
|
Fail SAUCE: We are currently upgrading our servers
Thank you for your patience, we're getting new servers online to handle the massive interest in this class. For the next 24-48 hours you may have some difficulty accessing the site, we apologize and will have things working more smoothly as soon as possible.
__________________
Good things come to those who wait! |
|
|
|
|
|
#42 (permalink) |
|
Senior Member
|
Got through the introduction. I'd say I'm at the advanced level when it comes to programming PHP/MySQL and the introduction was really easy to follow and understand. Follows all the logic that goes into building applications. As he was talking I actually could imagine ways that it could be used or have been used in the past. However this stuff is right up my ally as I really enjoy making applications/programs/processes that eliminate the need for a person to do the job.
For the most part anyone that has done any programming has handled supervised learning through queries in the database. I'm really interested to get into the Unsupervised learning stuff as that is pretty neat. I also plan on taking the ML all the way through. It might not provide a 'stanford' seal of approval but at least you get something to show for it and not so much that as a ton of knowledge moving forward. Maybe even a different view on things.
__________________
Good things come to those who wait! |
|
|
|
|
|
#43 (permalink) |
|
Senior Member
|
I'm definitely enjoying the ML class. Introduction chapter was boring as mud, but the next one definitely picked it up. Can most definitely help out in my work.
__________________
xMarkPro -- Ultimate Blog Network Management Streamline your marketing operations. Centralize management of domains, pages, Wordpress blogs, sponsors, link codes, media items, sales and traffic statistics, plus more! |
|
|
|
|
|
#44 (permalink) | ||||
|
Britfag
|
Quote:
Quote:
Quote:
Quote:
Thanks everyone for all the advice |
||||
|
|
|
|
|
#47 (permalink) |
|
Senior Member
|
Not to thread jack or anything but anyone who has iTunes has access to iTunes U (University) which has audio and video lectures from thousands of college courses. You don't get a pretty letter at the end saying you passed but you can learn damn well anything you want for free. I highly recommend you guys check it out.
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|