InGeek CulturebyAli Fakhry·Sep 10, 2021Python Sentiment Analysis Tutorial: Randomly Generating “Positive” and “Negative” WordsAs machine learning continues to excel with its presence in the field of technology, one essential subtopic of machine learning is…A response icon1A response icon1
InCodeXbyAli Fakhry·Aug 12, 2021Cryptocurrency Development in Python Using Blockchain Lists (Part 1)As blockchain and cryptocurrency development has continued to excel in the past few years, more people are wanting to develop…
InTDS ArchivebyAli Fakhry·Feb 11, 2021Random Forests and One-Hot Encoding Introduction: Solving Kaggle’s Titanic Machine Learning DatasetKaggle’s Titanic Machine Learning Dataset––a classic open-source introduction to the realm of machine learning. While this may be a…A response icon1A response icon1
InTDS ArchivebyAli Fakhry·Dec 18, 2020Linear Regression on Housing.csv Data (Kaggle)A beginner’s guide to organizing and analyzing data in machine learning.
InThe StartupbyAli Fakhry·Nov 13, 2020Using Q-Learning for OpenAI’s CartPole-v1Background InformationA response icon2A response icon2
InTDS ArchivebyAli Fakhry·Nov 4, 2020The Applications and Benefits of a PreTrained Model –– Kaggle’s DogsVSCatsFor image recognition tasks, using pre-trained models are great. For one, they are easier to use as they give you the architecture for…
InTDS ArchivebyAli Fakhry·Oct 28, 2020Applying a Deep Q Network for OpenAI’s Car Racing GameThe applications of Deep Q-Networks are seen throughout the field of reinforcement learning, a large subsect of machine learning. Using a…