All Projects → lsjsj92 → Keras_basic

lsjsj92 / Keras_basic

keras를 이용한 딥러닝 기초 학습

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Keras basic

Servenet
Service Classification based on Service Description
Stars: ✭ 21 (-46.15%)
Mutual labels:  jupyter-notebook, cnn, deeplearning
Deeplearning.ai Assignments
Stars: ✭ 268 (+587.18%)
Mutual labels:  jupyter-notebook, deeplearning, lstm
Natural Language Processing With Tensorflow
Natural Language Processing with TensorFlow, published by Packt
Stars: ✭ 222 (+469.23%)
Mutual labels:  jupyter-notebook, cnn, lstm
Deeplearning tutorials
The deeplearning algorithms implemented by tensorflow
Stars: ✭ 1,580 (+3951.28%)
Mutual labels:  jupyter-notebook, cnn, lstm
Video Classification
Tutorial for video classification/ action recognition using 3D CNN/ CNN+RNN on UCF101
Stars: ✭ 543 (+1292.31%)
Mutual labels:  jupyter-notebook, cnn, lstm
Lidc nodule detection
lidc nodule detection with CNN and LSTM network
Stars: ✭ 187 (+379.49%)
Mutual labels:  jupyter-notebook, cnn, lstm
Qa Rankit
QA - Answer Selection (Rank candidate answers for a given question)
Stars: ✭ 30 (-23.08%)
Mutual labels:  jupyter-notebook, cnn, lstm
End To End Sequence Labeling Via Bi Directional Lstm Cnns Crf Tutorial
Tutorial for End-to-end Sequence Labeling via Bi-directional LSTM-CNNs-CRF
Stars: ✭ 87 (+123.08%)
Mutual labels:  jupyter-notebook, cnn, lstm
Deeplearning
深度学习入门教程, 优秀文章, Deep Learning Tutorial
Stars: ✭ 6,783 (+17292.31%)
Mutual labels:  jupyter-notebook, cnn, deeplearning
Cryptocurrencyprediction
Predict Cryptocurrency Price with Deep Learning
Stars: ✭ 453 (+1061.54%)
Mutual labels:  jupyter-notebook, cnn, lstm
Neural Image Captioning
Implementation of Neural Image Captioning model using Keras with Theano backend
Stars: ✭ 12 (-69.23%)
Mutual labels:  jupyter-notebook, cnn, lstm
Twitter Sentiment Analysis
Sentiment analysis on tweets using Naive Bayes, SVM, CNN, LSTM, etc.
Stars: ✭ 978 (+2407.69%)
Mutual labels:  cnn, deeplearning, lstm
Pytorch Learners Tutorial
PyTorch tutorial for learners
Stars: ✭ 97 (+148.72%)
Mutual labels:  jupyter-notebook, cnn, lstm
Screenshot To Code
A neural network that transforms a design mock-up into a static website.
Stars: ✭ 13,561 (+34671.79%)
Mutual labels:  jupyter-notebook, cnn, lstm
Pytorch Pos Tagging
A tutorial on how to implement models for part-of-speech tagging using PyTorch and TorchText.
Stars: ✭ 96 (+146.15%)
Mutual labels:  jupyter-notebook, cnn, lstm
Pytorch Sentiment Analysis
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
Stars: ✭ 3,209 (+8128.21%)
Mutual labels:  jupyter-notebook, cnn, lstm
Image Captioning
Image Captioning using InceptionV3 and beam search
Stars: ✭ 290 (+643.59%)
Mutual labels:  jupyter-notebook, cnn, lstm
Tensorflow Tutorial
Some interesting TensorFlow tutorials for beginners.
Stars: ✭ 893 (+2189.74%)
Mutual labels:  jupyter-notebook, cnn, lstm
Neural Networks
All about Neural Networks!
Stars: ✭ 34 (-12.82%)
Mutual labels:  jupyter-notebook, cnn, lstm
Spago
Self-contained Machine Learning and Natural Language Processing library in Go
Stars: ✭ 854 (+2089.74%)
Mutual labels:  deeplearning, lstm

keras

keras를 이용한 머신러닝과 딥러닝

keras 기본서

  • gpu 사용법(keras_gpu_test.ipynb)
  • 다층 퍼셉트론을 이용한 다중 분류 iris-data 구분(1. predict_iris_data.ipynb)
  • 다층 퍼셉트론을 이용한 단일 분류 wine 구분 (2. predict_redwine_whitewine.ipynb)
  • 다층 퍼셉트론을 이용한 회귀 모델 보스턴 집값(boston house) 회귀 예측 (3. predict_boston_house.ipynb)
  • 다층 퍼셉트론을 이용한 MNIST 그림 예측 (4. predict_MNIST_with_MLP.ipynb)
  • CNN을 이용한 MNIST 에측 (5. predict_MNIST_with_CNN.ipynb)
  • CNN을 이용한 단일 이미지(개, 고양이) 분류(6. predict_binary_img_with_CNN.ipynb)
  • CNN을 이용한 다중 이미지 분류(7. predict_multi_img_with_CNN.ipynb)
  • RNN(LSTM)을 이용한 스팸 메일 예측(8. predict_spam_or_ham_with_LSTM.ipynb)
  • RNN(LSTM)을 이용한 한국어 뉴스 카테고리 분류(9. predict_korea_news_category_with_LSTM.ipynb)
  • 한국어 영화 평점 텍스트 분류(10. preidct_korea_movie_review.ipynb)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].