Achieving Goals in Computer Science: Finding Motivation

AI Thread Summary
The discussion centers on the diverse interests and motivations within the field of Computer Science, highlighting its potential as a leading discipline in the coming years. Key areas of focus include remote rendering systems, virtual environments, and computational neuroscience, which reflect a desire to push the boundaries of technology. Participants express a keen interest in formal language theory, parallel programming structures, and kernel methods, emphasizing the importance of research in these domains. There is also a notable interest in scientific computing, graph algorithms, and real-time systems, alongside applications in artificial intelligence and information representation. The conversation underscores the drive to explore innovative solutions and advance the capabilities of computing, even amidst current limitations in processing power.
CylonMath
Messages
34
Reaction score
0
What is your purpose in field of Computer Science ? Do you have any idealistic aims ? As we know it is the one of the leading fields of world in next years, what kind of targets can be constructed to increase your motivation level to work hard ?
 
Technology news on Phys.org
There are three things in particular that have captivated my interests.

1. Remote rendering (OnLive-type systems)
2. Virtual environments
3. Computational neuroscience

I wanted to venture into particle systems and real-time natural lighting right off the bat, but I realize the constraints of processing power even today are too limited for my imagination. However there are plenty of interesting things to do for the time being prior to Exaflop GPUs.
 
There are a few areas that captivate me in cs
1) formal language theory
2)research in parallel programming structures (data parallelism and threading, distributed)
3)kernel methods (support vector machines and parallel models of such)
4) compiler construction

also of interest is parallel implementations of financial models for things like option pricing and pricing derivatives, etc, but this is hardly cs

These are my main interests and the main areas i have been involved in. My favorite is formal language theory because i am originally from a math background.
 
Some of my areas of interest...
(1) Scientific computing
(2) Graph algorithms
(3) Real-time and embedded systems
(4) Computational physics
 
1. artificial intelligence (statistics, information theory, neural networks, etc)
2. computer languages, type theory, formal verification of computer programs
3. organizing and representing information for human consumption (e.g. diagrams) (perhaps not really a CS topic)
4. Misc.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top