在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):MLReef/mlreef开源软件地址(OpenSource Url):https://github.com/MLReef/mlreef开源编程语言(OpenSource Language):Kotlin 46.6%开源软件介绍(OpenSource Introduction):The collaboration platform for Machine Learning MLReef is an open source ML-Ops platform that helps you collaborate, reproduce and share your Machine Learning work with thousands of other users. IMPORTANT: We are no longer supporting and updating this repository. We are still actively working on this project but on our main repo at GitLab. MLReefMLReef is a ML/DL development platform containing four main sections:
Sign up & start experimenting in minutes. To find out more about how MLReef can streamline your Machine Learning Development Lifecycle visit our homepage Data Management
Publishing CodeAdding only parameter annotations to your code... # example of parameter annotation for a image crop function
@data_processor(
name="Resnet50",
author="MLReef",
command="resnet50",
type="ALGORITHM",
description="CNN Model resnet50",
visibility="PUBLIC",
input_type="IMAGE",
output_type="MODEL"
)
@parameter(name='input-path', type='str', required=True, defaultValue='train', description="input path")
@parameter(name='output-path', type='str', required=True, defaultValue='output', description="output path")
@parameter(name='height', type='int', required=True, defaultValue=224, description="height of cropped images in px")
@parameter(name='width', type='int', required=True, defaultValue=224, description="width of cropped images in px")
def init_params():
pass ...and publishing your scripts gets you the following:
Experiment Manager
ML-Ops
MLReef ArchitectureThe MLReef ML components within the ML life cycle:
Why MLReef?MLReef is our solution to a problem we share with countless other researchers and developers in the machine learning/deep learning universe: Training production-grade deep learning models is a tangled process. MLReef tracks and controls the process by associating code version control, research projects, performance metrics, and model provenance. We designed MLReef on best data science practices combined with the knowleged gained from DevOps and a deep focus on collaboration.
Getting Started as a Developer
To start developing, continue with the developer guide Canonical sourceThe canonical source of MLReef where all development takes place is hosted on gitLab.com/mlreef/mlreef. LicenseMIT License (see the License for more information) Documentation, Community and SupportMore information in the official documentation and on Youtube. For examples and use cases, check these use cases or start the tutorial after registring: If you have any questions: post on our Slack channel, or tag your questions on stackoverflow with 'mlreef' tag. For feature requests or bug reports, please use GitLab issues. Additionally, you can always reach out to us via [email protected] ContributingMerge Requests are always welcomed |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论