MHB How to deal with learning plateau in CS?

  • Thread starter Thread starter shivajikobardan
  • Start date Start date
  • Tags Tags
    Cs
AI Thread Summary
Reaching a learning plateau in computer science can be frustrating, especially when trying to grasp advanced concepts like artificial intelligence. Engaging with practical projects rather than abstract theories enhances understanding and retention of coding principles. Many suggest following structured courses, practicing deliberately, and reading material aloud to reinforce learning. Revisiting foundational math and computer science subjects is common and can be beneficial, even if it requires significant time investment. Emphasizing hands-on problem-solving is crucial for overcoming stagnation and deepening comprehension in the field.
shivajikobardan
Messages
637
Reaction score
54
I have reached a place where I can no more learn new concepts. I feel totally stuck.How do I deal with learning plateau? How do I overcome this plateau. Few things that come in my mind-:

1) Follow a good course from a good teacher.

2) Read it aloud.

3) Practice the same thing multiple things to get insights. deliberate practice

What else can I do to overcome this learning plateau? https://drive.google.com/file/d/1fpksOvK5bLVC5C0njB-fNPgzOwj4GjqW/view These are the types of questions I need to deal with and where I am facing this learning plateau..
 
Technology news on Phys.org
I work in the tech industry for a machine learning software company. I also have a theoretical and not so practical interest in coding concepts and topics. In my path to learning Python really well over the last few years I've discovered that trying to solve actual problems is better for my learning than abstract hypotheticals. If I am learning about classes for example, I can cover the basics with some videos and tutorials, but unless I start coding object-oriented projects I won't care of have use for these concepts. Same thing for machine learning. I can answer all the questions in the world about unsupervised vs. supervised learning, defining NLP, etc. but if I don't use them I will not really appreciate or care about the nuances.

What do you want to do in CS?
 
Jameson said:
I work in the tech industry for a machine learning software company. I also have a theoretical and not so practical interest in coding concepts and topics. In my path to learning Python really well over the last few years I've discovered that trying to solve actual problems is better for my learning than abstract hypotheticals. If I am learning about classes for example, I can cover the basics with some videos and tutorials, but unless I start coding object-oriented projects I won't care of have use for these concepts. Same thing for machine learning. I can answer all the questions in the world about unsupervised vs. supervised learning, defining NLP, etc. but if I don't use them I will not really appreciate or care about the nuances.

What do you want to do in CS?
Currently my goal is to learn artificial intelligence and excel in theory. So that I am ready for advanced concepts. I have math foundations as I am engineering student and studied tons of mathematics. And was really good at it. But it feels like I need to re read all these math and cs subjects as I didn't make proper notes for this subject. Will take me full 1-2 year to do all this.. What do you think about this? Is this normal? Did you guys had to reread your college subjects again after graduation...I wish I made proper notes :(
 
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 had a Microsoft Technical interview this past Friday, the question I was asked was this : How do you find the middle value for a dataset that is too big to fit in RAM? I was not able to figure this out during the interview, but I have been look in this all weekend and I read something online that said it can be done at O(N) using something called the counting sort histogram algorithm ( I did not learn that in my advanced data structures and algorithms class). I have watched some youtube...

Similar threads

Back
Top