Skip to content

issues Search Results · repo:glouw/tinn language:C

Filter by

15 results
 (51 ms)

15 results

inglouw/tinn (press backspace or delete to remove)

The biases are never updated in the backprop algorithm as it currently stands. Biases can be included in the array of weights which would simplify things a bit (or keep treating separately but need to ...
  • dlidstrom
  • 4
  • Opened 
    on Jul 3, 2023
  • #30

Hi! Great library! But have questions like: t.h[i] = act(sum + t.b[0]); t.o[i] = act(sum + t.b[1]); Why only have one fixed bias for all the nets? Maybe there s some misunderstanding. Looking forward to ...
  • himcrh
  • 2
  • Opened 
    on Mar 4, 2022
  • #29

Hi, Great little library you have here! 👍 I wanted to use this in dotnet, but couldn t find any implementations, so I ported this myself under tinn-dotnet. What s in it: - All features from C ported ...
  • lawrence-laz
  • Opened 
    on Jan 17, 2021
  • #28

Dear All: This message is just a ad to my new project at https://github.com/wangyi-fudan/wymlp Sorry for the trouble since I have no idea to post it elsewhere. :-)
  • wangyi-fudan
  • 1
  • Opened 
    on Oct 23, 2019
  • #23

Hello, I am trying to train a network using keras and importing his weight and bias inside Tinn to be able to benefit from the keras environment. 1. I create a network using tinn and I train it 2. ...
  • kasey-
  • Opened 
    on May 4, 2019
  • #22

Hello, Is possible to create example how changing weights? For example I learn xor How changing randomly some neurons. How acess values etc. Example xor will be help
  • texrg
  • 1
  • Opened 
    on Mar 22, 2019
  • #21

Building on Ubuntu 18.04. The fix is simple and I ll put up a PR for it momentarily.
  • debatem1
  • Opened 
    on Feb 28, 2019
  • #19

Hi, I m trying to write a small program to train a network on the iris dataset. (https://archive.ics.uci.edu/ml/datasets/iris). When training, xttrain returns values that are printed as 1.#INF00. I don ...
  • derlozi
  • 3
  • Opened 
    on May 16, 2018
  • #17

I added a vcxproj file to build natively on Windows, as this might be nice for Windows developers (see https://github.com/swaldhoer/tinn/commit/e445817731c2079a64a7cfc0028f49eb224f3b80) If you are interest ...
  • swaldhoer
  • 1
  • Opened 
    on Apr 12, 2018
  • #14

Hi! Just a quick suggestion regarding performance when calling err https://github.com/glouw/tinn/blob/e92adf34e808b1c47cb2f1b42092ae806e5f4982/Tinn.c#L11 Instead of calling powf from the standard library, ...
  • Bl00drav3n
  • 12
  • Opened 
    on Apr 11, 2018
  • #10
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub