traingenerator
traingenerator copied to clipboard
š§ A web app to generate template code for machine learning
Issues in installing ### Summary ### Details ### Checklist - [ ] all tests are passing (see README.md on how to run tests) - [ ] if you created a...
### Summary As mentioned in #17, adding training run and experiment tracking capabilities using [Mlflow][1] for the following templates: - `templates/Image classification_PyTorch` - `templates/Image classification_scikit-learn` ### Details This PR implements...
### Summary This PR consists of a text classification template using scikit-learn as stated in #4. ### Details - Scikit-learn - NLTK for stemming and lemmatization - Example text files...
I tried a couple of times and every time your web socket failed to get a connection (browser: safari)
If you guys think there might be an interest in that I would like to offer my contribution for a text classifier in TensorFlow.
New Template: Semantic Segmentation; Generative Adversarial Networks; Image Caption; Style Transfer;
@jrieke Hi, everybody, I'm looking forward to contributing this project can I add 1. Semantic Segmentation 2. Generative Adversarial Networks 3. Image Caption 4. Style Transfer as I think this...
First of all thanks for the project, it's an interesting way to take a stab at reducing the amount of boilerplate needed even for fairly simple models. Secondly, it would...
Hi there! IĀ“m planning to make a text classification template using scikit-learn. Just let me know whether this task adapts to the goal of the project. Once I get the...
### Summary I just added the style transfer template ### Checklist - [ ] all tests are passing (see README.md on how to run tests) - [ ] if you...
### Summary This PR adds template for Image Classification in Tensorflow. ### Details * Keras API * Visualization in Tensorboard * Public dataset (MNIST, FashionMNIST, CIFAR10) * All pretrained Models...