All Projects → FontTian → Hyperopt Doc Zh

FontTian / Hyperopt Doc Zh

Github开源项目hyperopt系列的中文文档,以及学习教程等

Projects that are alternatives of or similar to Hyperopt Doc Zh

Data Science 45min Intros
Ipython notebook presentations for getting starting with basic programming, statistics and machine learning techniques
Stars: ✭ 1,513 (+1193.16%)
Mutual labels:  jupyter-notebook
Speechcmdrecognition
A neural attention model for speech command recognition
Stars: ✭ 116 (-0.85%)
Mutual labels:  jupyter-notebook
Hands On Recommendation Systems With Python
Hands-On Recommendation Systems with Python published by Packt
Stars: ✭ 117 (+0%)
Mutual labels:  jupyter-notebook
Underwater detection
2020年全国水下机器人(湛江)大赛
Stars: ✭ 116 (-0.85%)
Mutual labels:  jupyter-notebook
Objectdetection
Some experiments with object detection in PyTorch
Stars: ✭ 117 (+0%)
Mutual labels:  jupyter-notebook
Deep Learning
Course: Deep Learning
Stars: ✭ 117 (+0%)
Mutual labels:  jupyter-notebook
Deeplearningmodels
Stars: ✭ 116 (-0.85%)
Mutual labels:  jupyter-notebook
Docker For Data Science Tutorial
Materials for "Docker for Data Science" tutorial presented at PyCon 2018 in Cleveland, OH
Stars: ✭ 118 (+0.85%)
Mutual labels:  jupyter-notebook
Ruijin round1
瑞金医院MMC人工智能辅助构建知识图谱大赛初赛
Stars: ✭ 117 (+0%)
Mutual labels:  jupyter-notebook
Perfil Politico
A platform for profiling public figures in Brazilian politics
Stars: ✭ 117 (+0%)
Mutual labels:  jupyter-notebook
Theseus growth
Theseus is a Python library for cohort analysis
Stars: ✭ 117 (+0%)
Mutual labels:  jupyter-notebook
Blog
Source code for my personal blog
Stars: ✭ 117 (+0%)
Mutual labels:  jupyter-notebook
Notebooks
Curated Notebooks from STScI
Stars: ✭ 117 (+0%)
Mutual labels:  jupyter-notebook
Snns
Tutorials and implementations for "Self-normalizing networks"
Stars: ✭ 1,525 (+1203.42%)
Mutual labels:  jupyter-notebook
Dl cshse ami
Материалы курса "Глубинное обучение", ФКН ВШЭ, бакалаврская программа ПМИ
Stars: ✭ 117 (+0%)
Mutual labels:  jupyter-notebook
Python Ecology Lesson
Data Analysis and Visualization in Python for Ecologists
Stars: ✭ 116 (-0.85%)
Mutual labels:  jupyter-notebook
Hands On Data Analysis With Pandas
Materials for following along with Hands-On Data Analysis with Pandas.
Stars: ✭ 117 (+0%)
Mutual labels:  jupyter-notebook
Crypto portfolio analysis
A Jupyter notebook I use to analyze my crypto portfolio.
Stars: ✭ 117 (+0%)
Mutual labels:  jupyter-notebook
Dynamic neural manifold
Stars: ✭ 117 (+0%)
Mutual labels:  jupyter-notebook
Cvnd Image Captioning Project
Stars: ✭ 117 (+0%)
Mutual labels:  jupyter-notebook

简介

Github开源项目hyperopt系列的中文文档,以及学习教程等

目录结构如下:

  • master
    • hyperopt文档
      • doc/en 英文版文档
      • doc/cn 中文版文档
    • tutorials 教程目录
      • data 教程需要的数据
      • zh 中文教程
      • en 英文教程

你也可以在本人的CSDN博客——Hyperopt中文文档导读查看相应文档与其他内容

更新日志


12/19/2018 添加了Hyperopt入门指南


12/18/2018 更新了Hyperopt在Lightgbm上的使用,并添加了xgboost与lightgbm快速上手教程


12/15/2018 更新教程两章-Hyperopt在Xgboost上的使用,添加数据文件,修改目录结构


在2017年的圣诞节前,翻译了有关HyperOpt的中文文档,这也算是填补了一个空白,以此作为献给所有中国程序员,以及所有其他机器学习相关行业人员的圣诞礼物。圣诞快乐,各位。

本项目内容包括hyperopt系列开源项目的学习教程,代码的中文注释,wiki中文文档等内容. 2017年17月27日更新,相较于原hyperopt新增目录如下

  • 目录
    • hyperopt文档
      • doc_en 英文版文档
      • doc_cn 中文版文档
      • examples 例子

(下面是原Hyperopt的原文)

hyperopt: Distributed Asynchronous Hyper-parameter Optimization

Hyperopt is a Python library for serial and parallel optimization over awkward search spaces, which may include real-valued, discrete, and conditional dimensions.

Official project git repository: http://github.com/hyperopt/hyperopt

Documentation: http://hyperopt.github.io/hyperopt

Announcements mailing list: https://groups.google.com/forum/#!forum/hyperopt-announce

Discussion mailing list: https://groups.google.com/forum/#!forum/hyperopt-discuss

Thanks

This project has received support from

  • National Science Foundation (IIS-0963668),
  • Banting Postdoctoral Fellowship program,
  • National Science and Engineering Research Council of Canada (NSERC),
  • D-Wave Systems, Inc.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].