Category Archives: Artificial Intelligence
TensorFlow in NetLogo, Make Your Agent More Intelligent
0. Background
NetLogo is a very useful tools for ABM, and Python is also a handful language for building proof of concept.
In this post I will show you how to call python language in NetLogo. For more i… Read more...
NVIDIA Jetson End-User Guide
本文将以NVIDIA Jetson为硬件基础,为你展现NVIDIA的力量,可以将其作为Jetson Nano的入门参考手册(教程)。
1. 入门篇
入门篇的有两章内容,来自NVIDIA JETSON包装盒自带的内容。
1.1. 准备环境
Ref.1: https://developer.nvidia.com/embedded/learn/get-started-jetson-nano-devkit
Ref.… Read more...
Build a robot assistant with nowadays cloud apis
好多年前就想做个Jarvis,当时技术所限,构建出一个比较初级的机器人后觉得它还不如一条狗。
现在随着AI以及计算技术的成熟,尤其Google Assistant已经可以跟人自然语音对话了,所以觉得可以再尝试一下,加之工作需要,所以便又再开启。
现在随着AI以及计算技术的成熟,尤其Google Assistant已经可以跟人自然语音对话了,所以觉得可以再尝试一下,加之工作需要,所以便又再开启。
当然,这… Read more...
Forex Data ML Relationship
Data Processing with ML
Data Overview:
1. Forex Index <-> Currency Rate Change
2. News -Classification -Weight <-> Currency Rate Change
Caution:
Strict Time Based Data pipeline.… Read more...
ABM-based Automatic System for OpenStack(VMWare/oVirt/maybe container…)
这篇文章可以写一篇论文。
注意,这里的controller不是指OpenStack的controller,而是整个平台过程控制的controller,也就是Automatic System。
好吧,这个问题不大,但也不小。好在我会建模会模拟,嘿哈。(这里不用EBM建模的原因是这个系统有些复杂,公式不足以直观发现问题,但为了提升一下本文的友好度,所以我会加几个公式^_^)
如果你不熟悉ABM建模可以参考我… Read more...
Rex设计
目前已完成 capture,dlayer和tlayer。
IplImage 和 Mat转换可考虑不用了
在写交互的部分,后期完成可能会用gtk。
需要的传感器:
加速度(FPV向)
ROI:移动检测
抛弃gtk(时间长,没意思),转用ncurses… Read more...