M. Mert Yildiran

Results 39 issues of M. Mert Yildiran

Hey @cdwfs , thanks for this great library! I'm facing with a problem while trying to use these **learn.aiml** files with your library. **Mitsuku:** [http://www.square-bear.co.uk/aiml/learn.zip](http://www.square-bear.co.uk/aiml/learn.zip) **ALICE:** [http://alicebot.wikidot.com/learn-aiml](http://alicebot.wikidot.com/learn-aiml) It's trapping in...

`h2v_net = buildNetwork(2048, 5, 230400, hiddenclass=LSTMLayer, outputbias=False, recurrent=True)` Even with 2048 input neuron, 5 LSTM cell, 230400 output neuron, 5 epochs takes 10 seconds to complete. For 500 epochs training...

enhancement
invalid
question
wontfix

OpenCV noise reduction values in blur functions should be generated automatically from noise level of frames.

enhancement
invalid

If needed add KeyboardInterrupt Exception for infinite loops.

invalid
question

High quality microphone needed for better sound recordings.

enhancement
help wanted

3D Camera needed for calculation of distance between camera and subject.

enhancement
help wanted

Add a file named `PowerManagement.md` into `DragonHelmet/` directory. Include the voltage and current requirements of each single component as a table inside `PowerManagement.md` file. Like this: Component | Input Voltage...

Right now we detect the requested version in [here](https://github.com/chaos-lang/occultist/blob/2d0621825ee9add3e398a6ab7725961240d89521/occultist.sh#L140-L143). We should improve it by inheriting much of the [PEP 440](https://www.python.org/dev/peps/pep-0440/) We should support commands like: ```bash occultist install math ==0.1.0...

enhancement

Add a field to `occultist.json` to specify supported Chaos language versions like: ```json { "name": "math", "version": "1.1.0", "description": "Math library of Chaos language.", "tags": ["official", "math"], "type": "extension", "license":...

enhancement