|
|
|
Student wants a bit of direction
|
|
5 points
by Jorslu
5087 days ago
|
|
Hey, I am currently finishing my second year of study as a Computer Science Major. About 12 credits away from my AA. Honestly... These programming classes suck. They don't teach me much other than printing out to the screen and getting a bit of input. Maybe a bit of manipulation but that is mostly it.
I have tried to do stuff on my own and read through beginner books (Intro/Begginer books on C++, C, Lua, Python) and even the "Serious" programmer books (Currently reading Pragmatic Programmer. Next on the list is Code Complete and Productive Programmer). I just lose my way though. Once I know some of the language, I try to think of ways to make little projects and such but to no avail.
I want to work with AI. Mainly Natural Language Processing and Machine Learning. It's just what I want to do. Is there any advice anyone is willing to give? Maybe some open source project to point me to? Thanks for reading. Have a nice Day/Night! xD
Jorge |
|
As for your desire to learn NLP and ML, as michaelpinto said, follow the courses of Coursera, and you can also try to reach out to Dan.But I would suggest doing small project (a blogging engine, a small game, whatever strikes your fancy) first. Because that kind of stuff is just as important as learning theory. Because until you've done something, you'll keep thinking of yourself as a beginner.
For finding projects? Go to Github, Bitbucket etc. I won't recommend anything myself, because it has to be something you yourself are comfortable with. And you'll actually have to read the existing code before starting to contribute. I guarantee you, you'll learn something new.
Best of luck!