
机器学习
vitamin2013
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
word2vector 源代码分析
c源码分析:参考链接:word2vec原理详解// Copyright 2013 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with原创 2017-08-04 14:14:17 · 2254 阅读 · 1 评论 -
RBM源码分析
RBM源码说明本源码来自《深入浅出深度学习原理剖析与Python实践》一书参考代码:GitHub项目数据预处理# coding: utf-8 # # data_preprocess.py # # Author: Huang Anbu # Date: 2017.4 # # Description: data processing, after execute this script, you will原创 2017-10-29 15:23:19 · 1645 阅读 · 2 评论