Ask HN: PhDs/students, how do you come up with viable problems/solutions?
1–10 of 21 posts
Re: Ask HN: PhDs/students, how do you come up with viable problems/solutions?
#2Re: Ask HN: PhDs/students, how do you come up with viable problems/solutions?
#3Try reproducing it and then working on their future work paragraph
For me, I was at the same guest lecture as my future advisor was at. When I took a class with him, I asked him what research he did. After rattling a bunch of things off and seeing my lack of interest, he asked me "did you see the talk about evolving equations, want to work on that?" I replied "yes" and "yes!"
After spending a couple of years trying to reproduce and scale these systems (my advisor worked in related things), I grew frustrated with the prevailing techniques. So we set about trying to solve the same problem with the restriction that it should be a deterministic algorithm. This set me on my path to novel research and results
Re: Ask HN: PhDs/students, how do you come up with viable problems/solutions?
#4Re: Ask HN: PhDs/students, how do you come up with viable problems/solutions?
#5Is there a paper / technique that interests you from the background research / reading? Try reproducing it and then working on their future work paragraph For me, I was at the same guest lecture as my future advisor was at. When I took a class with him, I asked him what research he did. After rattling a bunch of things off and seeing my lack of interest, he asked me "did you see the talk about evolving equations, wan…
Also, since you mentioned scaling systems and equations, are you by any chance working on numerical linear algebra stuffs like iterative solvers etc.? MPI/HPC etc? If so, I am in HPC as well.
Re: Ask HN: PhDs/students, how do you come up with viable problems/solutions?
#6Often when I read a paper in a subject new to me, I realize that I do not understand something and make a note to study that question further. A lot of times, that question is already answered somewhere. I find an answer to it --- either by asking a colleague, searching for papers or books on the subject, searching the internet, or even just by trying to solve it myself --- and I then just move on once I get an adequate answer. But sometimes, even in subjects that I am an expert in, I write down a question that I cannot find a good answer to at all. Then I know that I have something that is worth researching further.
Re: Ask HN: PhDs/students, how do you come up with viable problems/solutions?
#7Re: Ask HN: PhDs/students, how do you come up with viable problems/solutions?
#8Re: Ask HN: PhDs/students, how do you come up with viable problems/solutions?
#9Is there a paper / technique that interests you from the background research / reading? Try reproducing it and then working on their future work paragraph For me, I was at the same guest lecture as my future advisor was at. When I took a class with him, I asked him what research he did. After rattling a bunch of things off and seeing my lack of interest, he asked me "did you see the talk about evolving equations, wan…
Thanks. Yeah there are papers that I am interested on, in fact, I am interested on too many things at once which doesn't help. Also, I think I am always thinking of solving bigger problems where it's hard to make progress on. Also, since you mentioned scaling systems and equations, are you by any chance working on numerical linear algebra stuffs like iterative solvers etc.? MPI/HPC etc? If so, I am in HPC as well.
Be careful of "surface level work". Your Ph.D. is not going to come from surface level work. It will come from picking something and developing a deep understanding of that topic ... deeper than most of the people in the audience, anyway.
Also, since you mention HPC, be aware of what areas are "well-explored" and stay away from them. Your advisor should be able to help with this. You want an area that has not been dug up by many brilliant minds before you, leaving only small nuggets of semi-precious metal for you to find.
Re: Ask HN: PhDs/students, how do you come up with viable problems/solutions?
#102) Talk to people! Bounce your ideas/areas of excitement off of other people, and see what gets reflected back at you. That signal can be very helpful to see when you've stumbled across an idea or problem that might be useful to more people than just yourself, i.e. a more important area of investigation.
3) Read, read, read. And take notes on random ideas you have while reading, and things that papers missed or didn't look into. If you do this enough and take some time to reflect on it, you can start to find gaps in knowledge that could be addressed.