-
-
scikit-learn Public
Forked from scikit-learn/scikit-learnscikit-learn: machine learning in Python
Python BSD 3-Clause "New" or "Revised" License UpdatedJul 4, 2023 -
-
chemicalx Public
Forked from AstraZeneca/chemicalxA PyTorch and TorchDrug based deep learning library for drug pair scoring.
Python Apache License 2.0 UpdatedMar 16, 2022 -
-
CVND_Exercises Public
Forked from udacity/CVND_ExercisesExercise notebooks for CVND.
Jupyter Notebook MIT License UpdatedAug 5, 2019 -
datascience_notebooks Public
Datacamp's Data Science Track: comprehensions, plots, pandas, hacker statistics
-
aind2-facial_keypoints Public
Combination of computer vision techniques and deep learning to build and end-to-end facial keypoint recognition system
Jupyter Notebook MIT License UpdatedDec 29, 2018 -
aind2-nlp-capstone Public
Udacity's Artificial Intelligence Nanodegree - NLP Capstone
Jupyter Notebook MIT License UpdatedAug 9, 2018 -
your_first_neural_network Public
Forked from pyladies-bcn/your_first_neural_networkSimple classification exercise in Keras
Jupyter Notebook UpdatedJul 10, 2018 -
nvmoyar.github.io Public
Personal site for deep learning and AI projects of Udacity's DLND and AIND
CSS MIT License UpdatedMay 18, 2018 -
natural-language-processing Public
Udacity's projects and personal notes and reflections about the Natural Language Processing Concentration
Jupyter Notebook MIT License UpdatedMay 10, 2018 -
dlnd-text-generation Public
Use of RNNs to build a TV script using 'Simpsons by the data' dataset from Kaggle
Jupyter Notebook UpdatedApr 26, 2018 -
autoencoders Public
A simple and a convolutional autoencoder to compress the MNIST dataset
-
Neural network for machine translation using sequence to sequence model on a dataset of English and French sentences
-
aind1-planning-search Public
Problem definition in classical PDDL (Planning Domain Definition Language) for the air cargo domain discussed in AIMA Book
Python UpdatedApr 26, 2018 -
aind1-sudoku Public
Solving every Sudoku puzzle: Constraint Propagation and Search algorithms in action
-
aind2-speech-recognition Public
Some approaches based on deep learning to build the acoustic model for an end-to-end automatic speech recognition (ASR) pipeline.
-
-
phprestclient Public
Test files for a Webservice application for Metaquotes 4 using CURL
-
voice-user-interfaces--notes Public
Notebooks notes about Automatic Speech Recognition
-
dlnd-cnn-image-classifier Public
Convolution Neural Network for image recognition using CIFAR-10 Dataset
HTML UpdatedApr 24, 2018 -
Neuronal network for a Bike Sharing Rental
Jupyter Notebook UpdatedApr 22, 2018 -
aind2-time-series Public
Time series prediction using a Recurrent Neural Network regressor
Jupyter Notebook UpdatedApr 22, 2018 -
aind2-dog-breed-classifier Public
A CNN classifier using Keras and data augmentation, and comparison with pre-trained networks
Jupyter Notebook UpdatedApr 22, 2018 -
dlnd-gan-face-generation Public
Use of Generative Adversarial Networks (GAN's) to generate new images of faces.
HTML UpdatedApr 22, 2018 -
aind1-isolation-game Public
Adversarial search agent to play the game "Isolation": minimax search, minimax + alpha-beta pruning + iterative deepening
-
aind1-recognizer Public
A word recognizer for American Sign Language video sequences using hidden Markov models (HMM's)