Git Product home page Git Product logo

Morten Blørstad's Projects

agtboost icon agtboost

Adaptive and automatic gradient boosting computations.

neuroevolution-of-neural-networks-from-scratch-in-r icon neuroevolution-of-neural-networks-from-scratch-in-r

Use neuroevolution to find an agent that can successfully classify animals. Create an population of neural networks and evaluates how well they perform. The best neural networks are selected for reproduction. Using crossover and mutation of parents' weights and biases, a new population of neural networks are created. This is repeated untill one find an individual that can successfully classify animals.

stabletrees icon stabletrees

Tree-based models are appealing for price modeling due to their high performance but they can be unstable. Due to competition between insurers, unstable models increase the risk that the overall premium is too small to cover the losses. The thesis propose various strategies for improving the stability of tree-based models.

sudoku-solver icon sudoku-solver

A sudoku solver algorithm using backtracking. The sudoku board is solved by assigning numbers to empty cells, one by one. Given the rules of sudoku, we check whether the number can be placed in the empty cell before assigned the number to the cell. If the number is valid we assign the number, and recursively check if this assignment leads to a solution or not. If it does not lead to a solution, we try the next number for the current empty cell. If none of the numbers from 1 to 9 leads to a solution, the is no solution to the board.

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.