Skip to content
#

tuning-parameters

Here are 52 public repositories matching this topic...

The distributed statistical machine translation infrastructure consisting of load balancing, text pre/post-processing and translation services. Written in C++ 11 and utilises multicore CPUs by employing multi-threading, allows for secure SSL/TLS communications.

  • Updated Nov 29, 2018
  • C++

Swarming behaviour is based on aggregation of simple drones exhibiting basic instinctive reactions to stimuli. However, to achieve overall balanced/interesting behaviour the relative importance of these instincts, as well their internal parameters, must be tuned. In this project, you will learn how to apply Genetic Programming as means of such tuning, and attempt to achieve a series of non-trivial swarm-level behaviours.

  • Updated Dec 2, 2019
  • Python
umayrh
umayrh commented Jan 27, 2019

Is your feature request related to a problem? Please describe.
Generally, it's desirable to keep package dependencies as lean as possible. We use humanfriendly to parse a strings like "50b", "100kb", and "250mb" and convert them to integer values. We should be able to remove this dependency by implementing the parse_size() function in util.py (see [here](https://github.com/umayrh/sparkt

In this repository, a regression analysis is conducted using different machine learning and deep learning models. The study is led in order to choose the most suitable model by looking at different characteristics (models tuning, features scaling, etc).

  • Updated Mar 7, 2019
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the tuning-parameters topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tuning-parameters topic, visit your repo's landing page and select "manage topics."

Learn more