DNN使用及思考
对DNN的使用经验(包括核心模块的使用教程)及其对DNN在国内运用的一些零碎思考,让DNN能够真正的火起来
Ruby创始者松本行弘的编程十句箴言:
- Learning more than one programming languages,perferable many different style ones, like scripting, object-oriented,functional, logic,etc. Learning languages teaches you many about programming .
- Read good bools, for example, "Pragmatic Programmers","Refactoring", and "Art of Computer Science".
- Read the source code. The source code is the source of information and knowledge. Thanks to the opensource.
- Don't focus too much on tool. Tools changes. Algorithms and basic fundamentals don't.
- Don't focus too much on machines. Programmers often fall in the computer's view points. But human make programs,programs server human. Don't forget that programming is a human oriented activity.
- Be lazy.Machines should be server human beings. Often programmers serve machines unconsciously. Let machines serve you. Do everything you can do to make you lazy.
- Tset early,test often. Write test suits before you code, if possible.
- Be nice to others. Consider interface first, man to man, man to machines, machines to machines. Again,remember, human factor is important.
- Be creative.
- Enjoy programming and life. I believe that is one of the purpose of life
提供一种定制DNN登陆页面的方案,简便而灵活, 本站点就是定制了跟原本不一样的登陆页面...
Read the rest of entry »