Giter Site home page Giter Site logo

base_ml_algo's Introduction

base_ml_algo:

Developing version of the implementation of basic machine learning algorithms taught/discussed in class at the AIMS AMMI program (visit https://aimsammi.org/)

Short details

This repository contains assignmemts, tests, quizes, and projects, that we did/will be doing at the AIMS AMMI program. For the actual version, no much is done althought some a few works are already uploaded, notaby the implementation:

  • gradient descent method and its variants: Mini-Bacth GD and Stochastic GD.
  • logistic regression, implementaion from scratch. The details about the dataset used will be given later.
  • linear regression, likewise, details for the the datasets will be discussed later. Most of those codes are written in python and use several packages libraies such as numpy, pandas,pytorch, etc.

Changes from now to March 31, 2024

We aim at to:

  • improve the code just uploaded, broaden it and include more features that have not appeared so far.
  • improve also the readability of the codes.
  • add related (short courses/short summary) of each concepts and/or techniques that have been used so far.
  • have the same codes but written in R (or Julia).
  • add collaboration, where needed.

Datasets

For most of the present codes, we use the dataset provided by an appropriate library/package. For instance for the logistic implementation, the wide-known dataset iris from sklearn was used to test our codes.

base_ml_algo's People

Contributors

jnlandu avatar

Watchers

 avatar

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.