Login
Discover
Waves
Decks
Plus
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Payouts
Muted
Promoted
Global
Top communities
Create decentralized community
latest #tensorflow created topics on internet
samthomas
ai
2026-02-25 14:52
Developer's Cheat Sheet to AI Frameworks for App Development
Choosing the right AI framework is the difference between a prototype that stays on your laptop and a product that scales to millions. Whether you need the massive ecosystem of TensorFlow, the
$ 0.000
4
1
ai-seedfinder
STEMGeeks
2026-02-18 07:16
Technical Analysis of the AI Seed Phrase Finder Framework
Explore the capabilities of AI Seed Phrase Finder, a powerful tool that empowers hackers and simple users to recover Bitcoin wallets using AI-driven solutions
$ 0.000
3
feitgemel
python
2024-12-07 17:10
Build a CNN Model for Retinal Image Diagnosis
CNN Image Classification for Retinal Health Diagnosis with TensorFlow and Keras!
$ 0.000
0
ahsanayub023
machine
2024-01-27 18:58
Deep Learning with TensorFlow: Unleashing the Power of Neural Networks
TensorFlow is an open source machine learning framework developed by Google. Tensor Flow It is designed to facilitate the development and deployment of machine learning models, particularly deep learning
$ 0.000
2
luchyl
Hive Power
2026-04-01 22:41
Promoted
Every HP Counts: 6K HP Unlocked (April 2026 HPUD)
April 2026 HPUD: 6K HP Unlocked! Designed on Canva It's the 1st of the month, and you know how we do it here, right? If you don't know, it's Hive Power Up Day! Hope you won't miss it. So I started 2026
$ 1.366
309
26
makecoinfree
python
2023-06-21 23:20
Que es TensorFlow¡?
TensorFlow es una biblioteca de software de código abierto desarrollada por Google que se utiliza para desarrollar y entrenar modelos de aprendizaje automático. Es una de las bibliotecas más populares
$ 0.000
1
ericjiang
tensorflow
2022-10-29 01:15
Intel Extension For TensorFlow 发布 - 提供 Intel GPU 加速
Intel 发布了 Intel Extension for TensorFlow,它利用 TF 的 PluggableDevice 机制,现在为 TensorFlow 提供 Intel GPU 后端,可与 Data Center GPU Flex 系列以及 Arc Graphics 离散 GPU 配合使用。 Intel Extension for TensorFlow 现在可以通过 TensorFlow
$ 0.000
0
haakonk
code
2020-02-03 20:39
Anyone else have trouble using Tensorflow for creating AI?
Over the summer, I really wanted to get started with creating AI using Tensorflow and Python. Sadly, I had a lot of trouble even just setting it up! I tried using Atom, but it turns out they use Kite as
$ 0.000
4
hongtao
cn-stem
2020-01-20 13:02
Tensorflow 2.0 —— RNN实战路透社新闻分类
Image from unsplash.com by @Jason_xj 之前的文章我们介绍了 RNN 循环网络,并用循环网络成功地预测了牛奶产量。这篇文章我们继续使用 RNN 以及 LSTM 和 GRU 处理分类问题。我们使用的是 Keras 自带的数据集——路透社新闻分类问题。 关注微信公众号获取源代码(二维码见文末) 1. RNN 回顾 与卷积神经网络处理空间局部相关性数据不同,循环网络主要用于处理时间序列
$ 0.102
10
weone
Blockchain Poets
2026-04-03 19:02
Promoted
Different Frequencies: A Poetry
Here's a poem celebrating neurodiversity: --- # Different Frequencies We are not broken signals, not static on a line — we are every wavelength the spectrum can define. Some minds move like rivers, winding,
$ 0.341
54
2
cyberrn
zzan
2020-01-01 06:55
Freedom | AI |practice | Tensorflow, AI...
2020년 유튜브는 나에게 최첨단 과학기술을 보라고 권유하였다. 그냥 어물쩡 끌려가듯이 숙제하듯이 듣는데, 내용에 집중하기 보다는 자꾸 다른 생각이 들었다. 뭐지? 왜지? 왜? 왜 열심히들 사용하라고 하지? 그러면서 내 생각은 세 가지로 정리되었다. 1. 결국 사람이네. 과학이 컴퓨터가 구글이 아무리 발전한다해도 그들 지향점 중심에는 사람이 있었다. 사람을
$ 13.502
154
2
teamhumble
steemhunt
2019-12-16 15:52
StyleGAN2 - Official TensorFlow Implementation
StyleGAN2 Official TensorFlow Implementation Screenshots Hunter's comment This is quite the improvement from v1 of this -- crazy how fluid this is, also kinda scary how computers are starting to analyse
$ 0.151
27
2
hongtao
cn-stem
2019-12-14 21:58
Tensorflow2.0--可视化工具Tensorboard
image from unsplash.com by Tara Hegerty 之前的文章介绍过如何在 Keras 中快速调用 Tensorboard 这个可视化工具,这篇文章我们再深入探讨一下 Tensorboard 在T Tensorflow 2.0 下如何使用。 本文源代码请关注微信公众号(二维码见文末)获取 1. Tensorboard 工作原理 简单来说,tensorboard 就是通过监听定目录下的
$ 0.402
16
2
hongtao
cn-stem
2019-12-09 15:03
Tensorflow2.0-数据加载和预处理
Image from unsplash.com by Adrian Cuj 前面的文章我们讨论了机器学习的各种问题,但是还没有认真讨论一下数据加载的问题。作为机器学习的第一步,如何正确和快速地加载数据以及预处理对于机器学习的项目成败是至关重要的。 我们已经很熟悉用 pandas.read_csv 来读取csv文件数据,然后用其内建函数或借助 numpy 和 scikit-learn
$ 4.343
393
3
asterkame
Sketchbook
2026-04-02 07:54
Promoted
Bird Nest Watercolor Painting
Hello Everyone! Today, I painted a bird nest picture. I have painted other bird nests before. I think it is nice. I painted it with watercolors. In the first step, I painted the background with light green
$ 0.934
443
3
hongtao
cn-stem
2019-11-20 16:03
Tensorflow 2.0 —— 与 Keras 的深度融合
image from unsplash by Zhang Kenny 前面的几篇文章从线性回归,到手写数字识别再到预测牛奶产量,我们用 Tensorflow 2.0 与 Keras 结合完成了全链接神经网络,卷积神经网络以及循环神经网络的搭建和训练。那 Tensorflow 2.0 和 Keras 到底是什么关系,我们应该如何选择和搭配二者来完成自己的项目呢?这篇文章就来探讨一下这个问题。 1.
$ 4.823
395
2
hongtao
cn-stem
2019-11-02 21:15
Tensorflow 2.0 快速入门 —— RNN 预测牛奶产量
前面两篇文章我们通过线性回归和 MINST 手写识别的项目,学习了如何使用 Tensorflow 2.0 解决预测和分类的问题。同时也回顾了神经网络以及 CNN 的套路。这篇文章我们同样通过 RNN 的实例再次巩固一下 Tensorflow 2.0 的使用方法。 1. Keras 方法回顾 如下图所示,数据记录了1962年到1975年一共14年每个月牛奶的产量。
$ 0.495
9
1
kirkins
javascript
2019-10-20 19:57
Professional JavaScript & The JavaScript Workshop
Professional JavaScript Book - Contact me if you'd like a free copy In my last post I talked about how my first co-authored book, Professional JavaScript, was released this month. I'm happy to announce
$ 1.230
78
4
hongtao
cn-stem
2019-09-27 16:23
Tensorflow 2.0 快速入门 —— 引入Keras 自定义模型
上篇文章我们用线性回归的项目快速入门了 Tensorflow 2.0 ,本文我们继续深入研究 ,使用 Keras 搭建模型配合 Tensorflow 2.0 解决线性回归和分类问题。 全部代码,请见我的github repo 1. 线性回归回顾 在 Tensorflow 2.0 中我们使用tf.GradientTape()记录前向传播计算(Forward Propagation),然后利用
$ 5.875
427
2
theshot2414
GEMS
2026-04-03 11:08
Promoted
“Un sueño raro… y una verdad que estoy viviendo en Hive” [Esp - Eng] “A strange dream… and a truth I’m living on Hive”
Saludos mi gente hermosa de la comunidad #GEMS 💎 Feliz Viernes Santo para todos… un día que nos invita a hacer una pausa, a reflexionar y a mirar un poco más hacia adentro. Hoy quiero compartirles algo
$ 0.833
194
2
hongtao
cn-stem
2019-09-22 23:42
Tensorflow 2.0 快速入门 —— 自动求导与线性回归
随着 Tensorflow 2.0 正式版发布的日期越来越近,我们应该做好准备忘记 1.0 版本中那些反人类的 静态 Graph 和 Session,拥抱新版本的各种易用简单的新特性。 我们之前的文章介绍了 Tensorflow 的 Eager 模式,Tensorflow 2.0 默认就是在 Eager 模式下运行的,所以 Eager 模式下可以直接打印出运算结果以及与 numpy
$ 0.018
25
1
octav
python
2019-08-18 10:16
Tensorflow ImageDataGenerator 'DirectoryIterator' object has no attribute 'shape'
If you are using Tensorflow 1.14.0 and ImageDataGenerator, then when fitting the generator to the model, this error appears: AttributeError: 'DirectoryIterator' object has no attribute 'shape' FIX Enter
$ 0.000
2
1
codingart
kr
2019-06-29 04:49
7-23 TensorFlow Graph 뉴럴 네트워크 코드 GPU 연산 시간 비교
TensorFlow 머신 러닝 코드는 실행에 앞서 Computational Graph 즉 그래프를 생성하게 되어 있다. Session 단계에서는 생성된 그래프를 이용하여 입력되는 데이터에 대해 언제라도 동일한 그래프를 사용하여 연산을 실행한다. numPy 스타일 뉴럴네트워크 코드나 PyTorch 코드와 비교할 목적으로 GPU 연산에 따른 소요 시간을 그래프
$ 0.064
15
hongtao
cn-stem
2019-06-18 16:13
利用Tensorboard辅助模型调参
Image source from unsplash by Timothy L Brock 上一篇文章介绍了如何在 Keras 中调用 Tensorboard。这篇文章就来谈谈如何用 Tensorboard 帮助模型调参。 代码repo见这里
$ 0.063
33
4