태그>machinelearning(총 83개의 글)
'machinelearning' 관련 최근글
-
- 가장 쉬운 VAE (variational autoencoder) 예제
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2019/11/09 17:25
가장 쉬운 VAE (variational autoencoder) 예제 생성모델들:Boltzmannmachine, GAN, VAE, RNN, PixelCNNhttps://en.wikipedia.org/wiki/Autoencoder#Variational_autoencoder...
- 가장 쉬운 VAE (variational autoencoder) 예제
-
- 가장 쉬운 AE (autoencoder) 예제
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2019/11/09 15:46
자동암호기 (autoencoder, AE)의 용도:data denoisingdimensionality reductionimage recognition anomaly detection semantic segmentationrecommendation enginesfeature ext..
- 가장 쉬운 AE (autoencoder) 예제
-
- 가장 쉬운 유전 알고리듬 (genetic algorithms)..
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2019/11/09 14:42
가장 쉬운 유전 알고리듬 (genetic algorithms) 예제 [python] 유전 알고리듬은 다음의 두가지를 필요로 한다.1. 유전적 표현 (풀고있는 문제에 적합한 방식으로 정의함.)2. 목적함수 (최적화를 시..
- 가장 쉬운 유전 알고리듬 (genetic algorithms)..
-
- 가장 쉬운 GAN (generative adversarial netw..
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2019/11/09 10:43
가장 쉬운 GAN (generative adversarial network) 예제 실존하는 것과 매우 유사하지만 실존하지 않는 데이터를 만들어 내고싶을 때 사용하는 인공지능 알고리듬이다. 인공신경망을 활용한다. 인공신경..
- 가장 쉬운 GAN (generative adversarial netw..
-
- Bayesian optimization
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2019/07/20 14:09
Bayesian optimization Optimization with Gaussian Processes Part 1 | by Wim de Villiers | MediumBayesian Optimisation with Gaussian Processes Part 2 | by Wim de Villiers | Mediu..
- Bayesian optimization
-
- Make data great again
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2019/05/23 07:43
- Make data great again
-
- 가장 쉬운 딥러닝: 2중 클래스 분류, 다중 클래스 ..
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2019/05/10 11:30
가장 쉬운 딥러닝: 2중 클래스 분류, 다중 클래스 분류, 회귀가장 쉬운 딥러닝 pima, iris, housing [deep learning, keras]Pima 인디언 당뇨병 문제 딥러닝에서는 과적합 (overfitting) 현상이 ..
- 가장 쉬운 딥러닝: 2중 클래스 분류, 다중 클래스 ..
-
- What makes the difference between a regular Algorithm and a M..
-
데굴데굴 구르는 중 by eunyu1031|2019/05/06 09:47
"In summary, a traditional algorithm takes some input and some logic in the form of code and drums up the output. As opposed to this, a Machine Learning Algorithm takes an input and an output and gives some logic which ca..
- What makes the difference between a regular Algorithm and a M..
-
- fortran unformatted file --> read in python
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2019/05/04 13:13
fortran unformatted file -> read in python최근 인공지능, 기계학습, 딥러닝, 빅 데이터 처리가 중요해 지고 있다.IoT 시대에는 보다 많은 정보가 나타날 것으로 판단한다. 기계학습에서 다루는 데이터의 크기는 매우 큰 것들이다. 특히, 딥러닝의 경우는 더욱더 그렇..
- fortran unformatted file --> read in python
-
- scikit-learn, machine learning in python
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2019/05/03 09:59
scikit-learnhttps://en.wikipedia.org/wiki/Scikit-learnhttps://scikit-learn.org/stable/https://scikit-learn.org/stable/tutorial/index.html scikit-learn은 파이썬 라이버러리 모듈이다. 특히, 기계학습에 관한 포괄적인 기능을 제공한다. 파이썬을 활용한..
- scikit-learn, machine learning in python
-
- Bengio, Hinton, and LeCun
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2019/05/02 19:47
Bengio, Hinton, and LeCun 최근 딥러닝(2012-)이 사회적으로 받아들여지면서 많은 주목을 받고 있다.그렇다면, 딥러닝 분야에서 가장 주목 받는 연구자들은 누가 있는가?최근, 아래와 같이 강제로 3명..
- Bengio, Hinton, and LeCun
-
- 가장 쉬운 딥러닝 모델 그림 그리기 [Visualization of deep learning ..
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2019/04/07 16:18
가장 쉬운 딥러닝 모델 그림 그리기 [Visualization of deep learning neural network model in keras] - from keras.models import Sequential from keras.layers import Dense from keras.utils.vis_utils import plot_model model = Sequential()..
- 가장 쉬운 딥러닝 모델 그림 그리기 [Visualization of deep learning ..
-
- Cheat sheet series [컴퓨터 언어 문법 요약집]
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2019/03/25 20:12
컴퓨터 언어와 관련된 내용 요약집을 소개합니다. 각각의 컴퓨터 언어를 공부했다고 가정하자.곧이어 자신만의 응용 프로그램을 만들어야만 할 것이다. 하지만, 실제 프로그래밍을 하려고 하면 많은 것들을 잊어 버렸다는 것을 알게 된다.그렇다고, 기본을 처음부터 다시 공부..
- Cheat sheet series [컴퓨터 언어 문법 요약집]
-
- Deep learning with Python
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2019/03/14 15:55
Deep learning with Python 결국 텐서플로우와 파이썬이라는 컴퓨터 언어로 딥러닝이 민주화되었다. 매우 많은 사람들이 쉽게 딥러닝을 사용할 수 있게 되었다. 보다 더 정확하게 말하면, 2015년, 구글은 ..
- Deep learning with Python
-
- chaotic maps and particle swarm optimization
-
Imagination is more important than knowledge (지식보다 상상) by 바죠|2018/10/27 19:16
케이오스 이론이 광역 최적화(global optimization) 방법에 적용될 줄은 몰랐다. 아래의 논문들에서처럼 케이오스 이론이 particle swarm optimization(PSO)에 잘 적용되어 성공적인 응용 문제 풀이가..
- chaotic maps and particle swarm optimization