博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
人工智能资料库:第21辑(20170130)
阅读量:2443 次
发布时间:2019-05-10

本文共 2725 字,大约阅读时间需要 9 分钟。


  1. 【资料】Finding Similar Music using Matrix Factorization

简介:

One interesting technique I didn’t cover was using Matrix Factorization methods to reduce the dimensionality of the data before calculating the related artists. This kind of analysis can generate matches that are impossible to find with the techniques in my original post.

This post is a step by step guide on how to calculate related artists using a couple of different matrix factorization algorithms. The code is written in Python using  and  to do the calculations and  to interactively visualize the results.

原文链接:


2.【博客】Dissecting Reinforcement Learning-Part.1 & Part. 2

简介:

Premise[This post is an introduction to reinforcement learning and it is meant to be the starting point for a reader who already has some machine learning background and is confident with a little bit of math and Python. When I study a new algorithm I always want to understand the underlying mechanisms. In this sense it is always useful to implement the algorithm from scratch using a programming language. I followed this approach in this post which can be long to read but worthy. I am not a native English speaker so if you spot some mistakes that make a sentence puzzling please report it in the comments below and I will fix it]

原文链接:

原文链接:


3.【博客】Building a Chatbot using Telegram and Python

简介:

Chatbots are all the rage at the moment, with  that they will be bigger than mobile apps. The main idea of chatbots is that instead of having to dig through awkward mobile menus and , you’ll simply have a conversation with a bot through a familiar instant messaging interface. If you want to order a Pizza, you start a conversation with the  and have the same conversation with it that you might have with a human.

There are a few different platforms that allow you to build your own chatbot. One of these, which is arguably the simplest to use and is also growing steadily in popularity, is .

In this tutorial, we’ll walk through building a simple Telegram Bot using Python. At first, our bot will simply echo back any message we send it, but then we’ll extend it to add a database and persist information across chat sessions.

原文链接:


4.【资料】Tutorial Slides by Andrew Moore

简介:

各种机器学习的PDF。

原文链接:


5.【课程】MIT Machine Learning for Big Data and Text Processing Class Notes

简介:

As a follow up on , I am currently in Boston attending  (and therefore blogging about it for posterity based on public domain data / papers - nothing posted here is MIT proprietary info to violate any T&C). MIT professional education courses are tailored towards professionals and it is always a great opportunity to learn what others practitioners are up to, especially in a relatively new field of data science.

原文链接:


转载地址:http://kvdqb.baihongyu.com/

你可能感兴趣的文章
node发送post请求_使用Node发出HTTP POST请求
查看>>
JavaScript filter()函数
查看>>
用JavaScript处理表格
查看>>
npx 运行react_npx节点包运行器
查看>>
如何创建自己的社区平台_建立自己的平台
查看>>
javascript复选框_JavaScript可选链接
查看>>
web找不到自定义组件方法_Web组件自定义元素
查看>>
http请求的工作原理_HTTP请求如何工作
查看>>
node.js流媒体_Node.js流
查看>>
typeof运算符_JavaScript typeof运算子
查看>>
react 前端拆分_React中的代码拆分
查看>>
jsonp_JSONP指南
查看>>
如何禁用ESLint规则
查看>>
如何在macOS上安装PostgreSQL
查看>>
mysql用户权限_MySQL用户权限
查看>>
JavaScript切换条件
查看>>
在邮件标头中找到无效的字符_在Express中使用HTTP标头
查看>>
express 邮件发送_使用Express发送回复
查看>>
c语言变量类型和范围_C变量和类型
查看>>
react生命周期_React生命周期事件
查看>>