Giter VIP home page Giter VIP logo

llango / ai-learn Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tangyudi/ai-learn

0.0 0.0 0.0 1.27 MB

人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域

ai-learn's Introduction

Banner

有关我的介绍如下:

from dataclasses import dataclass
from typing import Sequence


@dataclass(frozen=True)
class Portfolio:
    en_name: str = 'Rontom'
    cn_name: 'Congliang Luo'
    location: str = 'Hunan·Changsha'
    profile: str = 'NLPer, Python Developer, Frontend Development'
    experience: str = '10+ years'
    website: str = 'http://www.llango.com'
    hobbies: Sequence[str] = 'Bike', 'Read', 'open source', 'and so on'


@dataclass(frozen=True)
class Skills:
    languages: Sequence[str] = 'Python', 'JavaScript', 'Shell'
    operation_systems: Sequence[str] = 'linux', 'Mac', 'Window'
    web_frameworks: Sequence[str] = 'flask', 'django', 'vue.js', 'react.js', 'bootstrap', 'and so on' 
    code_quality: Sequence[str] = 'flake8', 'mypy', 'pylint', 'black', 'pydocstyle'
    devops: Sequence[str] = 'jenkins', 'travis', 'docker'
    version_control: Sequence[str] = 'git', 'svn'
    ongoing: Sequence[str] = 'developing own web framework'


@dataclass(frozen=True)
class Social:
    wechat: str = 'rontomai'
    github: str = 'https://www.github.com/llango'
    portfolio: str = 'http://hackerlang.me'
    email: str = '[email protected]' 

ai-learn's People

Contributors

tangyudi avatar

Watchers

 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.