Coder Social home page Coder Social logo

nervoso.jl's Introduction

Hi there ๐Ÿ‘‹

My name is Paulo and I'm a Machine Learning Engineer working at Nubank!

  • ๐Ÿ”ญ Iโ€™m currently building tools to make LLMs more accessible and easy to use.
  • ๐ŸŒฑ Iโ€™m currently learning:
    • ๐Ÿค– Creating AI agents using LangChain
    • ๐ŸŽจ Low-level graphics programming with C
    • ๐Ÿ•น๏ธ Game development with Unity and Godot
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on Open Source projects ranging from MLOps to Graphics programming
  • ๐Ÿ˜ฑ I'm fascinated by retro games programing, and I love building demo projects aimed at old consoles and computers
  • ๐Ÿ˜„ Pronouns: he/him

nervoso.jl's People

Contributors

lssimoes avatar paulomorganti avatar prcastro avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

nervoso.jl's Issues

Code Coverage

We must get both Coveralls and Codecov working. By working, I mean a badge on README with the correct % of code coverage.

Worked examples

We should add worked examples on the documentation

  • XOR
  • Digits

Usage with MLBase

While I don't want to make MLBase a dependency, I belive we should document how to use this library alongside MLBase and also delegate performance evalutation functionality to MLBase.

This would not only make this lib more useful, but also reduce the amount of code to maintain.

Tests

Write a suit of tests, probably using FactCheck

  • Write tests
  • Coveralls

Reference documentation

We need to write a reference, documenting each function/type/etc exported by the library. However, it should be automated, extracting the metadata from each function and putting into a markdown file. This way, we don't need to update the documentation by hand each time we write a new function.

Documentation

Not only insert a nice/helpful docstring on each function/type, but also document the interface expected by the package (how to create new error/activation functions, etc) and conceptually how it works (like a PDF deriving the algorithm).

  • Docstrings
  • README
  • Interface documentation
  • Conceptual PDF

Regularization

We should make regularization available.

Would it be feasible to make it extendable? The user could define a function of the weights to be minimized alongside with the error, and we use this function (its derivative) to update the weights? Or should we hardcode some of them (L1, L2 and Dropout, for instance) into Nervoso?

Useful link:
http://neuralnetworksanddeeplearning.com/chap3.html#regularization

Automatic differentiation

This is what Theano do when used in Deep Learning with Python. We can do it by using packages from JuliaDiff to compute the derivatives instead of using a derivative dictionary. While this could cause some slowdown on differentiation (and at import, because we would depend on a package), this wouldn't be much, and would make much easier to extend the library with new cost/activation functions.

Precompilation

Should we add the line

VERSION >= v"0.4.0-dev+6521" && __precompile__(true)

to the beginning of the module file (NeuralNetsLite.jl file) so that the Module is precompiled?
What can we benefit on doing this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.