Giter Site home page Giter Site logo

wunan1210 / artificial_intelligence Goto Github PK

View Code? Open in Web Editor NEW

This project forked from spite-triangle/artificial_intelligence

0.0 0.0 0.0 227.56 MB

机器学习相关笔记

Home Page: https://spite-triangle.github.io/artificial_intelligence/

JavaScript 3.07% Python 91.48% CSS 2.29% Makefile 0.79% HTML 2.37%

artificial_intelligence's Introduction

<style> #btn{ background-color: #FF1D1D; margin-left: 20px; margin-right: 20px; -moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px; -khtml-border-radius: 12px; vertical-align: middle; border: none; width: 35px; height: 35px; padding:1px; } .btn_bili{ background: url("image/button/bilibili.png"); background-repeat: no-repeat; background-position: center center; background-size: 70% 70%; } .btn_github{ background: url("image/button/github.png"); background-repeat: no-repeat; background-position: center center; background-size: 70% 70%; } .btn_book{ background: url("image/button/gitbook.png"); background-repeat: no-repeat; background-position: center center; background-size: 80% 80%; } /* 鼠标悬停动画 */ #btn:hover{ width: 50px; height: 50px; background-color: #ff8080; transition-delay: 20ms; transition-duration: 100ms; transition-timing-function: ease-in-out; } .container{ background-color:#9F5C47; padding:20px; text-align:center; border-radius: 10px; margin-bottom: 5px; width:100%; height:80px; /* 显示为盒子,为了居中 */ display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-pack: center; -webkit-box-align: center; display: -moz-box; -moz-box-orient: horizontal; -moz-box-pack: center; -moz-box-align: center; display: -o-box; -o-box-orient: horizontal; -o-box-pack: center; -o-box-align: center; display: -ms-box; -ms-box-orient: horizontal; -ms-box-pack: center; -ms-box-align: center; display: box; box-orient: horizontal; box-pack: center; box-align: center; } #btn_link{ /* 取消下划线 */ text-decoration: none; } </style>

artificial_intelligence's People

Contributors

spite-triangle 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.