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) 방식을 μ‚¬μš©ν•˜μ˜€μŠ΅λ‹ˆλ‹€.

@gchoi
gchoi / index.html
Created January 3, 2015 14:43
Scatterplot
<!doctype HTML>
<meta charset = 'utf-8'>
<html>
<head>
<script src='//ramnathv.github.io/rCharts/libraries/widgets/polycharts/js/polychart2.standalone.js' type='text/javascript'></script>
<style>
.rChart {
display: block;
@gchoi
gchoi / designer.html
Created August 21, 2014 14:08
designer
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../core-icons/av-icons.html">
<link rel="import" href="../paper-fab/paper-fab.html">
<polymer-element name="my-element">
<template>
<style>
:host {
box-sizing: border-box;
@gchoi
gchoi / designer.html
Created August 21, 2014 04:26
designer
<link rel="import" href="../topeka-elements/theme.html">
<link rel="import" href="../topeka-elements/topeka-resources.html">
<link rel="import" href="../topeka-elements/topeka-app.html">
<link rel="import" href="../topeka-elements/topeka-datasource.html">
<polymer-element name="my-element">
<template>
<style>
:host {

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.