32

south-man

southman
Available
Used
Resource Credits
365 Followers
217 Following
Seoul in korea
March 27, 2018
south-man
deep-learning
6y
Image of airplane, car, bicycle Deep learning source
It is a source to sort pictures after learning google image of airplane, car, bicycle and learn by deep learning. If you collect a lot of photos, you will get higher accuracy. It took a lot of time to
$ 0.000
1
2
south-man
deep-learning
6y
비행기, 자동차, 자전거의 이미지 딥러닝 소스
비행기, 자동차, 자전거의 google이미지를 받아서 딥러닝으로 학습한 후에 사진을 분류하는 소스입니다. 사진을 많이 수집해서 하면 좀더 높은 정확도가 나올 것 같은데 사진을 추려내는 데 시간이 많이 걸려서 각 400개 정도의 사진만으로 학습을 시켰기 때문에 정확도가 그리 높게 나오진 않았어요^^ 깃 허브에도 동일한 소스가 있습니다. from
$ 0.000
4
south-man
python
6y
구글이미지 다운로드하는 파이썬 라이브러리
구글 이미지 다운로드가 필요해서 검색하는 중 찾은 라이브러리 입니다. 넘 편하고 좋네요. 속이 후련^^
$ 0.000
2
south-man
monitor
6y
프로그램 감시하다가 다운되면 다시 살리는 쉘 스크립트
깃 허브에도 올라가 있는데, 이전에 소개드린 바이넨스 자동 매매 프로그램이 죽었을 때 다시 살리는 쉘 스크립트입니다. #!/bin/bash log=./logs/monitor.log SLEEP_SECONDS=300 # 대기 시간 BASIC_GAP_SECONDS=300 # 비교를 위한 기준 간격 시간 while [ 1 ] do # 로그가 1분정도마다 남기게 되어
$ 0.000
1
south-man
tensorflow
6y
Tensorflow source to classify CIFAR 10 data
Source is also on github. import tensorflow as tf # Helper functions def weight_variable(shape): initial = tf.truncated_normal(shape, stddev=0.1) return tf.Variable(initial) def bias_variable(shape): initial
$ 0.000
2
south-man
tensorflow
6y
CIFAR 10 데이터로 딥러닝하는 Tensorflow 소스
깃허브에도 소스가 올라가 있어요. import tensorflow as tf # Helper functions def weight_variable(shape): initial = tf.truncated_normal(shape, stddev=0.1) return tf.Variable(initial) def bias_variable(shape): initial
$ 0.000
2
south-man
bible
6y
오직 선을 행함과 서로 나누어 주기를 잊지말라
오직 선을 행함과 서로 나누어 주기를 잊지말라 하나님은 이같은 제사를 기뻐하시느니라(히13:16) 오늘도 선을 행하고 나누어주는 것을 잊지 말고 살기를 원합니다. 성령께서 함께 해주세요. 북한 땅에도 선이 행하여지고 나누어 주는 땅이 되도록 축복해주세요.
$ 0.000
3
1
south-man
trading
6y
Binance automatic trading program v2
I have previously upgraded the source to and posted it on the hub We removed some unnecessary parts and corrected some things. I have left the log by date using log4j. I kept the log simple and did not
$ 0.000
4
south-man
trading
6y
바이낸스 자동매매 하는 프로그램 v2
에 올리 소스를 업그레이드 하여 깃허브 에 올렸습니다. 운영하면서 불필요한 부분은 제거하고 몇가지를 수정하였습니다. 로그를 log4j를 이용하여 날짜별로 남도록 했습니다. 로그를 간단히만 남기고 데이터도 매번 저장하지 않고 정해진 스케줄에만 남기도록 했습니다. telegram에 메시지를 보내는 것이 에러가 발생할 때가 있어서 제거했습니다. 기타 버그를 수정했습니다.
$ 0.000
3
south-man
tensorflow
6y
Source that deep learning with mnist data
MNIST reads the data one-hot to create tansorboard data and stores the training results. %autosave 0 def reset_graph(seed=42): tf.reset_default_graph() tf.set_random_seed(seed) np.random.seed(seed) from
$ 0.000
1
south-man
deep-running
6y
mnist 데이터를 가지고 딥러닝하는 소스
mnist 데이터를 one-hot으로 읽어들여서 tansorboard 데이터를 만들고 훈련 결과를 저장합니다. %autosave 0 def reset_graph(seed=42): tf.reset_default_graph() tf.set_random_seed(seed) np.random.seed(seed) from
$ 0.227
3
2
south-man
flower
6y
꽃은 언제봐도 이쁘네요^^
회사 출근하다가 버스 정류장옆에서 찍었어요. 하얀색 꽃이 저를 밝게 만들어 줍니다^^
$ 0.000
2
south-man
trading
6y
Binance trading program
I wrote a program to automatically trade cryptocurrency using the Binance library. I am very tired of watching the trend while trading, and I have implemented the logic that I trade in as a program. I
$ 0.022
4
1
south-man
trading
6y
바이낸스 자동매매 하는 프로그램
바이낸스 라이브러리를 이용하여 암호화폐를 자동으로 매매하는 프로그램을 제가 사용할려고 작성했습니다. 추세를 지켜보면서 매매를 하는 것이 너무 피곤하고 하여 제가 매매하는 로직을 프로그램으로 구현을 한 것입니다. 손해를 볼 수도 있으니, 무작정 사용하시는 것은 권해드리고 싶지는 않아요. 참고하시고 힌트를 얻어시기를 바래요. 로직을 짧게 소개를 할께요. 기준 금액은
$ 0.235
6
1
south-man
statistics
6y
이원 분산분석 (two way ANOVA) 숙제 - R 코딩
# 이원 분산분석에 대한 과제가 있어, 그것에 대한 풀이 과정입니다. 답이 맞는지는 모르겠네요. 이원 분산분석에 대해 명쾌하게 설명이 된 글을 찾기가 쉽지는 않아서 시간이 좀 많이 걸렸어요. (문제) ※ R 프로그램에 기본으로 포함된 mtcars 데이터를 이용하여 다음 질문에 답하시오. (모든 가설검정 문제에 대해 유의수준 0.05를 이용할 것) [데이터 설명]
$ 0.185
5
south-man
javascript
6y
Today I knew that JavaScript had an object called Number.
When I looked for a method to find out if a number is an available number, I realized today that JavaScript has an object called Number and that it provides a variety of methods. The method I needed was
$ 0.037
10
south-man
javascript
6y
javascript에 Number라는 객체가 있었는지 오늘 알았네요.
숫자가 가용한 숫자인지 알아보는 메소드를 찾다가 자바스크립트에 Number라는 객체가 있고 그 객체는 다양한 메소드를 제공하고 있다는 것을 오늘에야 알았네요. 제가 필요했던 메소드는 Number.isFinite() 였는데, 구현을 해서 사용할 뻔 했네요. 다음 링크에 자세한 내용이 나와 있어요.
$ 0.120
6
1
south-man
java
6y
As of java version 1.7, it is also possible to declare String type in switch statement.
I did not know that it was possible to have a String type when declaring a switch statement. Since version 1.7, it was possible, but I realized that it could not be done by changing the character to Enum
$ 0.000
6
south-man
java
6y
java 1.7부터는 switch 문에서 String형의 선언도 가능
switch문을 선언할 때 String형도 가능한지 몰랐네요. 1.7버전 부터는 가능하졌는데, 안되는 줄 알고 문자를 Enum형태로 바꾸어서 switch문을 사용하든지, if else 문을 사용해서 구현을 했었네요. 자바 1.7부터는 다음과 같이 사용 가능해졌어요. 편해졌네요. 이제야 알았어요~ 휴~~~ switch(oMyGoodness) { case
$ 0.000
8
south-man
bible
6y
주의 말씀은 내 발의 등이요 내 길에 빛이니이다
주님의 말씀은 내 발의 등이요, 내 길에 빛 입니다. 오늘도 주님의 말씀대로 살기 원해요.
$ 0.034
15
2

Follow, be first to know

Nothing found in posts.