AI星球岛 发表于 2026-7-7 18:35:21

ML For Beginners

<div class="ce-block" data-id="S_Ll2ZnzKC" >
        <div class="ce-block__content" style="">
                <h3 class="ce-header ce-header--left">关于产品</h3>
        </div>
</div><div class="ce-block ce-block--focused" data-id="Qpi_-FCAEk" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">这可能是通往机器学习世界最友好的路径之一。ML For Beginners 是由微软官方出品、在GitHub上收获超7万星标的免费开源教程。课程专为初学者设计,用一套为期12周、共26节的系统性课程,专注于讲解经典的机器学习知识。这里不谈高深的深度学习,而是使用Scikit-learn等主流工具,通过一个个真实有趣的项目,带学习者稳扎稳打地迈入AI的大门。</div>
        </div>
</div><div class="ce-block" data-id="nIW2D12zl_" >
        <div class="ce-block__content" style="">
                <h3 class="ce-header ce-header--left">适合谁?</h3>
        </div>
</div><div class="ce-block ce-block--focused" data-id="ipsOwy9pUH" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">AI零基础小白:对机器学习充满好奇,但不知从何下手的纯新手。</div>
        </div>
</div><div class="ce-block ce-block--focused" data-id="kWtwmaxBD2" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">在校学生:计算机或相关专业的学生,希望通过一个体系化的免费课程来补充课堂知识,打下坚实理论与实践基础。</div>
        </div>
</div><div class="ce-block ce-block--focused" data-id="yE5zt1s7nD" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">职场转型者:希望从其他行业转入数据科学或AI领域的职场人士,需要一个低门槛、高质量的入门途径。</div>
        </div>
</div><div class="ce-block ce-block--focused" data-id="xaAPHlGzF8" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">程序员与开发者:希望拓宽技能树,了解并掌握机器学习技术,为自己的开发工作赋能的技术人员。</div>
        </div>
</div><div class="ce-block" data-id="HoxVhjPo3J" >
        <div class="ce-block__content" style="">
                <h3 class="ce-header ce-header--left">产品特色</h3>
        </div>
</div><div class="ce-block ce-block--focused" data-id="_l7TNmTsP9" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">微软官方出品,品质保证:作为科技巨头微软倾力打造的公益性项目,课程的权威性、准确性和系统性都堪称典范。</div>
        </div>
</div><div class="ce-block ce-block--focused" data-id="B6bxwqcqPy" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">完全免费与开源:课程所有内容在GitHub上基于MIT许可证开放,任何人都可以免费学习、使用甚至参与贡献,没有任何隐藏费用。</div>
        </div>
</div><div class="ce-block ce-block--focused" data-id="tvNhD1DnFH" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">专注经典,打牢基础:有意避开复杂的深度学习,专注于最常用、最基础的“经典”机器学习算法,帮助学习者构建最扎实的基本功。</div>
        </div>
</div><div class="ce-block ce-block--focused" data-id="q1Bi2bmmhZ" >
        <div class="ce-block__content">
                <div class="ce-paragraph cdx-block ce-paragraph--left">理论与实践的完美结合:课程不仅有清晰的理论讲解,更强调动手实践,确保学习者不是纸上谈兵,而是真正掌握能解决问题的技能。</div>
        </div>
</div><style type="text/css">
.ce-block {
        margin-top: 20px;
    margin-bottom: 20px;
}
.ce-block__content,.ce-toolbar__content {
        /* max-width:calc(100% - 50px) */
        margin-left: auto;
    margin-right: auto;
}
/**
* Plugin styles
*/
.ce-header {
position: relative;
padding: 1px 0px 1px 15px;
margin: 0;
line-height: 1.25em;
outline: none;
margin-bottom: 10px;
}

.ce-header p,
.ce-header div {
padding: 0 !important;
margin: 0 !important;
}
.ce-header::before {
        content: "";
        background-color: #3e8fe3;
        width: 6px;
        height: 100%;
        position: absolute;
        left: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
}
/**
* Styles for Plugin icon in Toolbar
*/
.ce-header__icon {
}

.ce-header::before {
position: absolute;
content: attr(data-placeholder);
color: #707684;
font-weight: normal;
display: none;
cursor: text;
}

.ce-header:empty::before {
display: block;
}

.ce-header:empty:focus::before {
display: none;
}
/* FontSize */
h1.ce-header {
    font-size: 2.0em;
}
h2.ce-header {
    font-size: 1.7em;
}
h3.ce-header {
    font-size: 1.4em;
}
h4.ce-header {
    font-size: 1.15em;
}
h5.ce-header {
    font-size: 0.95em;
}
h6.ce-header {
    font-size: 0.8em;
}
/* Alignment*/
.ce-header--right {
text-align: right;
}
.ce-header--center {
text-align: center;
}
.ce-header--left {
text-align: left;
}
.ce-header--justify {
text-align: justify;
}
</style><style type="text/css">
.ce-block {
    margin-bottom: 20px;
}
.ce-block__content,.ce-toolbar__content {
        /* max-width:calc(100% - 50px) */
        margin-left: auto;
    margin-right: auto;
}
.ce-paragraph {
    line-height: 1.6em;
    outline: none;
    text-indent: 2em;
    font-size: 16px;
}
.ce-paragraph--right {
    text-align: right;
}
.ce-paragraph--center {
    text-align: center;
}
.ce-paragraph--left {
    text-align: left;
}

.ce-paragraph--justify {
    text-align: justify;
}

.ce-paragraph-text-indent {
    text-align: justify;
}
.ce-paragraph:empty::before{
content: attr(data-placeholder);
color: #707684;
font-weight: normal;
opacity: 0;
}

/** Show placeholder at the first paragraph if Editor is empty */
.codex-editor--empty .ce-block:first-child .ce-paragraph:empty::before {
opacity: 1;
}

.codex-editor--toolbox-opened .ce-block:first-child .ce-paragraph:empty::before,
.codex-editor--empty .ce-block:first-child .ce-paragraph:empty:focus::before {
opacity: 0;
}

.ce-paragraph p:first-of-type{
    margin-top: 0;
}

.ce-paragraph p:last-of-type{
    margin-bottom: 0;
}


.svg-icon {
    width: 1em;
    height: 1em;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
    fill: #4691f6;
}

.svg-icon circle {
    stroke: #4691f6;
    stroke-width: 1;
}
</style><style type="text/css">
.inline-code {
background: rgba(250, 239, 240, 0.78);
color: #b44437;
padding: 3px 4px;
border-radius: 5px;
margin: 0 1px;
font-family: inherit;
font-size: 0.86em;
font-weight: 500;
letter-spacing: 0.3px;
}
</style>
页: [1]
查看完整版本: ML For Beginners