All Projects → autodeepnet → autodeepnet

autodeepnet / autodeepnet

Licence: MIT license
Automated deep learning!

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to autodeepnet

Auto ml
[UNMAINTAINED] Automated machine learning for analytics & production
Stars: ✭ 1,559 (+6395.83%)
Mutual labels:  deeplearning, automated-machine-learning
Autodl
Automated Deep Learning without ANY human intervention. 1'st Solution for AutoDL [email protected]
Stars: ✭ 854 (+3458.33%)
Mutual labels:  deeplearning, automated-machine-learning
rembg-greenscreen
Rembg Video Virtual Green Screen Edition
Stars: ✭ 210 (+775%)
Mutual labels:  deeplearning
datascience-mashup
In this repo I will try to gather all of the projects related to data science with clean datasets and high accuracy models to solve real world problems.
Stars: ✭ 36 (+50%)
Mutual labels:  deeplearning
KerasR
DeepLearning using Keras with R
Stars: ✭ 26 (+8.33%)
Mutual labels:  deeplearning
fastapi-template
Completely Scalable FastAPI based template for Machine Learning, Deep Learning and any other software project which wants to use Fast API as an API framework.
Stars: ✭ 156 (+550%)
Mutual labels:  deeplearning
tutorials
Introduction to Deep Learning: Chainer Tutorials
Stars: ✭ 68 (+183.33%)
Mutual labels:  deeplearning
TFDeepSurv
COX Proportional risk model and survival analysis implemented by tensorflow.
Stars: ✭ 75 (+212.5%)
Mutual labels:  deeplearning
godpaper
🐵 An AI chess-board-game framework(by many programming languages) implementations.
Stars: ✭ 40 (+66.67%)
Mutual labels:  deeplearning
stock-prediction-with-DL
深度学习与股票分析预测
Stars: ✭ 13 (-45.83%)
Mutual labels:  deeplearning
kuzushiji-recognition
Kuzushiji Recognition Kaggle 2019. Build a DL model to transcribe ancient Kuzushiji into contemporary Japanese characters. Opening the door to a thousand years of Japanese culture.
Stars: ✭ 16 (-33.33%)
Mutual labels:  deeplearning
query completion
Personalized Query Completion
Stars: ✭ 24 (+0%)
Mutual labels:  deeplearning
Articles-Bookmarked
No description or website provided.
Stars: ✭ 30 (+25%)
Mutual labels:  deeplearning
gryds
A Python package for geometric transformations of images for data augmentation in deep learning
Stars: ✭ 55 (+129.17%)
Mutual labels:  deeplearning
Cross-Domain-Image-Translation-Using-CycleGAN
CycleGAN based neural network architecture to change the gender of a person’s face
Stars: ✭ 15 (-37.5%)
Mutual labels:  deeplearning
blockchain-predictor
Deep leraning cryptocurrency prediction with blockchain-based dataset
Stars: ✭ 34 (+41.67%)
Mutual labels:  deeplearning
lightweight-temporal-attention-pytorch
A PyTorch implementation of the Light Temporal Attention Encoder (L-TAE) for satellite image time series. classification
Stars: ✭ 43 (+79.17%)
Mutual labels:  deeplearning
FastPose
pytorch realtime multi person keypoint estimation
Stars: ✭ 36 (+50%)
Mutual labels:  deeplearning
multi-task-defocus-deblurring-dual-pixel-nimat
Reference github repository for the paper "Improving Single-Image Defocus Deblurring: How Dual-Pixel Images Help Through Multi-Task Learning". We propose a single-image deblurring network that incorporates the two sub-aperture views into a multitask framework. Specifically, we show that jointly learning to predict the two DP views from a single …
Stars: ✭ 29 (+20.83%)
Mutual labels:  deeplearning
type4py
Type4Py: Deep Similarity Learning-Based Type Inference for Python
Stars: ✭ 41 (+70.83%)
Mutual labels:  deeplearning

auto_deepnet

Automated Deep Learning with Neural Networks

Project Goals

Automate deep learning for common tasks! Much as auto_ml automates machine learning at production quality, this package automates deep learning for production, using a set of best practices that propogate through the latest advances from leading AI labs.

Why?

There are a bunch of different reasons why, depending on who you are

AI Expert

  • Automate the boring and repetitive parts of the deep learning process
  • Lets you finish the less exciting projects more rapidly, while freeing up time for the complex projects that require more custom work
  • Faster iteration speed
  • Reduces the amount of code that has to go through code review with each new model you've shipped
  • Many minor best practices baked in- the kinds of things that aren't too difficult to do, but are just annoying to do for each and every new project
  • Still get to customize and control most of the important components under the hood by passing in your own config values

Engineer

  • Approach deep learning like any other open source engineering project- read the docs, interact with the API we've laid out, and don't worry about what's going on under the hood unles you really want to
  • Code is tested and optimized to run at production speeds- significantly reduces the space for bugs
  • A reasonable set of default values is already provided for everything- you only have to tweak settings if you want to
  • Have more business impact more rapidly
  • See if deep learning is useful for your project or not without investing too much time

Newbie

  • You only need a few lines of Python code to get production-ready deep learning up and running
  • See what all the buzzwords are about, and see if it's actually impactful for your area or not (hint- anything that's overhyped is unlikely to live up to all the expectations people are putting on it)
  • We handle most of the confusing parts- all you gotta do is give us the dataset

Project Status- Work in Progress

This project is under active development by a team of engineers. It's designed to be modular, so if you want to jump in and contribute, we'd love to have you!

Main Workstreams

  • Independent data processing pipelines for different data types (images, audio, time series forecasting, tabular data, etc.)
  • Independent hyperparameter definition and model creation scripts for each realm
  • One central model training babysitter- give it a compiled deep learning model, and it handles the babysitting while the model trains
  • One central hyperparameter optimization package- Given that we're only optimizing deep learning, we can do things that don't generalize to other machine learning models, like increase the dropout rate when we encounter overfitting

Again, if you want to contribute, open an issue and get in touch!

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