Pinned Repositories
backpropagation_algorithm
backpropagation algorithm implementation using matlab
Bayessian-classification-Prediction-Risk
An example of Bayesian classification to determining the optimal decision boundary to do predictions.
Belousov-Zhabotinsky-reaction
Using a 2D cellular automata and parallel computing to simulate the Belousov Zhabotinsky reaction.
Birrapp
Programa para la asignatura "Sistemas Distribuidos" de estudio de las cervezas más comentadas.
Greedy-Algorithms
Repositorio sobre los algoritmos devoradores. Se presentará un esquema general, descripición, elementos que lo componen y ejemplos.
kmeans-clustering
A classifier using the kmeans algorithm.
Odds-and-Evens-Hand-game
An application coded in matlab of the game Odds and Evens using image and voice recognition.
parallel-mandelbrot-set
Parallel implementation with visualization (GUI) of mandelbrot set in Java.
SkyScannerApp
React Native app using SkyScanner Api, implemented with, Redux/Saga, AsyncStorage, Hooks, Native base, Axios, Google Auth and Expo
The-Travelling-Salesman-Problem
An application in c++ to solve the Travelling Salesman Problem using the Ant Colony System
Jeffresh's Repositories
Jeffresh/analysis-complexity-control-methods
Study and analysis of complexity control methods
Jeffresh/backpropagation_algorithm
backpropagation algorithm implementation using matlab
Jeffresh/BAM-neural-network
Octave implementation of BAM network, using it to encode/ decode numbers
Jeffresh/boolean-calculator-sintax-direct-translation
Design grammar and implement a top-down/ bottom-top translator that represent a boolean calculator using python.
Jeffresh/c-interpreter
C interpreter in python (SLY) using an upward translator that accepts inputs from the C language
Jeffresh/classify-space-rocks-by-using-python-and-artificial-intelligence-
Microsoft course with the same name to learn about space rocks and how to classify them
Jeffresh/Daily-Python
Repostiorio que contendrá ejercicios en python y sus resoluciones, con el objetivo de mejorar en este lenguaje
Jeffresh/Discover-role-python-space-exploration
Course by microsoft
Jeffresh/error-analysis-for-model-selection
Study of generalization error for model selection in relation to sample size and complexity
Jeffresh/feedforward-neural-network
Jeffresh/Gradient-descent-feature-scaling
A way to speed up gradient descent is having each feature in the same range.
Jeffresh/grammar-design-calculator
A grammar that simulates a calculator with arithmetic operations(+, -, *, /) and assignment operations(=).
Jeffresh/iris-dataset-preprocessing
Preprocessing iris dataset using matlab/octave
Jeffresh/medic-database-checking
Desing a system to check the incorrect entries of a database using Finite Automatas and Regular Expression
Jeffresh/numeric-matrix-processor
Jeffresh/perceptron-OR
Resolving classifying problems using perceptron
Jeffresh/perceptron-XOR
Classifier using the percetron to simulate the XOR gate
Jeffresh/preprocessing-bank-dataset
Preprocessing bank marketing dataset using python, numpy and pandas
Jeffresh/radial-basis-function-network
Radial basis function network implementation in octave
Jeffresh/regex-engine
write an extendable regex engine that can handle basic regex syntax, including literals (a, b, c, etc.), wild-cards (.), and metacharacters (?, *, +, ^, $).
Jeffresh/rock-paper-scissors
In this project you will code a Rock-Paper-Scissors-Lizard-Spock game, a more advanced version of Rock-Paper-Scissors, which can be played against the computer.
Jeffresh/simple-bank-system
Everything goes digital these days, and so does money. Today, most people have credit cards, which save us time, energy and nerves. From not having to carry a wallet full of cash to consumer protection, cards make our lives easier in many ways. In this project, you will develop a simple banking system with database.
Jeffresh/sintax-directed-translation-examples
Design translation scheme and implement using SLY of Binary numbers and typing parameters grammar.
Jeffresh/SOM-neural-network
Jeffresh/stat451-machine-learning-fs20
STAT 451: Intro to Machine Learning @ UW-Madison (Fall 2020)
Jeffresh/syntax-analysis
Jeffresh/tic-tac-toe
tic tac toe game in python
Jeffresh/tic-tac-toe-with-AI
Tic tac toe game using AI for cpu player
Jeffresh/top-down-sintax-directed-examples
Design of translation scheme examples and implementation using SLY
Jeffresh/wine-data-preprocessing
preprocessing wine data set using matlab/octave