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://dev.botframework.com/

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)的更多相关文章

  1. (转)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 ...

  2. (转) Artificial intelligence, revealed

    Artificial intelligence, revealed Yann LeCunJoaquin Quiñonero Candela It's 8:00 am on a Tuesday morn ...

  3. 学习笔记之人工智能(Artificial Intelligence)

    人工智能 - 维基百科,自由的百科全书 https://zh.wikipedia.org/wiki/%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD 人工智能(英语:Artif ...

  4. # Including Artificial Intelligence in a Routing ProtocolUsing Software Defined Networks

    Abstract: 问题:AI在路由协议上的应用仅适用于真实设备,尤其是无线传感器节点 The inclusion of artificial intelligence (AI) can improv ...

  5. 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 ...

  6. Artificial Intelligence Language

    Artificial Intelligence Language Objective We know, a true AI program should have ability to underst ...

  7. UVa 537 Artificial Intelligence?

    题目大意:输入一个字符串,根据物理公式P=U*I,已知其中两个量,求第三个量,结果保留两位小数.   Artificial Intelligence?  Physics teachers in hig ...

  8. EECS 649 Introduction to Artificial Intelligence

    EECS 649 Introduction to Artificial IntelligenceExamElectronic Blackboard Submission Due: April 24, ...

  9. ARTIFICIAL INTELLIGENCE FOR GAMES (Ian Millington / John Funge 著)

    相关网站:http://www.ai4g.com PART I AI AND GAMESCHAPTER1 INTRODUCTIONCHAPTER2 GAME AIPART II TECHNIQUESC ...

随机推荐

  1. Hadoop学习笔记—17.Hive框架学习

    一.Hive:一个牛逼的数据仓库 1.1 神马是Hive? Hive 是建立在 Hadoop 基础上的数据仓库基础构架.它提供了一系列的工具,可以用来进行数据提取转化加载(ETL),这是一种可以存储. ...

  2. 《Entity Framework 6 Recipes》中文翻译系列 (34) ------ 第六章 继承与建模高级应用之多条件与QueryView

    翻译的初衷以及为什么选择<Entity Framework 6 Recipes>来学习,请看本系列开篇 6-10  创建一个多条件过滤 问题 你想使用多个条件为实体过滤表中的行. 解决方案 ...

  3. Eclipse启动参数

    from 网络 eclipse 启动参数 -clean2013-- : eclipse 启动参数介绍(如添加插件时,如果不显示,则使用eclipse -clean启动) 其实,Eclipse是一个可以 ...

  4. 2013 duilib入门简明教程 -- 自绘标题栏(5)

        如果大家有做过标题栏的自绘,肯定会感慨各种不容易,并且现有的一些资料虽然完美的实现了功能,但是代码比较乱,需要自行整理.如果用duilib,就是小case啦.     duilib其实并没有区 ...

  5. UIViewController 生命周期

    创建: 1. alloc 创建对象,分配空间 2.init (initWithNibName) 初始化对象,初始化数据 3.loadView 从nib载入视图 ,通常这一步不需要去干涉.除非你没有使用 ...

  6. LINQ系列:Linq to Object投影操作符

    投影是指在将序列中的元素转换为一个自定义形式的操作.投影操作符Select和SelectMany用于选择出赋予了适当功能的值.SelectMany操作符可以处理多个集合. LINQ表达式语法: 1. ...

  7. 数据访问模式:Identity Map(标识映射)模式

    1.Identity Map模式简介 Identity Map(标识映射)模式是通过将所有已加载对象放在一个映射中确保所有对象只被加载一次,并且在引用这些对象时使用该映射来查找对象.在处理数据并发访问 ...

  8. Visualize Surface by Delaunay Triangulator

    Visualize Surface by Delaunay Triangulator eryar@163.com Abstract. Delaunay Triangulation is the cor ...

  9. SQL联合主键 查重

    2014年最后一天,今天在给数据库导入数据的时候,遇到一个问题,就是联合主键去重. 事情是这样的,现有一个表M,我想找个表中导入了许多数据,并需要将字段A(int)和B(int)联合设置为主键. 但是 ...

  10. Create Volume 操作(Part I) - 每天5分钟玩转 OpenStack(50)

    前面已经学习了 Cinder 的架构和相关组件,从本节我们开始详细分析 Cinder 的各种操作,首先讨论 Cinder 如何创建 volume. Create 操作流程如下: 客户(可以是 Open ...