码迷,mamicode.com
首页 >  
搜索关键字:tutorials    ( 1192个结果
jpa教程+ 常见的jpa报错以及解决方式
1.https://www.logicbig.com/tutorials/java-ee-tutorial/jpa/detached-entity-and-lazy-fetch.html 2.https://www.objectdb.com/java/jpa/persistence/detach 3 ...
分类:其他好文   时间:2020-06-15 09:26:25    阅读次数:59
加载 MNIST 数据集
一、MNIST 数据集简介 MNIST 数据集是机器学习领域中非常经典的一个数据集,由 60000 个训练样本和 10000 个测试样本组成,每个样本都是一张 28 * 28 像素的灰度手写数字图片,如下图所示: MNIST 数据集可在 http://yann.lecun.com/exdb/mnis ...
分类:其他好文   时间:2020-06-12 21:46:08    阅读次数:74
Installing Ubuntu 18.04 by USB flash drive
https://ubuntu.com/tutorials/tutorial-install-ubuntu-desktop?_ga=2.250922051.474537111.1591811798-1382975992.1591811798#1-overview USB flash drive ruf ...
分类:系统相关   时间:2020-06-11 09:12:21    阅读次数:69
tensflow2 基础
https://blog.csdn.net/lzs781/article/details/104742043/ 官网 https://tensorflow.google.cn/tutorials/images/classification ...
分类:其他好文   时间:2020-06-09 16:48:21    阅读次数:50
Module - Neural network training and inference
API。训练神经网络需要很多步骤。需要指定如何输入训练数据、初始化模型参数、在网络中执行向前和向后传递、基于计算的梯度更新权重、执行模型检查点等。在预测过程中,最终会重复这些步骤中的大多数步骤。对于新手和有经验的开发人员来说,所有这些都是非常令人望而生畏的。幸运的是,MXNet在module(简称m ...
分类:Web程序   时间:2020-06-06 18:30:37    阅读次数:63
Basic github workflow
Reference: https://code.tutsplus.com/tutorials/how-to-collaborate-on-github--net-34267 https://guides.github.com/introduction/flow/ After you fork and ...
分类:其他好文   时间:2020-06-05 15:26:03    阅读次数:84
MPI 本地局域网运行多机配置,同时运行多个程序;
在使用MPI框架中,需要多机进行通信进行并行计算;现在配置多个主机进行运行mpi程序,并进行通信;涉及到ssh无密码和nfs文件系统配置; 参考文档: https://mpitutorial.com/tutorials/running-an-mpi-cluster-within-a-lan/ 配置如 ...
分类:其他好文   时间:2020-06-02 19:04:48    阅读次数:154
【error fix】E: Package 'oracle-java8-installer' has no installation candidate
问题:安装oracle-java8-installer按照如下指南失败: How To Install Java with Apt-Get on Ubuntu 16.04[https://www.digitalocean.com/community/tutorials/how-to-install- ...
分类:数据库   时间:2020-06-01 12:04:50    阅读次数:103
GLUT Tutorials 19:glutPostRedisplay vs. Idle Func
博客转自:http://www.lighthouse3d.com/tutorials/glut-tutorial/glutpostredisplay-vs-idle-func/. GLUT将会调用显示函数知道没有事件函数去处理,也就是说,只要没有事件函数处理,主程序尽可能调用显示函数。我们将建立一个 ...
分类:其他好文   时间:2020-05-23 18:49:02    阅读次数:49
GLUT Tutorials 17:子窗口的reshape
博客转自:http://www.lighthouse3d.com/tutorials/glut-tutorial/subwindow-reshape/ The callback for the reshape function needs to do two things: it resizes t ...
分类:其他好文   时间:2020-05-23 18:30:51    阅读次数:61
1192条   上一页 1 2 3 4 5 6 ... 120 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!