|
|
|
|
|
by marshallp
5304 days ago
|
|
There's quite a difference between firescout and ng's helicopter. The latter gives superhuman performance (there are videos on his homepage, andrew ng stanford). Anyway, i don't know what algo firescout uses, it might well be ai behind the scenes proving my general point. Your point about complicated mathematical equations lies at the root problem of you "unified engineering" guys. modern ai (machine learning) is where you give up on the assumption that you (puny human) can impart "wisdom" to your system. You simply throw a random set of equations (a neural network) that are large enough/not too large (overfitting) to capture physical reality. Getting the errors low is a matter of getting enough data and experimentally adjusting the size of your nnet. Yes, there mught be grad students and profs trying ai to solve aero problems, however, if enough resources are not devoted, they will not yield good enough results. For example, spend a billion dollars (gathering data/computation) to solve your radar problem. A billion dollars in your field is pocket change. |
|
You have absolutely no idea what the performance and handling characteristics of Firescout are; in fact, it is apparent that you lack the domain knowledge to understand their meaning even if they were presented to you. Nevertheless, you assert without hesitation that Andrew Ng's helicopter is superior. This is the epitome of fanboyism.
>Your point about complicated mathematical equations lies at the root problem of you "unified engineering" guys.
You clearly don't know what you're talking about here. Go read Skolnik's Radar Handbook, then try to tell me with a straight face that random processes are going to derive those equations for you, and somehow magically come up with a way to sidestep the basic reality that they have to be solved.
>modern ai (machine learning) is where you give up on the assumption that you (puny human) can impart "wisdom" to your system. You simply throw a random set of equations (a neural network) that are large enough/not too large (overfitting) to capture physical reality. Getting the errors low is a matter of getting enough data and experimentally adjusting the size of your nnet. Yes, there mught be grad students and profs trying ai to solve aero problems, however, if enough resources are not devoted, they will not yield good enough results. For example, spend a billion dollars (gathering data/computation) to solve your radar problem. A billion dollars in your field is pocket change.
In order to use a tool effectively, you have to understand both it's capabilities and it's limitations. Even though you have indicated that you are an expert on machine learning and I have admitted that I am not, it is now abundantly clear to me that you have absolutely no understanding of the limitations of machine learning.
If only every problem could be solved optimally by simply throwing enough data and a big enough net at it. Unfortunately, that's not how the real world works.
One problem is that machine learning algorithms often converge on local maximums that are far less optimal than is possible. The guy who worked on the taxi routes had enormous issues with this, and only after extensive tweaking was he able to come up with solutions that were on par with human path-choosing.
An even bigger problem stems from the fact that a machine learning algorithm is only as good as the model it works in. I mentioned that the guy working on lifting surfaces in CFD did not get great results. His problem was that his algorithms pretty much always found the places where the CFD models diverged from reality: they would find the optimum shapes for the model they were working within, but those shapes always performed terribly in the wind tunnel because the algorithm was finding optimums at points where the model diverged significantly from reality. You can't solve this problem with "better models," because every model diverges from reality. If a model doesn't diverge from reality, it's no longer a model, it's reality. Where he really impressed his review board was when he detailed a follow-on experiment of using this phenomenon to develop better CFD models, within which human engineers would be able to come up with better designs.
Finally, a billion dollars is not "pocket change" in any field. Even if someone had a spare billion dollars laying around to fund R&D for radar tracking, the opportunity costs of blowing it on a machine learning experiment, instead of using to fund experienced engineers working from proven principles, would be unacceptably high.