내 맘대로 위클리 뉴스 2016년 36주
Python
-
How algorithms rule our working lives
- 알고리즘이나 빅데이터 시스템에 의해서 직장 혹은 구인 과정에서 배제(rule out)된 사례를 통해서 ‘알고리즘’이란 단어가 얼마나 ‘기계적’인지 다시 한번 실감하게 됨
- 좋은 의도로 만들어지고 사용되는 빅 데이터 기반의 알고리즘이 오용되거나 남용될 때 우린 어떤 선택을 할 있을까?
-
- “HR departments, of course, are also eager to save money through the hiring choices they make. One of the biggest expenses for a company is workforce turnover, commonly called churn[…] All of this data will feed our potential employers insights into us.”
-
A Technical Primer On Causality
- 인과 관계(Causality)의 정량화를 다루고 있음
- ‘Example’ 챕터부터 코드와 수학이 다량 등장하니 마음의 준비를 하고 진행 할 것, 시간이 없으면 서론에 해당하는 부분(Example 챕터 앞 부분)까지만 읽어도 핵심적인 내용은 설명하고 있음
- 수학이 부족하면 고1/2학년에서 배우는 통계를 참고하자!
-
- “To summarize, the most important points up to here are that (1) we can quantify causation using graphs, and (2) these graphs have real implications for the statistical properties of a system (namely, they summarize independence and conditional independence).”
-
- PhD를 지망하는 분들에게 추천하는 글
- 세상의 모든 사람들은 그 고민의 척도가 유사함을 다시한번 느낄 수 있음
-
- “Unlike the undergraduate guide, this one was much more difficult to write because there is significantly more variation in how one can traverse the PhD experience […] Papers are one common way of doing that but I would encourage you to look beyond the established academic game. “
Python with PY Family
-
10 interesting Python modules to learn in 2016
- 2016년에 배워볼만한 10가지 라이브러리를 소개하고 있음
-
uuid
,Progressbar
,Requests
를 강추하고 싶음 -
Moving from R to Python: The Libraries You Need to Know
R
사용자에게 추천하는파이썬
라이브러리를 소개하고 있음Jupyter
,pandas
는 결코 빠지지 않음
-
Using Predictive Algorithms to Track Real Time Health Trends
- 혈압수치를 실시간으로 측정해서 대쉬보드에 출력하는 튜토리얼
github
repo를 제공하기 때문에 꼭 한번 해보길 권장함
-
Real-world data cleanup with Python and Pandas
Pandas
를 사용해서 데이터를 정리하는 것을 연습해 볼 수 있는 튜토리얼Pandas
는 배워두면 정말 여기저기 사용할 곳이 많은 것 같음
Android with Google Family
-
Android ImageView ScaleType: A Visual Guide
- 제목에서 알 수 있듯이 이미지뷰(ImageView)의 스케일 타입(ScaleType)을 그림으로 소개하고 있음
- 북마크 필수!
-
Introducing ExpandableRecyclerView
RecyclerViewAdapters
를 커스텀해서 ‘expanding’과 ‘collapsing’ 그룹을 지원하는 라이브러리를 소개.ExpandableRecyclerView
코드를 통해서RecyclerViewAdapters
어댑터를 심화 학습할 수 있는 절호의 기회!
-
Creating Custom Annotations in Android
- 커스텀 어노테이션을 만들어서 적용하는 방법을 아주 간단한 튜토리얼을 통해 소개하고 있음
- P.S : 즐거운 한가위 되세요!
Written on September 3, 2016