Library Search
结果页

01-keras-sequential-mnist

在 技术栈 中找到 8 个匹配结果。

返回文档库
技术栈

技术栈

8 个
查看全部
Verilog / SystemVerilog always_ff @(posedge clk or negedge rst_n) begin if (!rst_n) begin state <= S_IDLE; tx <= 1'b1; clk_cnt <= 0; bit_idx <= 0; end else begin case (stat… 2% C# ```html <!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <title>Alpine.js Demo</title> <style> body { font-family: system-ui; max-width: 600px; margin: 50px auto; background: #… 2% Keras # Keras MNIST 手写数字识别 ## 目标 用 Keras Sequential API 构建一个简单 CNN,在 MNIST 数据集上达到 99%+ 准确率。 ## 完整代码 ```python import numpy as np from tensorflow import keras from tensorflow.keras import layers # 1. 加载… 2% TensorFlow # TensorFlow Keras —— MNIST 手写数字分类 ## 目标 - 掌握 `tf.keras.Sequential` 模型构建 - 理解 `compile` → `fit` → `evaluate` → `predict` 标准流程 - 使用 TensorBoard 可视化训练过程 ## 完整代码 ```python import tensorflow as tf imp… 2% Astro 参考文献: [ { "url": "https://docs.astro.build", "type": "web", "year": 2024, "title": "Astro Documentation", "authors": [ "Astro Team" ] }, { "type": "article",… 2% Fiber 参考文献: [ { "url": "https://docs.gofiber.io/", "type": "web", "year": 2024, "title": "Fiber 官方文档", "authors": [ "Fiber Team" ] }, { "url": "https://github.com/val… 2% Scikit-learn 分类报告: precision recall f1-score support setosa 1.00 1.00 1.00 19 versicolor 0.93 1.00 0.96 13 virginica 1.00 0.… 1% CakePHP 参考文献: [ { "url": "https://book.cakephp.org", "type": "web", "year": 2024, "title": "CakePHP Cookbook", "authors": [ "CakePHP Team" ] }, { "url": "https://github… 1%