nalp

🗣️ NALP is a library that covers Natural Adversarial Language Processing.

APACHE-2.0 License

Downloads
124
Stars
23
Committers
2

Bot releases are hidden (Show)

nalp - v2.0.5 Latest Release

Published by gugarosa about 1 year ago

What's Changed

Full Changelog: https://github.com/gugarosa/nalp/compare/v2.0.4...v2.0.5

nalp - v2.0.4

Published by gugarosa over 2 years ago

Changelog

Description

In this release, we have added pre-commit hooks and annotated typing.

Includes (Changes)

  • nalp
nalp - 2.0.3

Published by gugarosa over 2 years ago

Changelog

Description

In this release, we have removed our implementation of the MultiHeadAttention layer and replaced for Tensorflow's one, as it yields a better convergence. Additionally, we have fixed the output of the latent space from TextDiscriminator, where it was being constrained to a 2-dimensional space.

Finally, we ditched support for Gensim v3.x, only supporting v4+.

Includes (Changes)

  • nalp

Full Changelog: https://github.com/gugarosa/nalp/compare/v2.0.2...v2.0.3

nalp - v2.0.2

Published by gugarosa over 3 years ago

Changelog

Description

In this release, we have optimized our engine and re-wrote some inner codes and classes. Additionally, we are glad to offer a SentenceCorpus class, which allows users in reading sentence-based samples instead of continuous text.

Secondly, we have added new text sampling methods, such as Greedy Search, Top-k sampling and Nucleus sampling. These methods have been rewritten for both generators and adversarial-based models.

Includes (Changes)

  • nalp
nalp - v2.0.1

Published by gugarosa over 3 years ago

Changelog

Description

This is a small release that holds the necessary code to execute a pre-designed GitHub workflow that publishes the builded package into PyPI whenever a new release is made.

Includes

  • .github/workflows
nalp - v2.0.0

Published by gugarosa about 4 years ago

Changelog

Description

In this release, we have major reworked the library. Please, take a while and look to our newly example scripts.

Includes

  • nalp
nalp - v1.1.0

Published by gugarosa about 5 years ago

Changelog

Description

Welcome to NALP's changelog. This release is a major rework, on every class and core aspects from the NALP package. Expect everything to be changed, but thinking of that, we provided new examples on how to work with the new classes and methods.

Includes

  • nalp
nalp - v1.0.1

Published by gugarosa over 5 years ago

Changelog

Description

Welcome to NALP's changelog. This is a huge update, where we basically went from Tensorflow v1 to v2. We are in the verge of allowing users to save and load their model, but it still might take a while. Sorry for any trouble that it may cause.

Includes

  • neurals.rnn
  • neurals.layers
  • utils.math
nalp - v1.0.0

Published by gugarosa over 5 years ago

Changelog

Description

This is the initial release of NALP. It includes all basic modules in order to work with it. One can create encodings, datasets and feed them to a Recurrent Neural Network. Please check examples folder or read the docs in order to know how to use this library.

Includes

  • core
  • datasets
  • encoders
  • neural
  • stream
  • utils
  • visualization
Package Rankings
Top 6.72% on Proxy.golang.org
Top 14.44% on Pypi.org
Badges
Extracted from project README
Latest release Open issues License
Related Projects