Learn from Niu】的更多相关文章

创新的源头来自于思考,尤其是深度思考: 1. 读博过程必然会经历痛苦,思考,深度思考这么一个过程,其中思考是最重要的,尤其是深度思考. 思考之后才是创新. 2. 借用其他的知识弥补这个领域的知识,不简单的是应用,而是能应用的好并且发现新的东西. Insight VS research Put another way, research can tell us what is happening, but we need insight to understand why it is happen…
1. 泛读和精度的区别和迭代: 泛读: 1个月之内,读50篇论文,进行粗读,了解多维时间序列信号,有哪些research problem, challenges, research groups, research people. 之后进行精度: 了解方法细节,如何建立的模型,模型和reality之间搭建了什么bridge. 最开始进行泛读,然后进行精读,再泛读,精读,循环迭代. 虽然现在还有一些不明白,但是可以在不明白的基础上进行研究,然后再询问. 2. 战略和战术的问题: 我的是战略问题,不…
1. 你一定要看计算机领域的文章. 如果你是看一堆应用,你最终还是会不知道怎么做. 从计算机到energy是降维打击, 当你学习了计算机的hot skill,再去做应用很容易. 2. 搞研究的思路: 大量阅读文章,然后形成思路,然后justify每一步的合理性和可行性. 你需要critical thinking! 重要的是学会了做科研的过程(如何大量阅读文献----->如何justify别人的工作----->如何critical thinking,如何获得hot skill),而非已有的领域知…
观念: 1. 把可视化的东西拾起来, 毕竟是做那个出身的. 2. 可视化里面时序数据,时空数据一直都是非常重要的. 3. know your data永远是最重要的一步, 我想更好的方式是,数据驱动,而不是方法驱动,因为方法在好可能不是和我们的问题. ?? 数据驱动 VS 方法驱动. 4. 时序序列数据的聚类,有两种考虑方式, pattern similarity VS dynamic similarity. bad situation: 1. 少了同行的交流和指导, 能得到的帮助只有牛老师.…
Atitit learn by need 需要的时候学与预先学习知识图谱路线图 1. 体系化是什么 架构 知识图谱路线图思维导图的重要性11.1. 体系就是架构21.2. 只见树木不见森林21.3. 知识图谱路线图的优点优点需要的21.4. 思维导图 大纲性 集成化22. 文字化>>表格化>>脚本化,可视化23. 如何体系化23.1. 分类,单根继承23.2. 一点带线,以线带面23.3. 纵向,横向抽象拓展23.4. 拓展和应用23.5. 以点带面,全方位网状  拓展33.6.…
Python 爬取所有51VOA网站的Learn a words文本及mp3音频 #!/usr/bin/env python # -*- coding: utf-8 -*- #Python 爬取所有51VOA网站的Learn a words文本及mp3音频 import os import sys import time import urllib as req from threading import Thread import urllib2 import urllib from thre…
文章来源:http://yannesposito.com/Scratch/en/blog/Learn-Vim-Progressively/   Learn Vim Progressively   TL;DR: You want to teach yourself vim (the best text editor known to human kind) in the fastest way possible. This is my way of doing it. You start by l…
1.you can't avoid office politics 2.you'll never have a job which you "can't quit" - if you are being mistreated,exploited or under-appreciated...LEAVE.You'll eventuslly find another job(although it may not be a better one) 3.you learn by listen…
没做出来 第四题 (List)写一个函数reverseList,该函数能够接受一个List,然后把该List 倒序排列. 例如: List list = new ArrayList(); list.add(“Hello”); list.add(“World”); list.add(“Learn”); //此时list 为Hello World Learn reverseList(list); //调用reverseList 方法之后,list 为Learn World Hello package…
Learn RxJava http://reactivex.io/documentation/operators.html https://github.com/ReactiveX/RxJava/wiki/The-RxJava-Android-Module https://github.com/ReactiveX/RxJava How the New York Times is building its Android app with Groovy/RxJava by Mohit Pandey…
It has been a long time that I haven't dealt with my blog. On one hand I was preparing the exams.On the other hand I just learn more things and take some documents at local PC. As a result, I begin to learn Lisp as planned. 2.10 Variables let ; defin…
I have planed to learn Python for many times. I have started to learn Python for many times . However, I can't use it fluently up to now. Now I know I was wrong. I just tried to remember the syntax and took notes on paper with little practice. Now I…
十分钟入门less(翻译自:Learn lESS in 10 Minutes(or less)) 注:本文为翻译文章,因翻译水平有限,难免有缺漏不足之处,可查看原文. 我们知道写css代码是非常枯燥的,尤其是写重复颜色.样式的代码,这需要我们付出很多努力来保持css代码可维护,但是它本不应该是这样的. 很幸运地是,web开发社区已经解决了这个问题,我们在现在已经有了类似与less.sass和stylus这样的预处理器.它们有很多优于一般的css之处,如下所示: 变量---以至于我们可以在样式表中…
1.Practice 2.memory every week for from working memory to long tern memory 3.sleep 4.running promote general new neuron and get some new idea and take notes or write it down avoid forget 5.share and discuss with some people or expert 6.read a lot of…
最近在看:笨办法学 Python (Learn Python The Hard Way) Contents: 译者前言 前言:笨办法更简单 习题 0: 准备工作 习题 1: 第一个程序 习题 2: 注释和井号 习题 3: 数字和数学计算 习题 4: 变量(variable)和命名 习题 5: 更多的变量和打印 习题 6: 字符串(string)和文本 习题 7: 更多打印 习题 8: 打印,打印 习题 9: 打印,打印,打印 习题 10: 那是什么? 习题 11: 提问 习题 12: 提示别人…
Entrepreneur and author ShaoLan Hsueh thinks that English-speakers can start learning to read Chinese in less than 10 minutes. The language, she says, has more than 20,000 written characters, which most students in China learn by rote memorization. M…
黑客与画家:硅谷创业之父paul graham关于回答‘How can I learn to program’ How can I learn to program? Find a friend who knows how to program. Get them to set you up with a system where you can edit and run programs. Use whatever language they suggest for a beginner (p…
Introduction A Unit of Work is a combination of several actions that will be grouped into a transaction. This means that all actions inside a unit of work are committed or rolled back. The advantage of using a unit of work is that multiple save actio…
Introduction Creating a generic repository pattern in an mvc application with entity framework is the first topic that we are about to cover in our journey of learning my mvc template. this article will focus on repository pattern and shows how to de…
Introduction After having gone through many project: Project A Project B Project C I start to write a conclusion it explained how to use mvc template. My effort in this articles series will be to cover some best practice of mvc. We will be gradually…
<学得少却考得好Learn More Study Less>这本书最早是从褪墨网站上看到的,crowncheng翻译了全文.这本书介绍了不少学习方法,非常适合在校的学生,原文的作者Scott Young在高中和大学的学习成绩很好,但花在学习上的时间并不太多. 全书一上来引入了Holistic(整体性学习方法)这个单词,用来与死记硬背(Rote Memorization)学习法相区别,书的第四部分为小结,所以主要内容实际上是三个部分: 一.策略Strategy 二.技术Technology 三.…
When a golf player is first learning to play golf, they usually spend most of their time developing a basic swing. Only gradually do they develop other shots, learning to chip, draw and fade the ball, building on and modifying their basic swing. In a…
Learn X in Y minutes Where X=clojure Get the code: learnclojure.clj Clojure is a Lisp family language developed for the Java Virtual Machine. It hasa much stronger emphasis on purefunctional programming thanCommon Lisp, but includes severalSTM utilit…
http://www.inc.com/quora/5-ways-to-learn-and-remember-absolutely-anything.html Start too early on the details and you'll miss the context of the whole. What learning strategies do "quick learners" follow? originally appeared on Quora:The best an…
Data Developer Center > Learn > Entity Framework > Get Started > Loading Related Entities Loading Related Entities Entity Framework supports three ways to load related data - eager loading, lazy loading and explicit loading. The techniques sho…
Beginners Guide To Learn Dimension Reduction Techniques Introduction Brevity is the soul of wit This powerful quote by William Shakespeare applies well to techniques used in data science & analytics as well. Intrigued ? Allow me to prove it using a s…
In this tutorial we are going to learn how to configure the Angular 2 router to cover some commonly used routing scenarios: what if the user goes to the root of the application manually ? Probably you would want some sort of home page to be displayed…
“I think everybody in this country should learn how to program a computerbecause it teaches you how to think.” — Steve Jobs, the Lost Interview…
It’s been a year since I revealed the best languages to learn in 2013. Once again, I’ve examined the data produced by Jobs Tractor who analyzed more than 45,000 developer jobs advertised on Twitter during the past twelve months. The results: Java 8,7…
To learn device driver development, like any other new knowledge, the bestapproach for me is to learn first the theory and then to do some practice. If you don't know about operating systems, I recommend "Willam Stalling's OS book" [1]. This boo…