最近结束了数据挖掘的课程设计,做的内容比较简单,是MNIST手写数据集的识别(课程要求),这篇主要是写写其中的一些心得和体会。
项目是我和彭同学一起做的,两个人,他负责用SVM识别,我用MLP和CNN,下面的心得体会是我和他的共同体会,SVM部分的体会来自于他,神经网络部分来自我。
展开全文 >>
守住底线->追求**
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia-plus根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: false
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true