Pinned Repositories
CinCity
A simplified version of the game SimCity made in C with Allegro
code_problems
Code Problems from Coding Challenge Websites. The goal is to help them to improve their code skills and also studying for coding interviews.
Indoor-localization-
This project is part of my graduation work. The objective of this work is to analyze the difference in the accuracy of indoor localization techniques for different models of smartphones. For this the UJIIndoorLoc database was used.
jukes_cantor
Implementation of Jukes-Cantor distance
kaggle-House-Prices
Codes for the Kaggle competition: House Prices: Advanced Regression Techniques
knot-protocol-source
KNOT protocol library is a lightweight C library built to use minimal CPU and memory resources.
knot-thing-source
KNoT Thing library is a lightweight C/C++ library built to use minimal CPU and memory resources. It is intended to run on KNoT Nodes (Things) (see KNoT Architecture for better understanding). It provides the Radio and Protocol abstractions for the application. The application builder just need implement the read/write functions for its sensors/actuators, register a Data Item (sensor or actuator) on the library and call the run() method on its main loop routine.
larissalages.github.io
A website that I created about me
machine-learning-coursera-stanford
Exercises solved from the Coursera course Machine Learning (Stanford University)
TensorFLow_Workshop
Workshop para ensinar a construir APPs Android que usam TensorFlow. This repository has all the files needed to run an object recognition app using TensorFlow Mobile, it also has all the files needed to retrain a pre-ready tensorflow model with a custom database
larissalages's Repositories
larissalages/code_problems
Code Problems from Coding Challenge Websites. The goal is to help them to improve their code skills and also studying for coding interviews.
larissalages/CinCity
A simplified version of the game SimCity made in C with Allegro
larissalages/jukes_cantor
Implementation of Jukes-Cantor distance
larissalages/larissalages.github.io
A website that I created about me
larissalages/machine-learning-coursera-stanford
Exercises solved from the Coursera course Machine Learning (Stanford University)
larissalages/TensorFLow_Workshop
Workshop para ensinar a construir APPs Android que usam TensorFlow. This repository has all the files needed to run an object recognition app using TensorFlow Mobile, it also has all the files needed to retrain a pre-ready tensorflow model with a custom database
larissalages/advanced_cplusplus
Some functions to help C++ learners. There are also some problems of the book "Cracking the Code" in C++
larissalages/Indoor-localization-
This project is part of my graduation work. The objective of this work is to analyze the difference in the accuracy of indoor localization techniques for different models of smartphones. For this the UJIIndoorLoc database was used.
larissalages/kaggle-House-Prices
Codes for the Kaggle competition: House Prices: Advanced Regression Techniques
larissalages/Artspot
ArtSpot is an application that helps art and craft lovers connect. Through a simple and intuitive system, the application gives the craftsman a fast and practical way to advertise his pieces to the world, as the consumer has in his hands a tool to indicate to him crafts poles and workshops that are in agreement with your preferences and style.
larissalages/code-selection
Repository with two main files: One is a program that prints the numbers from 1 to 100. But for multiples of three print “Three” instead of the number and for the multiples of five print “Five”. For numbers which are multiples of both three and five print “ThreeFive”. Another is a library that supports validating and formatting post codes for UK.
larissalages/CtCI-6th-Edition-cpp
Cracking the Coding Interview 6th Ed. C++ Solutions
larissalages/diego-ssh
Access Diego containers with ssh
larissalages/Dinamic-Traffic-Lights
The project aims to recalculate, in real time, the time that each signal will be open according to the flow in each of the roads of an intersection. This calculation will be performed at the end of each traffic light cycle, thus dynamically changing the time that each traffic light will be open.
larissalages/GeneticCar
This project uses genetic algorithms to teach a multi-sensor virtual car to complete a lap on the track alone.
larissalages/hello-github-actions
larissalages/hydrosys
An online platform for remote monitoring of water distribution networks
larissalages/kaggle-bag-of-words-popcorn
The goal of this project is to classify the IMDB reviews in positive or negative review. It is a project for a kaggle competition for movie review sentiment analysis.
larissalages/kaggle-PLAsTiCC
larissalages/knot-hal-source
KNOT HAL is part of KNOT project. It aims to provide hardware abstraction layer for SPI and nRF24L01 radios. Allowing power constrained embedded devices to join a wireless network and exchange datagrams using nRF24L01 radios. The initial target platforms are Arduino (nodes), and Raspiberry PI GW. nRF24L01 is a highly integrated, ultra low power (ULP) 2Mbps RF transceiver IC for the 2.4GHz ISM band. On a second project phase, other radio access technologies such as Bluetooth Low Energy, and Wi-Fi are planned.
larissalages/knot-webapp
larissalages/knot_webserver
A web interface for communication with knot devices
larissalages/MonsterBattle
Prototype of the game: Monster Battle
larissalages/Neural_Network
This project aims to use an MLP neural network to solve the following problem: An English financial institution wants to decide which clients to send an offer of a new real estate loan product. The database consists of 40700 cases, where 40000 are clients who after 12 months have not accepted the real estate loan proposal and 700 are clients who after 12 months have accepted the proposal. A neural network will be used to know which of the 40700 customers wish to receive the offer and who do not wish to receive it.
larissalages/PythonAlgorithms
All Algorithms implemented in Python 3
larissalages/sequence_classification
Classification between different orders
larissalages/starcli
:sparkles: Browse trending GitHub projects from your command line
larissalages/style-transfer-android
larissalages/udemy-docker-mastery
Udemy Course to build, compose, deploy, and manage containers from local development to high-availability in the cloud
larissalages/Web-Developer-Bootcamp