GithubHelp home page GithubHelp logo

fortran_ai's Introduction

The repository contains a set of artificial intelligence/ machine learning algorithms in Fortran.

It is available under the BSD 3-Clause No Military License.


File Description
knn_8.f90 k-nearest neighbours regression algorithm
knn_evolutionary.f90 Evolutionary algorithm finding the optimal k value for the k-nearest neighbours method
linear_3.f90 3-neuron linear network employing the Adam gradient descent optimisation algorithm
linear_3_nadam.f90 3-neuron linear network employing the Nadam gradient descent optimisation algorithm
linear_8_att.f90 8-neuron linear network employing the Adam gradient descent optimisation algorithm and element-wise dot-product attention
linear_8_mh_att.f90 8-neuron linear network employing the Adam gradient descent optimisation algorithm and multi-head attention
sompr_5.f90 Second order multivariate polynomial regression employing the Adam gradient descent optimisation algorithm
gelu_att.f90 GELU activation function, Adam gradient descent optimisation algorithm, element-wise dot-product attention
mish_att.f90 Mish activation function, Adam gradient descent optimisation algorithm, element-wise dot-product attention
smish_att.f90 Smish activation function, Adam gradient descent optimisation algorithm, element-wise dot-product attention
gms_att.f90 GELU + Mish + Smish activation functions, Adam gradient descent optimisation algorithm, element-wise dot-product attention

fortran_ai's People

Contributors

piotrbajdek avatar

Watchers

 avatar

Forkers

ssoehdata

fortran_ai's Issues

Used name constants for neural network size

In your code gelu_att_8_8_8.f90 you hard code the network size 8 in many places. It would make the code more to flexible to define something like

integer, parameter :: net_size = 8

and use net_size instead of 8 in the code. The same suggestion applies to the other codes.

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.