New: kerasAll contenthive-129948hive-196917krzzanhive-183959hive-185836hive-188619hive-180932hive-150122steemhive-166405photographyhive-184714hive-101145hive-183397hive-144064uncommonlabhive-145157hive-193637bitcoinhive-103599hive-193186krsuccesshive-109690hive-139150TrendingNewHotLikersfajar.purnama (53)in indonesia • 4 years agoOpini Saya Mengenai Keterampilan Keras dan Lunak saat Masih MahasiswaMengenai softskill dan hardskill bagi saya keduanya penting. Yang paling penting bagi saya adalah openminded (terbuka), artinya menerima sesuatu tanpa memandang latar belakang dan status, selalu…wintermuteai (52)in ai • 5 years agoObject Detection With Sipeed MaiX Boards(Kendryte K210)As a continuation of my previous article about image recognition with Sipeed MaiX Boards, I decided to write another tutorial, focusing on object detection. There was some interesting hardware…britvr (65)in bitcoin • 5 years agoBitcoin Price Up / Bakkt Launches in Sept / Keras LSTM Deep Learning Modules.utpalkant (25)in deeplearning • 6 years agoDeep Learning Frameworks: A ComparisonIntroduction: I started working on a new classification problem and the first question in my mind: which framework to use? So decided to explore the pros and cons with the available frameworks…hongtao (56)in cn-stem • 6 years agoTensorflow入门——改进RNN预测牛奶产量image source from unsplash by Mehrshad Rajabi 上一篇文章 我们用Keras搭建GRU神经网络,通过对前13年牛奶产量的学习,成功预测了地最后1年牛奶的产量。 该模型是 多对一…hongtao (56)in cn-stem • 6 years agoTensorflow入门——RNN预测牛奶产量早前,我介绍了 循环神经网络(RNN)的基本概念 ,这篇文章我们就用Keras搭建一个RNN网络。该RNN能够通过对历史数据的学习,预测未来数据。 同样的,为了方便与读者交流,所有的代码都放在了这里: Repository: 1. GRU和LSTM简介 GRU(Gated Recurrent Unit) 和 LSTM(Long Short Term…laithsharba (25)in keras • 6 years agoDeep learning in Python-Tensorflow and Keras| learn in lovescience.onlineThe TensorFlow applications are high level, as well as highly advanced technology use, and large-scale AI undertakings in the realms of the machine learning as well as the deep learning. It…hongtao (56)in cn-stem • 6 years agoTensorflow入门——单层神经网络识别MNIST手写数字Image source wikipedia MNIST database 手写数字识别是一个非常经典的机器学习项目,这篇文章,我们就通过 Kaggle上这个经典项目 ,学习如何用Tensorflow和Keras搭建最简单的单层神经网络,来识别手写数字。 同样的,为了方便与读者交流,所有的代码都放在了这里: Repository: 1.…preliminary18 (29)in bakau • 6 years agoBakauHutan bakau menjadi suatu alasan untuk dijadikan sebagai tameng untuk menahan abrasi dipinggir sungai dan laut. Huta bakau terkenal cukup keras untuk membentengi perairan dari abrasi. Kemudian…hongtao (56)in cn-stem • 6 years agoTensorflow入门——处理overfitting的问题在 之前的文章 中,我们发现训练组(篮)和验证组(红)的损失函数在20个Epoch之后,向着相反方向变化。训练组损失函数继续下降,验证组损失函数反而在上升,这就是典型的Overfitting(过拟合)现象。 过拟合就是模型过度地学习了训练集的特征,反而没法处理测试集中更一般化的问题。处理过拟合最根本的解决方法当然是获得更多的训练样本。…hongtao (56)in cn-stem • 6 years agoTensorflow入门——Keras处理分类问题,Classification with KerasTensorflow 和 Keras 除了能处理 前一篇 文章提到的回归(Regression,拟合&预测)的问题之外,还可以处理分类(Classfication)的问题。 这篇文章我们就介绍一下如何用Keras快速搭建一个线性分类器或神经网络,通过分析病人的生理数据来判断这个人是否患有糖尿病。 同样的,为了方便与读者交流,所有的源代码都放在了这里: 1. 数据的导入…hongtao (56)in cn-stem • 6 years agoTensorflow入门——Keras简介和上手前面两篇文章介绍了Tensorflow,以及用Tensorflow快速上手一个线性回归的项目。 实际上Tensorflow对于机器学习新手来说并不是很友好,Tensorflow自己也有高层API,比如Estimator和tf.data就相对来说更容易上手。 Keras本来是独立的机器学习框架,但已经逐渐被整合进了Tensorflow, 今天我们就来简单上手一下吧。…evanli (7)in ai • 6 years ago16 Hot Essential Cheat Sheets for Machine Learning and Deep LearningIf a worker wants to do something good, he must first sharpen his tools. In machine learning and deep learning research, excellent reference materials and manuals can often help us get twice the…banglie-1 (26)in kerja • 6 years agosteemCreated with Sketch.Perjuangan Menuju KemenanganKemenangan akan dapat diperoleh melalui kerja keras. Kerja keras itu sendiri akan dapat dilihat melalui usaha yang dilakukan sungguh-sungguh. Tanpa melakukan usaha secara sunguh-sungguh, maka belum…mragic (25)in raspberrypi • 6 years agoHow to build a cat detector with a Raspberry Pi and a Pi Noir camera using Deep Learning - Part IVPart I is here: Part II: Part III: Introduction In this part I will describe how we can deploy the model we trained in part III on the raspberry pi. You can then choose what you want to…mragic (25)in raspberrypi • 6 years agoHow to build a cat detector with a Raspberry Pi and a Pi Noir camera using Deep Learning - Part IIIPart I is here: Part II: Introduction In this part III I will describe how the the images taken in can be used to train a deep neural network to distinguish images with cats against images…wangshuyi (25)in gpu • 6 years agoHow to Accelerate Your Python Deep Learning with Cloud GPU?If you just need GPU computing power occasionally, Cloud GPU is a better choice. Overloaded This afternoon, I trained a 3-layers neural network as a regression model to predict the house price…allchani (35)in kr • 7 years ago[알차니의 머신러닝] keras 설치기최근 머신러닝, 딥러닝의 인기가 높아지면서 tensorflow, keras, machine learing, deep learning 이라는 키워드로 검색을 하면 영어자료는 물론이고 한국어 자료도 요새는 많은 것 같다. 이번에 발생한 문제는 keras를 설치하면서 생겼던 문제인데. 2시간 가까이 걸쳐서 해결하였다. Tensorflow-gpu…dahri (52)in makanan • 7 years agoBudidayakan padiMakanan untuk kebutuhan sehari-hari di Indonesia