All Projects → vinzeebreak → Fasttext Tuning

vinzeebreak / Fasttext Tuning

📈 Find your fasttext hyperparameters quickly and easily.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Fasttext Tuning

Pagmo2
A C++ platform to perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model.
Stars: ✭ 540 (+4053.85%)
Mutual labels:  genetic-algorithm
Tensorflow cookbook
Code for Tensorflow Machine Learning Cookbook
Stars: ✭ 5,984 (+45930.77%)
Mutual labels:  genetic-algorithm
Devol
Genetic neural architecture search with Keras
Stars: ✭ 925 (+7015.38%)
Mutual labels:  genetic-algorithm
Pymoo
NSGA2, NSGA3, R-NSGA3, MOEAD, Genetic Algorithms (GA), Differential Evolution (DE), CMAES, PSO
Stars: ✭ 547 (+4107.69%)
Mutual labels:  genetic-algorithm
Gaft
A Genetic Algorithm Framework in Python
Stars: ✭ 651 (+4907.69%)
Mutual labels:  genetic-algorithm
Geneticsharp
GeneticSharp is a fast, extensible, multi-platform and multithreading C# Genetic Algorithm library that simplifies the development of applications using Genetic Algorithms (GAs).
Stars: ✭ 813 (+6153.85%)
Mutual labels:  genetic-algorithm
Hyperparameter Optimization Of Machine Learning Algorithms
Implementation of hyperparameter optimization/tuning methods for machine learning & deep learning models (easy&clear)
Stars: ✭ 516 (+3869.23%)
Mutual labels:  genetic-algorithm
Nqueens Genetic
Solving the nqueens problem using genetic algorithm
Stars: ✭ 10 (-23.08%)
Mutual labels:  genetic-algorithm
Invaderz
Space invaders, but the invaders evolve with genetic algorithm
Stars: ✭ 686 (+5176.92%)
Mutual labels:  genetic-algorithm
Gpdotnetv4
C# implementation of the various algorithms based on Genetic Algorithm, Genetic Programming and Artificial Neural Networks.
Stars: ✭ 19 (+46.15%)
Mutual labels:  genetic-algorithm
Smile
Statistical Machine Intelligence & Learning Engine
Stars: ✭ 5,412 (+41530.77%)
Mutual labels:  genetic-algorithm
Textclassification Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN, TextBiRNN, TextAttBiRNN, HAN, RCNN, RCNNVariant, etc.
Stars: ✭ 621 (+4676.92%)
Mutual labels:  fasttext
Alfa
Automated Line Fitting Algorithm
Stars: ✭ 6 (-53.85%)
Mutual labels:  genetic-algorithm
Solid
🎯 A comprehensive gradient-free optimization framework written in Python
Stars: ✭ 546 (+4100%)
Mutual labels:  genetic-algorithm
Bert language understanding
Pre-training of Deep Bidirectional Transformers for Language Understanding: pre-train TextCNN
Stars: ✭ 933 (+7076.92%)
Mutual labels:  fasttext
Mynlp
一个生产级、高性能、模块化、可扩展的中文NLP工具包。(中文分词、平均感知机、fastText、拼音、新词发现、分词纠错、BM25、人名识别、命名实体、自定义词典)
Stars: ✭ 519 (+3892.31%)
Mutual labels:  fasttext
Eaopt
🍀 Evolutionary optimization library for Go (genetic algorithm, partical swarm optimization, differential evolution)
Stars: ✭ 718 (+5423.08%)
Mutual labels:  genetic-algorithm
Droidsentinel
Analizador de tráfico para dispositivos Android potencialmente comprometidos como parte de una botnet orientado a detectar ataques DDoS.
Stars: ✭ 11 (-15.38%)
Mutual labels:  genetic-algorithm
Text classification
all kinds of text classification models and more with deep learning
Stars: ✭ 7,179 (+55123.08%)
Mutual labels:  fasttext
Construct
JavaScript Digital Organisms simulator
Stars: ✭ 17 (+30.77%)
Mutual labels:  genetic-algorithm

fasttext-tuning

How to find the best parameters to tune the model? Let's use genetic algorithms!

To install, just do :

$ pip install .

TODO:

  • [X] get_metrics is dependent on the labels names
  • [X] no time output
  • [ ] better print output
  • [X] save best model
  • [X] gestion of train/test files to be enhanced
  • [X] pip install
  • [ ] possibility to choose accuracy, recall, f1 score
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].