Coder Social home page Coder Social logo

deepclassificationbot's Introduction

Antreas Antoniou

I am a Machine Learning Research Associate at the University of Edinburgh, supervised by Prof. Amos Storkey. I am a member of the BayesWatch research group and the Adaptive and Neural Computation (ANC) research institute.

Leading my research interests is Multi-Modal Learning, specifically targeting the synergistic integration of text, images, audio, and video data. This is followed by the development of Self-Supervised Methods, inspired by mechanisms of infant learning and principles of evolutionary computation.

Additional key areas include Meta-Learning, Adversarial Learning, and Optimization Techniques Inspired by Evolutionary Optimization. These are applied across both differentiable and gradient-free optimization paradigms. Other relevant research dimensions include Inductive Biases, Scalability, Computational Efficiency, and Memory-Augmented Neural Networks.

For more information see my website: https://antreas.io/home/

deepclassificationbot's People

Contributors

antreasantoniou avatar ento avatar gitter-badger avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

deepclassificationbot's Issues

Serialize and save model when initializing workspace

Motivation

deploy.load_model takes an input shape argument, which is hardcoded in bot/webapp. This value is not something dependent on the code, but rather tied to the model that goes with the saved weights. Furthermore, the saved weights are tightly coupled with the model itself.

Coupled data should saved in proximity with each other, not updated/specified by human hands.

Proposed changes

When initializing a workspace, user can specify the model builder name and input/output shapes. Build a model and save it in the workspace.

All other code should load the model from the workspace, and get input/output shapes from the model.

Portable workspace directory

Motivation

Data files created by this framework are currently saved in multiple places, which are hardcoded:

./data
./downloaded_images
./pre_trained_weights

In particular, files needed for deployment are in ./data and ./pre_trained_weights.

This leaves these user stories unfulfilled:

  • When I deploy a model to a remote location, I want a simple way to specify all the files I need, so that it's easily automated and future-proof.
  • When I'm experimenting with multiple classification projects, I want to easily switch between projects, so that progress is saved and easy to pick up later.

Proposed changes

Provide a command that initializes a workspace directory with the expected directory structure.

workspace/
  downloaded_images/
  wip/
    data.hdf5
  dist/
    latest_model_weights.hdf5
    model_weights.hdf5
    categories.p

All of the entrypoint scripts should take a --workspace=dir argument and look for files within the workspace:

google_image_scraper.py
train.py
deploy.py
deepanimebot/bot.py
deepanimebot/webapp.py

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.