All Projects → MachineLP → Codefun

MachineLP / Codefun

DataStructure(SwordOffer、LeetCode)、Deep Learning(Tensorflow、Keras、Pytorch)、Machine Learning(sklearn、spark)、AutoML、AutoDL、ModelDeploying、SQL

Projects that are alternatives of or similar to Codefun

Automl
Google Brain AutoML
Stars: ✭ 4,795 (+1403.13%)
Mutual labels:  jupyter-notebook, automl
H1st
The AI Application Platform We All Need. Human AND Machine Intelligence. Based on experience building AI solutions at Panasonic: robotics predictive maintenance, cold-chain energy optimization, Gigafactory battery mfg, avionics, automotive cybersecurity, and more.
Stars: ✭ 697 (+118.5%)
Mutual labels:  jupyter-notebook, automl
Pba
Efficient Learning of Augmentation Policy Schedules
Stars: ✭ 461 (+44.51%)
Mutual labels:  jupyter-notebook, automl
H2o 3
H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM) & XGBoost, Random Forest, Generalized Linear Modeling (GLM with Elastic Net), K-Means, PCA, Generalized Additive Models (GAM), RuleFit, Support Vector Machine (SVM), Stacked Ensembles, Automatic Machine Learning (AutoML), etc.
Stars: ✭ 5,656 (+1673.04%)
Mutual labels:  jupyter-notebook, automl
Forecasting
Time Series Forecasting Best Practices & Examples
Stars: ✭ 2,123 (+565.52%)
Mutual labels:  jupyter-notebook, automl
Medmnist
[ISBI'21] MedMNIST Classification Decathlon: A Lightweight AutoML Benchmark for Medical Image Analysis
Stars: ✭ 338 (+5.96%)
Mutual labels:  jupyter-notebook, automl
Tensorflow 101
TensorFlow 101: Introduction to Deep Learning for Python Within TensorFlow
Stars: ✭ 642 (+101.25%)
Mutual labels:  jupyter-notebook, automl
Adanet
Fast and flexible AutoML with learning guarantees.
Stars: ✭ 3,340 (+947.02%)
Mutual labels:  jupyter-notebook, automl
Mlmodels
mlmodels : Machine Learning and Deep Learning Model ZOO for Pytorch, Tensorflow, Keras, Gluon models...
Stars: ✭ 145 (-54.55%)
Mutual labels:  jupyter-notebook, automl
Advisor
Open-source implementation of Google Vizier for hyper parameters tuning
Stars: ✭ 1,359 (+326.02%)
Mutual labels:  jupyter-notebook, automl
Keras Idiomatic Programmer
Books, Presentations, Workshops, Notebook Labs, and Model Zoo for Software Engineers and Data Scientists wanting to learn the TF.Keras Machine Learning framework
Stars: ✭ 720 (+125.71%)
Mutual labels:  jupyter-notebook, automl
Auto ts
Automatically build ARIMA, SARIMAX, VAR, FB Prophet and XGBoost Models on Time Series data sets with a Single Line of Code. Now updated with Dask to handle millions of rows.
Stars: ✭ 195 (-38.87%)
Mutual labels:  jupyter-notebook, automl
Autofeat
Linear Prediction Model with Automated Feature Engineering and Selection Capabilities
Stars: ✭ 178 (-44.2%)
Mutual labels:  jupyter-notebook, automl
Flaml
A fast and lightweight AutoML library.
Stars: ✭ 205 (-35.74%)
Mutual labels:  jupyter-notebook, automl
Carefree Learn
A minimal Automatic Machine Learning (AutoML) solution for tabular datasets based on PyTorch
Stars: ✭ 316 (-0.94%)
Mutual labels:  automl
Financial Models Numerical Methods
Collection of notebooks about quantitative finance, with interactive python code.
Stars: ✭ 3,534 (+1007.84%)
Mutual labels:  jupyter-notebook
Clrs
Some exercises and problems in Introduction to Algorithms 3rd edition.
Stars: ✭ 313 (-1.88%)
Mutual labels:  jupyter-notebook
Machine Learning Python
機器學習: Python
Stars: ✭ 316 (-0.94%)
Mutual labels:  jupyter-notebook
Python Scraping
Code samples from the book Web Scraping with Python http://shop.oreilly.com/product/0636920034391.do
Stars: ✭ 3,557 (+1015.05%)
Mutual labels:  jupyter-notebook
Android Orm Benchmark
Performance comparison of Android ORM Frameworks
Stars: ✭ 318 (-0.31%)
Mutual labels:  jupyter-notebook

MachineLP:

其实事物发展有自己的潮流和规律,当你身处潮流之中的时候,要紧紧抓住潮流的机会,想办法脱颖而出,即使没有成功,也会更加洞悉时代的脉搏,收获珍贵的知识和经验。而如果潮流已经退去,这个时候再去往这个方向上努力,只会收获迷茫与压抑,对时代、对自己都没有什么帮助。

但是时代的浪潮犹如海滩上的浪花,总是一浪接着一浪,只要你站在海边,身处这个行业之中,下一个浪潮很快又会到来。你需要敏感而又深刻地去观察,略去那些浮躁的泡沫,抓住真正潮流的机会,奋力一搏,不管成败,都不会遗憾。

切记:求精不求多,有舍才有得;不做旁观者,不拒绝身边的任何小事。

欢迎加微信:lp9628。  因为相信所以遇见,有时候你我相遇不一定是巧合。

该部分包含基础的语法和代码,可以快读上手,并且可根据自己的需求自行查看需要了解的基础知识。

随着自己的知识边界越来越...,越会发现数据结构和算法的重要性,很多框架底层都是使用像数组、链表等数据结构,后续的各种数据结构和算法也是由此构建而来。(通过查看很多框架源码也会发现这个问题)

作为近两年热点的深度学习当然也是重点的内容之一,本部分会从tensorflow、keras、pytorch框架的使用进行介绍,主要涉及推荐、计算机视觉、自然语言处理、GAN、RL几个方面。

作为长久不衰的机器学习,由于其可解释性强、硬件要求不算高、高效的特点,在各行各业依然起的非常重要的作用。

AutoML/DL作为近期的热点,各厂都有呈现自己的paper、框架,都在想从这个热潮中脱颖而出。该部分直接影响到算法工程师今后的工作方向,值得关注。

模型服务模块可以说是必不可少的一个环节,当训练好的模块要使用的时候,可以通过服务端、sdk等方式,本部分会介绍通过服务的方式让模块跑起来。

作为和数据打交道的工程师,sql是必备技能之一,直接影响到你取数的成败、效率、资源占用,要做好也是要下一份苦功夫。

参考:

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].