-
#
1. [ cheat sheet about DL/ML architectures](http://www.asimovinstitute.org/neural-network-zoo/)
2. http://deeplearninggallery.com/ - Deep Learning Gallery - a curated list of awesome deep l…
-
# Object Tracking using YOLOv3, Deep Sort and Tensorflow
This repository implements YOLOv3 and Deep SORT in order to **perfrom** real-time object tracking. Yolov3 is an algorithm that uses deep convo…
-
from: @jack-bilby :
> 12: aperm.default(X, c(s.call, s.ans))
> 11: aperm(X, c(s.call, s.ans))
> 10: apply(x, 1, function(y) (sum(is.na(y))/length(y)) > maxNA.fraction)
> 9: which(apply(x, 1, fun…
-
因为设备原因,我训练的批大小是4,将训练出来的模型进行评估得到的结果如下图所示
![4](https://github.com/HKUST-Aerial-Robotics/SIMPL/assets/63939966/b6cc4f7a-e422-4fb9-bb09-ec6dd3bc1c06)
与你们预训练出来的模型结果相差得有点大,请问这是正常现象吗,下图是用我的设备跑你们的预训练模型的结果
…
-
If you encounter an issue or have a question, check the wiki before you raise an issue!
This way you don't have to wait for someone to reply and the issues section doesn't get filled with non issues …
-
I installed cxxnet successfully and it can run on Mnist dataset. When I tried cxxnet on ImageNet Dataset, it can still run, but it may halt unexpectedly and randomly, sometimes when loading the mean_2…
-
- [【caffe,这个代码分析的好】卷积层代码解析 - Atanisi - 博客园](https://www.cnblogs.com/Atanisi/p/7745439.html)
- [afantideng/caffe_comments: Caffe 源码注释](https://github.com/afantideng/caffe_comments)
- [Caffe: caffe::C…
-
### 影像AI的发展和技术
- 影像AI的发展历史——采用行业报告的图
- 可以先从大的人工智能开始,重点强调影像AI的重点节点
- 影像AI相关的技术主要有哪些
- ACEMAP 相关子话题的中心文献,因为这是交叉学科
- 中国知网相关文献
- 相关国际会议,国内会议
- 推测以后学术趋势
1. 放射组学-列文献
2. 放射基因学-列文献
3. 无监督学习-列文献
#…
-
As part of our ongoing efforts to improve the performance and accuracy of our predictive models, we need to evaluate a variety of machine learning and deep learning algorithms. Here's a list of models…
-
Picks up from discussion in https://github.com/pytorch/vision/pull/4293#discussion_r696471536
## 🚀 Feature
API for Commonly used Layers in building models.
## Motivation
A huge code duplic…