일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- 빅데이타
- nodeJS
- Statistics
- 주일설교
- Big Data
- 빅 데이터
- MongoDB
- 김양재 목사님
- data science
- 김양재 목사
- Deep learning
- 데이터 과학
- R
- 확률
- 빅데이터
- No SQL
- 딥러닝
- 통계
- 빅 데이타
- Artificial Intelligence
- probability
- 인공지능
- 우리들교회
- node.js
- Machine Learning
- 김양재
- 몽고디비
- openCV
- c++
- WebGL
- Today
- Total
목록분류 전체보기 (869)
Scientific Computing & Data Science
1System.Diagnostics.Debug.WriteLine("Value : " + my_val);cs
Written by Geol Choi | May 13, 2018이번 포스팅에서는 지난 포스팅(CNTK CPU Example 코드 작성하기)에 이어 CNTK의 GPU 개발환경을 구성하고 예제(Logistic Regression) 코드를 작성하는 것에 대하여 설명하도록 하고자 합니다. 참고로, 개발환경은 다음과 같습니다:OS : Windows 10 64bitIDE : Visual Studio 2015(Ver. 14).NET Framework : 4.5 or higherRuntime Env. : GPU 설명은 자세한 튜토리얼 형식으로 진행하도록 하겠습니다.Visual Studio 프로젝트 생성Visual Studio 메뉴에서 File > New > Project를 클릭하여 새로운 프로젝트를 생성합니다. Tem..
Written by Geol Choi | May 12, 2018 이번 포스팅에서는 Microsoft Research에서 개발한 CNTK(Cognitive ToolKit)의 간단한 C# 예제를 만드는 방법에 대하여 알아보도록 하겠습니다. 참고로, 개발환경은 다음과 같습니다:OS : Windows 10 64bitIDE : Visual Studio 2015(Ver. 14).NET Framework : 4.5 or higherRuntime Env. : CPU 설명은 자세한 튜토리얼 형식으로 진행하도록 하겠습니다.Visual Studio 프로젝트 생성Visual Studio 메뉴에서 File > New > Project를 클릭하여 새로운 프로젝트를 생성합니다. Template은 Visual C# > Console..
이번 포스팅에서는 Python에서 glob 라이브러리를 이용하여 지정 경로의 파일을 가져오는 방법에 대해 알아보겠습니다. 우선 glob 라이브리러를 Import합니다(glob 라이브리러는 Python의 기본 라이브러리이므로 별도의 설치가 필요 없습니다). 1import globcs 예를 들어, 지정된 경로에서 .jpg 이미지 파일을 모두 불러오려면 다음과 같이 코드를 작성합니다: 1images = glob.glob('{YOUR_PATH}/*.jpg')cs {YOUR_PATH}는 이미지 파일이 존재하는 경로입니다. 이제 images 변수에 등록된 파일 리스트를 확인할 수 있습니다. > images Out[2]: ['./resources/data/left09.jpg', './resources/data/lic..
Written by Geol Choi | Dec. 23, 2017 이번 포스팅에서는 Amazon Cloud EC2에 PyTorch 개발환경을 구축하는 방법에 대하여 알아보고자 합니다. PyTorch는 Facebook AI Research (FAIR)에서 주도적으로 개발하고 있으며, Google의 TensorFlow와 함께 딥러닝 프레임워크(Deep Learning Frameworks)에서 어느 정도 양대 산맥이 되어가고 있는 듯 합니다. 그만큼 많은 유저 커뮤니티를 이루고 있지만 윈도우즈 유저들에게 안타깝게도 아직 Windows OS는 공식적으로 지원하고 있지 않습니다. 다만, 몇명의 파이오니어들의 공로로 Windows에 개발환경을 구축할 수 있음을 확인할 수 있습니다 (Windows에 PyTorch 설..
Original Article: http://optics.org/news/8/4/7 Cognex acquires Swiss software firm ViDi06 Apr 2017 Machine vision specialist buys provider of artificial intelligence techniques for improved image analysis. Vision systems Massachusetts-based industrial machine vision company Cognex has acquired the Switzerland-headquartered software startup ViDi Systems, establishing a foot-hold in the emerging a..
More on Vidi Systems: Subscribe YouTube Channel, https://www.youtube.com/user/ViDiSystemsSAVidi Suite DemoVidi Tutorial Medical ScrewVidi Tutorial Texture AnalysisVidi Demo at GTC 2016
Machine Vision Camera & Illumination Types of Light SourcesIncandescent Lamps: 3000 ~ 3400KXenon Lamps: 5500 ~ 12000KFluorescent Lamps: 3000 ~ 6000KLED: Primary choice of illumination, inexpensive, long-term, flash light, different colorsUsing Polarity of LightUsing polarized light and having an additional analyzer (polarization filter) in front of camera can reduce specular reflectionsDirection..