profile
그냥 돼지

SQL_study (1)

.

2022년 4월 22일
·
0개의 댓글
·

React-Native note

2022년 4월 22일
·
0개의 댓글
·

ES6 : Rest Operator

Rest Operator ... converts the rest parameters to JavaScript array.

2022년 4월 7일
·
0개의 댓글
·

ES6.3 : for ... in / of... iterations

for iteration are divided into for ... in ... and for ... of ....

2022년 4월 7일
·
0개의 댓글
·

ES6.2 String literal

String literal is a effective way to make string using defined variables.

2022년 4월 7일
·
0개의 댓글
·

ES6. 1

.

2022년 4월 7일
·
0개의 댓글
·

Numpy(2) : Make Array(2)

.

2022년 4월 7일
·
0개의 댓글
·

Numpy(1) : Make Array

Numpy is a module for operating Vector and Matrix.

2022년 4월 7일
·
0개의 댓글
·

Object

2022년 3월 28일
·
0개의 댓글
·

Review : Pythonic?

What is pythonic?

2022년 3월 28일
·
0개의 댓글
·

Basic : Softmax Layer

.

2022년 3월 26일
·
0개의 댓글
·

Basic : Sigmoid and Softmax

.

2022년 3월 26일
·
0개의 댓글
·

[Python] Tips : Special Method

Special Method, which is also called Magic Method, is a kind of method that can be set in user-defined class objects.

2022년 3월 26일
·
0개의 댓글
·

Basic : Mini-Batch in Dense Layer

.

2022년 3월 25일
·
0개의 댓글
·

Basic : Generalized Dense Layers

.

2022년 3월 24일
·
0개의 댓글
·

Basic : The First Dense Layer

.

2022년 3월 24일
·
0개의 댓글
·

Tips : To print multi-dimensional data in better way

2022년 3월 24일
·
0개의 댓글
·

Basic : Dense Layer

Layer is the vector of Neurons, which are kinds of Parametric Function and generally have their own weight and their own bias for Featuring(Filtering)

2022년 3월 24일
·
0개의 댓글
·

Tips : Join

2022년 3월 24일
·
0개의 댓글
·

Artificial Neuron

Code.1-3-1: Activation Layers Code.1-3-2: Activation in Dense Layer

2022년 3월 23일
·
0개의 댓글
·