Artificial intelligence(AI)
ORM: https://github.com/sunkaixuan/SqlSugar
微软DEMO: https://github.com/Microsoft/BotBuilder
注册KEY:https://dev.botframework.com/bots/new
BOT SDK下载:https://docs.botframework.com/en-us/downloads/
http://blog.jobbole.com/96676/#artificial-intelligence
人工智能(Artificial Intelligence)
- AIMLBot(Program#):使用 C# 编写的一个小型、快速、兼容标准、易于定制的聊天机器人,基于 AIML (人工智能标记语言 Artificial Intelligence Markup Language)。
- SIML :智能综合智能标记语言(Synthetic Intelligence Markup Language),下一代聊天机器人及数字助手语言。
http://www.cnblogs.com/xiaoshi657/p/5448309.html
机器学习和数据科学(Machine Learning and Data Science)
Accord.NET:机器学习框架,包含了音频和图像处理的库(计算机视觉、计算机听觉、信号处理和统计)。
Accord.NET Extensions:高级图像处理和计算机视觉算法扩展。
AForge.NET:为计算机视觉和人工智能领域的开发者和研究人员提供的框架(包括图像处理、神经网络、遗传算法、机器学习、机器人科学)。
Deedle:处理探索性数据的数据帧和时序库,支持 C# 和 F#。
FsLab:数据科学和机器学习库的集合,支持 F# 和 .NET。
numl :包含最流行的监督学习和无监督学习算法,尽量减少创建预测模型时的冲突。
R Provider :将 R 语言包和函数封装为类型安全的类型提供程序供 F# 调用。
F# Data:F# 类型提供程序,访问 XML、JSON、CSV 和 HTML 文件(基于样例文档),以及 WorldBank 数据。
https://www.codeproject.com/Articles/18216/SophiaBot-creating-a-talking-artificial-personalit
https://github.com/quozd/awesome-dotnet#artificial-intelligence
https://www.microsoft.com/en-us/research/project/video-games-and-artificial-intelligence/
:
https://sourceforge.net/directory/science-engineering/ai/os:windows/
https://en.wikipedia.org/wiki/Artificial_intelligence
https://github.com/Microsoft/BotBuilder/tree/master/CSharp
https://docs.botframework.com/en-us/downloads/
API https://azure.microsoft.com/en-us/services/cognitive-services/
https://blogs.msdn.microsoft.com/uk_faculty_connection/2016/01/04/project-oxford-artificial-intelligence-based-vision-speech-and-language-api/
平台(或者软件)包括:Caffe, Torch, MXNet, CNTK, Theano, TensorFlow, Keras
https://www.technologyreview.com/s/426153/google-and-microsoft-talk-artificial-intelligence/
https://en.wikipedia.org/wiki/Artificial_intelligence
https://www.microsoft.com/en-us/research/project/video-games-and-artificial-intelligence/
https://github.com/jobbole/awesome-dotnet-cn
AIMLBot智能机器人在实时虚拟参考咨询中的应用
http://www.infotech.ac.cn/CN/abstract/abstract3608.shtml
http://www.pandorabots.com/pandora/pics/wallaceaimltutorial.html3
http://www.alicebot.org/downloads/sets.html
http://www.alicebot.org/TR/2005/WD-aiml/WD-aiml-1.0.1-008.html
# -*- coding: utf8 -*-
#Python 3.4 https://docs.python.org/3.4/library/
import atexit
import os
import unicodedata
import sys
import time
import unicodedata
import winsound
import code
import codecs print ("hello word");
print (sys.platform);
print (2 ** 100);
#输入
try: input = raw_input
except NameError: pass
print("Hi " + input("Say something: "));
#中文
#sys.stdout = io.TextIOWrapper(sys.stdout.buffer, errors = 'replace', line_buffering = True)
#try:
# reload(sys)
# sys.setdefaultencoding('utf-8')
#except:
# pass
分布式: RabbitMQ
https://janus.conf.meetecho.com/docs/rest.html
http://spring.io/guides/gs/messaging-rabbitmq/
http://www.rabbitmq.com/dotnet.html
https://github.com/rabbitmq/rabbitmq-dotnet-client
http://spring.io/guides
https://github.com/EasyNetQ/EasyNetQ.Management.Client
https://github.com/tenor/RestBus
https://www.rabbitmq.com/dotnet-api-guide.html
https://www.codeproject.com/articles/1037532/net-scala-interop-using-rabbitmq
https://github.com/sachabarber/ScalaToDotNetInteropUsingRabbitMq
Artificial intelligence(AI)的更多相关文章
- (转)A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers
A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers. Updated 20 ...
- (转) Artificial intelligence, revealed
Artificial intelligence, revealed Yann LeCunJoaquin Quiñonero Candela It's 8:00 am on a Tuesday morn ...
- 学习笔记之人工智能(Artificial Intelligence)
人工智能 - 维基百科,自由的百科全书 https://zh.wikipedia.org/wiki/%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD 人工智能(英语:Artif ...
- # Including Artificial Intelligence in a Routing ProtocolUsing Software Defined Networks
Abstract: 问题:AI在路由协议上的应用仅适用于真实设备,尤其是无线传感器节点 The inclusion of artificial intelligence (AI) can improv ...
- AI AND THE BOTTOM LINE: 15 EXAMPLES OF ARTIFICIAL INTELLIGENCE IN FINANCE
https://builtin.com/artificial-intelligence/ai-finance-banking-applications-companies f there's one ...
- Artificial Intelligence Language
Artificial Intelligence Language Objective We know, a true AI program should have ability to underst ...
- UVa 537 Artificial Intelligence?
题目大意:输入一个字符串,根据物理公式P=U*I,已知其中两个量,求第三个量,结果保留两位小数. Artificial Intelligence? Physics teachers in hig ...
- EECS 649 Introduction to Artificial Intelligence
EECS 649 Introduction to Artificial IntelligenceExamElectronic Blackboard Submission Due: April 24, ...
- ARTIFICIAL INTELLIGENCE FOR GAMES (Ian Millington / John Funge 著)
相关网站:http://www.ai4g.com PART I AI AND GAMESCHAPTER1 INTRODUCTIONCHAPTER2 GAME AIPART II TECHNIQUESC ...
随机推荐
- [.net 面向对象程序设计进阶] (22) 团队开发利器(一)简单易用的代码管理工具VSS
[.net 面向对象程序设计进阶] (22) 团队开发利器(一)简单易用的代码管理工具VSS 本篇要点:在进阶篇快要结束的时候说说源代码管理器,我们的开发,不是一个人可以完成的事,团队协作很重要,而且 ...
- 玩转Windows服务系列——命令行管理Windows服务
说到Windows服务的管理就不得不说通过命令行的方式管理Windows服务,因为无论是系统管理员,还是通过编程的方式调用cmd命令,命令行都是非常方便以及强大的工具. 接下来就看一下如何通过cmd命 ...
- ArcGIS之Cartogram地图变形记
一.地图会说谎 地图作为真实世界的抽象,是“用图说话”最可靠的工具,但是有的时候地图也会撒一些小小的谎言,其中最著名的例子当属美国总统大选.如图1是2012年美国总统大选后网上给出的一个结果图,红色代 ...
- Ubuntu 16 安装JDK1.8
检查是否JDK已被安装: 上图表示没有安装,创建文件夹: 下载JDK: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-dow ...
- Chrome开发者工具不完全指南(五、移动篇)
前面介绍了Chrome开发者工具的大部分内容工具,现在介绍最后两块功能Audits和Console面板.一.Audits Audits面板会针对目前网页提出若干条优化的建议,这些建议分为两大类,一类是 ...
- SSISDB7:查看当前正在运行的Package
在项目组中做ETL开发时,经常会被问到:“现在ETL跑到哪一个Package了?” 为了缩短ETL运行的时间,在ETL的设计上,经常会使用并发执行模式:Task 并发执行,Package并发执行.对于 ...
- SVN代码冲突解决方案小集合
对于刚接触svn的人来说,svn冲突后,不能提交是件让人很郁闷的事情.最让人郁闷的事,是代码间的覆盖.你把我代码盖了,我会很火大的.谁把谁的盖了都不爽. 为什么会出现代码冲突问题呢,因为不同的人,同时 ...
- Sql Server系列:视图
视图是数据库中的一种虚拟表,与真实的表一样,视图包含一系列带有名称的行和列数据.行和列数据用来自定义视图的查询所引用的表,并且在引用视图时动态生成. 1. 视图的概念 视图是从一个或者多个表中导出的, ...
- javascript运动系列第七篇——鼠标跟随运动
× 目录 [1]眼球转动 [2]苹果菜单[3]方向跟随 前面的话 运动除了直线运动和曲线运动两种运动形式外,还有一种运动形式是鼠标跟随运动,而这种跟随运动需要用到三角函数的相关内容或者需要进行比例运算 ...
- Android使用TextureView播放视频
1.引言 如果你想显示一段在线视频或者任意的数据流比如视频或者OpenGL 场景,你可以用android中的TextureView做到. 1).TextureView的兄弟SurfaceView 应用 ...