GithubHelp home page GithubHelp logo

machinelearning's Introduction

MachineLearning

机器学习machine learning 有什么问题大家可以在这里讨论。 记不住这个链接的同学可以如下方式找到本工程。
1.打开下面的链接: http://www.pano-tech.com/
2.点击社会活动
3.点击任意讲座图片

第一讲视频链接:https://www.youtube.com/watch?v=1qjufJ6z2tU 第三讲第四讲有演示代码

演示代码的环境搭建手顺如下:(第三讲testenvironment.txt文件内容) 实验代码与实验数据来自于下面的项目

https://github.com/mnielsen/neural-networks-and-deep-learning

【实验环境】 从零开始搭建环境的话推荐使用anaconda(对应python2.7版本) 支持在windows平台运行 https://www.continuum.io/downloads 因为示例代码的运行要用到多个机器学习相关库: numpy scikit-learn scipy Theano ※第三讲内容只用到numpy,之后的内容要用到其他库

【实验步骤】 进入示例代码解压缩后的目录 1.cd src 2.python 3.在python控制台程序中执行下述命令(每行一个命令):

  import mnist_loader
  training_data, validation_data, test_data = mnist_loader.load_data_wrapper()
  import network
  net = network.Network([784, 30, 10])
  net.SGD(training_data, 30, 10, 3.0, test_data=test_data)

machinelearning's People

Contributors

briamtmali avatar briantmali avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.