Skip to content
#

kmm

Here are 432 public repositories matching this topic...

The Maximum Matching algorithm finds the largest possible set of edges in a graph with no common vertices. It has applications in computer science, mathematics, and operations research and can be solved efficiently with algorithms such as augmenting path and Hopcroft-Karp with a time complexity of O(E√V).

  • Updated Feb 9, 2023
  • Kotlin

Long Short-Term Memory (LSTM) is a type of Recurrent Neural Network (RNN) that is capable of remembering long-term dependencies in sequential data by using memory cells, gates, and a hidden state to control the flow of information. It is widely used in time series analysis, natural language processing, and other tasks.

  • Updated Feb 13, 2023
  • Kotlin

Recurrent Neural Networks (RNNs) are a type of neural network that process sequential data, such as speech, text, or time-series data. RNNs use feedback connections to maintain a state that can capture information from previous inputs, allowing them to make predictions based on a sequence of inputs.

  • Updated Feb 13, 2023
  • Kotlin

Projeto seguindo o Hands-on KMM: Network and Data Storage, que tem por objetivo demonstrar o uso de bibliotecas cross-platform (como SQLDelight, Ktor, Coroutines e Serialization) no desenvolvimento de um app KMM (Kotlin Multiplatform Mobile). Esse projeto serve de estudo, para viabilizar o desenvolvimento de um projeto real e maior no futuro.

  • Updated Dec 2, 2020
  • Kotlin

Improve this page

Add a description, image, and links to the kmm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kmm topic, visit your repo's landing page and select "manage topics."

Learn more