Skip to content

Instantly share code, notes, and snippets.

View gchoi's full-sized avatar
πŸ’­
I may be slow to respond.

Geol Choi, Ph.D gchoi

πŸ’­
I may be slow to respond.
View GitHub Profile
@gchoi
gchoi / test_surf.py
Created November 13, 2017 11:26 — forked from moshekaplan/test_surf.py
Demo for Python OpenCV SURF
#!/usr/bin/env python
'''
Uses SURF to match two images.
Based on the sample code from opencv:
samples/python2/find_obj.py
USAGE
find_obj.py <image1> <image2>
@gchoi
gchoi / test_surf.py
Created November 13, 2017 11:26 — forked from moshekaplan/test_surf.py
Demo for Python OpenCV SURF
#!/usr/bin/env python
'''
Uses SURF to match two images.
Based on the sample code from opencv:
samples/python2/find_obj.py
USAGE
find_obj.py <image1> <image2>
@gchoi
gchoi / useHexo.md
Created November 3, 2017 15:07 — forked from btfak/useHexo.md
How to use Hexo and deploy to GitHub Pages
@gchoi
gchoi / TensorFlow μ‹œμž‘ν•˜κΈ°.md
Created January 4, 2017 01:03 — forked from haje01/TensorFlow μ‹œμž‘ν•˜κΈ°.md
TensorFlow μ‹œμž‘ν•˜κΈ°

ν…μ„œν”Œλ‘œμš° μ‹œμž‘ν•˜κΈ°

글쓴이: κΉ€μ •μ£Ό([email protected])

이 λ¬Έμ„œλŠ” ν…μ„œν”Œλ‘œμš° 곡식 νŽ˜μ΄μ§€ λ‚΄μš©μ„ λ°”νƒ•μœΌλ‘œ λ§Œλ“€μ–΄μ‘ŒμŠ΅λ‹ˆλ‹€.


μ†Œκ°œ

ν…μ„œν”Œλ‘œμš°(TensorFlow)λŠ” 기계 ν•™μŠ΅κ³Ό λ”₯λŸ¬λ‹μ„ μœ„ν•΄ κ΅¬κΈ€μ—μ„œ λ§Œλ“  μ˜€ν”ˆμ†ŒμŠ€ λΌμ΄λΈŒλŸ¬λ¦¬μž…λ‹ˆλ‹€. 데이터 ν”Œλ‘œμš° κ·Έλž˜ν”„(Data Flow Graph) 방식을 μ‚¬μš©ν•˜μ˜€μŠ΅λ‹ˆλ‹€.

rmongodb Tutorial

This is a quick document aimed at highlighting the basics of what you might want to do using MongoDB and R. I am coming at this, almost completely, from a SQL mindset.

Connect

Below we will load the package and connect to Mongo. The console will print TRUE if we are good to go.