码迷,mamicode.com
首页 >  
搜索关键字:machine os    ( 144834个结果
Python的50个模块,满足你各种需要
Python具有强大的扩展能力,我列出了50个很棒的Python模块,包含几乎所有的需要:比如Databases,GUIs,Images, Sound, OS interaction, Web,以及其他。Graphical interfacewxPythonhttp://wxpython.orgGr...
分类:编程语言   时间:2014-04-30 01:28:15    阅读次数:680
Logistic Regression & Regularization ----- Stanford Machine Learning(by Andrew NG)Course Notes
coursera上面Andrew NG的Machine learning课程地址为:https://www.coursera.org/course/ml我曾经使用Logistic Regression方法进行ctr的预测工作,因为当时主要使用的是成型的工具,对该算法本身并没有什么比较深入的认识,不过...
分类:其他好文   时间:2014-04-30 00:30:46    阅读次数:698
09 Service_01
package com.szy.service;import android.app.Service;import android.content.Intent;import android.os.IBinder;import android.util.Log;public class Exampl...
分类:其他好文   时间:2014-04-30 00:10:08    阅读次数:510
06 bundle 对象
package com.szy.activity;import android.app.Activity;import android.content.Intent;import android.os.Bundle;import android.util.Log;import android.vie...
分类:其他好文   时间:2014-04-29 23:35:22    阅读次数:590
Android项目----AsyncTask异步操作
public abstract classAsyncTaskextendsObjectjava.lang.Object?android.os.AsyncTaskClass OverviewAsyncTask enables proper and easy use of the UI thread. ...
分类:移动开发   时间:2014-04-29 21:05:32    阅读次数:748
Linear Regression ----- Stanford Machine Learning(by Andrew NG)Course Notes
Andrew NG的Machine learning课程地址为:https://www.coursera.org/course/ml在Linear Regression部分出现了一些新的名词,这些名词在后续课程中会频繁出现:Cost FunctionLinear RegressionGradient...
分类:其他好文   时间:2014-04-29 20:11:10    阅读次数:616
Configurate root account
After having installed Ubuntu OS, you should update config file for root account. The commands are listed as follow:vi /etc/lightdm/lightdm.conf #open...
分类:其他好文   时间:2014-04-29 19:21:56    阅读次数:555
在Mac OS X中使用mtr诊断路由节点问题
这个工具是从阿里云客服那知道的,当时遇到阿里云CDN的一个节点出现丢包问题,用这个工具诊断路由节点问题。1. 下载地址:http://rudix.org/packages/mtr.html;2. 下载后运行mtr-0.85-0.pkg进行安装;3. cd /usr/local/sbin ,就会看m...
分类:其他好文   时间:2014-04-29 18:48:03    阅读次数:729
如何使用 pyinstaller 对py脚本进行打包?
需求1:打包成Linux上可执行程序a. 先下载pyinstaller程序,我当前下载的是PyInstaller-2.1的版本进行如下操作:pythoner@pythoner-virtual-machine:~/PyInstaller-2.1$ sudo python2.7 setup.py ins...
分类:其他好文   时间:2014-04-29 15:48:16    阅读次数:501
Instrument 实用详解
苹果:Instruments User GuideiPhone Memory Debugging with NSZombie and Instruments苹果:Mac OS X Debugging Magic——高级瓶盖调试技巧必备
分类:其他好文   时间:2014-04-29 14:03:37    阅读次数:451
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!